C# Class EnterpriseWebLibrary.InstallationSupportUtility.InstallationModel.ExistingInstalledInstallationLogic

Afficher le fichier Open project: enduracode/enterprise-web-library Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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
Résultat void

ExistingInstalledInstallationLogic() public méthode

public ExistingInstalledInstallationLogic ( ExistingInstallationLogic existingInstallationLogic ) : System
existingInstallationLogic ExistingInstallationLogic
Résultat System

PatchLogicForEnvironment() public méthode

public PatchLogicForEnvironment ( ) : void
Résultat void