C# Class Com.Eucalyptus.Windows.Program

ファイルを表示 Open project: eucalyptus/windows-integration

Public Methods

Method Description
GetRegistryValue ( string key ) : object
Log ( string msg ) : void
SpawnProcessAndWait ( string exe, string args ) : int

Private Methods

Method Description
AllowRemoteDesktop ( ) : void
AllowShutdownWithoutLogon ( ) : void

manually changes the registry setting to enable shutdownwithoutlogon should work for the these windows versions: Win 7, vista, xp, 2003(STD,SP1), 2008(ENT), 2008 R2

CleanupFiles ( string baseDir ) : void
CleanupRegistry ( ) : void
DisableShutdownReasonUI ( ) : int
EnableACPI ( ) : int
EnableRDP ( ) : int
InitRegistry ( ) : void
InstallVirtIODrivers ( string baseDir ) : void
InstallXenPVDrivers ( string baseDir ) : void
LaunchEucaPostInstaller ( ) : void
Main ( string args ) : int
Main ( ) : void
Main ( string args ) : void
OpenFirewall ( ) : int
SetRegistryValue ( string key, object value ) : void
TurnOffRecovery ( ) : void
TurnOnRecovery ( ) : void
UnblockFirewall ( ) : void

Method Details

GetRegistryValue() public static method

public static GetRegistryValue ( string key ) : object
key string
return object

Log() public static method

public static Log ( string msg ) : void
msg string
return void

SpawnProcessAndWait() public static method

public static SpawnProcessAndWait ( string exe, string args ) : int
exe string
args string
return int