org.browsecode.helpers.installer.applications
Class ApplicationToInstall.MsiInstaller

java.lang.Object
  extended by org.browsecode.helpers.installer.applications.ApplicationToInstall.Installer
      extended by org.browsecode.helpers.installer.applications.ApplicationToInstall.MsiInstaller
Enclosing interface:
ApplicationToInstall

public static class ApplicationToInstall.MsiInstaller
extends ApplicationToInstall.Installer


Field Summary
 
Fields inherited from class org.browsecode.helpers.installer.applications.ApplicationToInstall.Installer
applicationToInstall, FAILED, installerFile, installerType, SUCCEEDED, USER_CANCELLED
 
Constructor Summary
ApplicationToInstall.MsiInstaller(ApplicationToInstall applicationToInstall, java.net.URL installerFile)
           
 
Method Summary
 int install(ControlComputerInterface onComputer, InstallApplication.InstallationConfirmationHandler confirmationHandler)
           
 
Methods inherited from class org.browsecode.helpers.installer.applications.ApplicationToInstall.Installer
getInstallerURLAsFileName, getType, getURL
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationToInstall.MsiInstaller

public ApplicationToInstall.MsiInstaller(ApplicationToInstall applicationToInstall,
                                         java.net.URL installerFile)
Method Detail

install

public int install(ControlComputerInterface onComputer,
                   InstallApplication.InstallationConfirmationHandler confirmationHandler)
Specified by:
install in class ApplicationToInstall.Installer