C# Class EnterpriseWebLibrary.InstallationSupportUtility.InstallationModel.ExistingInstalledInstallationLogic

Show file Open project: enduracode/enterprise-web-library Class Usage Examples

Public Methods

Method Description
CreateFreshLogFile ( ) : void

Creates a text file named "Error Log.txt" in the root of the installation folder and gives NETWORK SERVICE full control over it.

ExistingInstalledInstallationLogic ( ExistingInstallationLogic existingInstallationLogic ) : System
PatchLogicForEnvironment ( ) : void

Method Details

CreateFreshLogFile() public method

Creates a text file named "Error Log.txt" in the root of the installation folder and gives NETWORK SERVICE full control over it.
public CreateFreshLogFile ( ) : void
return void

ExistingInstalledInstallationLogic() public method

public ExistingInstalledInstallationLogic ( ExistingInstallationLogic existingInstallationLogic ) : System
existingInstallationLogic ExistingInstallationLogic
return System

PatchLogicForEnvironment() public method

public PatchLogicForEnvironment ( ) : void
return void