C# Class CSScriptInstaller

显示文件 Open project: oleg-shilo/cs-script Class Usage Examples

Public Methods

Method Description
UnInstall ( ) : void
UninstallComShellExt ( ) : void

Private Methods

Method Description
CopyKeyValue ( string keyName, string srcValueName, string destValueName ) : void
DeleteKey ( string name ) : void
DeleteKeyValue ( string name, string valueName ) : void
GetKey ( string name, bool writable ) : RegistryKey
GetKeyValue ( string name, string valueName ) : object
IsComShellExtInstalled ( ) : bool
RemoveFromPath ( string dir, string path ) : string
RunApp ( string app, string args ) : string
SetKeyValue ( string keyName, string name, object value ) : void

Method Details

UnInstall() static public method

static public UnInstall ( ) : void
return void

UninstallComShellExt() public static method

public static UninstallComShellExt ( ) : void
return void