C# Class FOG.UniversalInstaller

Datei anzeigen Open project: FOGProject/fog-client Class Usage Examples

Public Properties

Property Type Description
LogPath string

Public Methods

Method Description
PrintInfo ( string setting, string value ) : void

Private Methods

Method Description
DoAction ( string action, Func method ) : bool
Install ( string https, string tray, string server, string webRoot, string company, string rootLog, bool skipSave = false ) : bool
InteractiveMode ( ) : void
Main ( string args ) : void
PerformCLIInstall ( bool noInfo = false ) : void
PerformCLIUninstall ( bool noInfo = false ) : void
PerformUpgrade ( ) : void
PrintBanner ( ) : void
PrintInfo ( ) : void
PrintLicense ( ) : void
ShowGUI ( ) : void
Start ( ) : void

Method Details

PrintInfo() public static method

public static PrintInfo ( string setting, string value ) : void
setting string
value string
return void

Property Details

LogPath public_oe static_oe property

public static string LogPath
return string