Метод | Описание | |
---|---|---|
ExistingInstallationLogic ( EnterpriseWebLibrary.InstallationSupportUtility.InstallationModel.GeneralInstallationLogic generalInstallationLogic, |
||
GetWindowsServiceFolderPath ( EnterpriseWebLibrary.Configuration.SystemGeneral.WindowsService service, bool useDebugFolderIfDevelopmentInstallation ) : string | ||
InstallServices ( ) : void | ||
Start ( ) : void |
Starts all web sites and services associated with this installation.
|
|
Stop ( bool stopServices ) : void |
Stops all web sites and services associated with this installation.
|
|
UninstallServices ( ) : void |
Метод | Описание | |
---|---|---|
runInstallutil ( EnterpriseWebLibrary.Configuration.SystemGeneral.WindowsService service, bool uninstall ) : void | ||
siteExistsInIis ( string webSiteName ) : bool | ||
startWebSite ( string webSiteName ) : void | ||
stopServices ( ) : void | ||
stopWebSite ( string webSiteName ) : void |
public ExistingInstallationLogic ( EnterpriseWebLibrary.InstallationSupportUtility.InstallationModel.GeneralInstallationLogic generalInstallationLogic, |
||
generalInstallationLogic | EnterpriseWebLibrary.InstallationSupportUtility.InstallationModel.GeneralInstallationLogic | |
runtimeConfiguration | ||
Результат | System |
public GetWindowsServiceFolderPath ( EnterpriseWebLibrary.Configuration.SystemGeneral.WindowsService service, bool useDebugFolderIfDevelopmentInstallation ) : string | ||
service | EnterpriseWebLibrary.Configuration.SystemGeneral.WindowsService | |
useDebugFolderIfDevelopmentInstallation | bool | |
Результат | string |