C# Class IPFilter.Setup.CustomActions.RemoveFiles

Inheritance: IUninstallStep
Afficher le fichier Open project: DavidMoore/ipfilter

Méthodes publiques

Méthode Description
Dispose ( ) : void
Execute ( ) : void
Prepare ( List componentsToRemove ) : void
PrintDebugInformation ( ) : void

Private Methods

Méthode Description
DescendIntoSubfolders ( string baseFolder ) : string
FindClickOnceDataFolder ( ) : string
FindClickOnceFolder ( ) : string
GetApps20Folder ( ) : string
IsWindowsXp ( ) : bool

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Execute() public méthode

public Execute ( ) : void
Résultat void

Prepare() public méthode

public Prepare ( List componentsToRemove ) : void
componentsToRemove List
Résultat void

PrintDebugInformation() public méthode

public PrintDebugInformation ( ) : void
Résultat void