C# 클래스 FOG.WindowsInstall

상속: IInstall
파일 보기 프로젝트 열기: FOGProject/fog-client 1 사용 예제들

공개 메소드들

메소드 설명
Configure ( ) : bool
GetLocation ( ) : string
Install ( ) : bool
Install ( string https, string tray, string server, string webRoot, string company, string rootLog ) : bool
PrepareFiles ( ) : bool
PrintInfo ( ) : void
Uninstall ( ) : bool

메소드 상세

Configure() 공개 메소드

public Configure ( ) : bool
리턴 bool

GetLocation() 공개 메소드

public GetLocation ( ) : string
리턴 string

Install() 공개 메소드

public Install ( ) : bool
리턴 bool

Install() 공개 메소드

public Install ( string https, string tray, string server, string webRoot, string company, string rootLog ) : bool
https string
tray string
server string
webRoot string
company string
rootLog string
리턴 bool

PrepareFiles() 공개 메소드

public PrepareFiles ( ) : bool
리턴 bool

PrintInfo() 공개 메소드

public PrintInfo ( ) : void
리턴 void

Uninstall() 공개 메소드

public Uninstall ( ) : bool
리턴 bool