Example #1
0
 public DefaultArgumentProcessor(
     IProcessManager processManager,
     IInstallWindow installWindow,
     IEnvironmentInformation environmentInformation)
 {
     this.processManager         = processManager;
     this.installWindow          = installWindow;
     this.environmentInformation = environmentInformation;
 }
Example #2
0
 public DefaultArgumentProcessor(
     IInstallWindow installWindow,
     IEnvironmentInformation environmentInformation,
     IMaintenanceWindow maintenanceWindow,
     IUpdateService updateService)
 {
     this.installWindow          = installWindow;
     this.environmentInformation = environmentInformation;
     this.maintenanceWindow      = maintenanceWindow;
     this.updateService          = updateService;
 }