C# Class Disco.ClientBootstrapper.Interop.InstallInterop

Afficher le fichier Open project: garysharp/Disco

Méthodes publiques

Méthode Description
Install ( string InstallLocation, string WimImageId, string TempPath ) : void
Uninstall ( ) : void

Private Methods

Méthode Description
ForceDeleteFolder ( DirectoryInfo d ) : void
Install ( string RootFilesystemLocation, RegistryKey RootRegistryLocation, string FilesystemInstallLocation, string VirtualRootFilesystemLocation ) : void
MoveFileEx ( string lpExistingFileName, string lpNewFileName, MoveFileFlags dwFlags ) : bool
WimImageEventMessagePump ( uint MessageId, IntPtr wParam, IntPtr lParam, IntPtr UserData ) : uint

Method Details

Install() public static méthode

public static Install ( string InstallLocation, string WimImageId, string TempPath ) : void
InstallLocation string
WimImageId string
TempPath string
Résultat void

Uninstall() public static méthode

public static Uninstall ( ) : void
Résultat void