C# 클래스 EnterpriseWebLibrary.InstallationSupportUtility.InstallationModel.ExistingInstalledInstallationLogic

파일 보기 프로젝트 열기: enduracode/enterprise-web-library 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

CreateFreshLogFile() 공개 메소드

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
리턴 void

ExistingInstalledInstallationLogic() 공개 메소드

public ExistingInstalledInstallationLogic ( ExistingInstallationLogic existingInstallationLogic ) : System
existingInstallationLogic ExistingInstallationLogic
리턴 System

PatchLogicForEnvironment() 공개 메소드

public PatchLogicForEnvironment ( ) : void
리턴 void