Method | Description | |
---|---|---|
CreateInstaller ( InstallHostSettings settings, string commandLine ) : System.Configuration.Install.Installer | ||
CreateUninstaller ( HostSettings settings, string commandLine ) : System.Configuration.Install.Installer |
Method | Description | |
---|---|---|
CreateServiceInstaller ( HostSettings settings, string dependencies, HostStartMode startMode ) : System.ServiceProcess.ServiceInstaller | ||
CreateServiceProcessInstaller ( ServiceAccount account, string username, string password ) : System.ServiceProcess.ServiceProcessInstaller | ||
CreateTransactedInstaller ( System.Configuration.Install.Installer installer ) : System.Configuration.Install.TransactedInstaller | ||
SetStartMode ( System.ServiceProcess.ServiceInstaller installer, HostStartMode startMode ) : void |
protected CreateInstaller ( InstallHostSettings settings, string commandLine ) : System.Configuration.Install.Installer | ||
settings | InstallHostSettings | |
commandLine | string | |
return | System.Configuration.Install.Installer |
protected CreateUninstaller ( HostSettings settings, string commandLine ) : System.Configuration.Install.Installer | ||
settings | HostSettings | |
commandLine | string | |
return | System.Configuration.Install.Installer |