Public Attributes | List of all members
Wix::Extensions::SystemTools::DeleteFiles Class Reference

Public Attributes

string Id
 
string Path
 
string Wildcard
 
YesNoType DeleteOnInstall
 
YesNoType DeleteOnUnInstall
 
YesNoType Recurse
 
YesNoType DeleteEmptyDirectories
 

Detailed Description

May be nested under Product, Module, Fragment. Deletes a set of files outside of component rules, with subdirectories.

Member Data Documentation

YesNoType Wix::Extensions::SystemTools::DeleteFiles::DeleteEmptyDirectories

Delete leftover empty subdirectories.

YesNoType Wix::Extensions::SystemTools::DeleteFiles::DeleteOnInstall

Delete file at install time.

YesNoType Wix::Extensions::SystemTools::DeleteFiles::DeleteOnUnInstall

Delete file at uninstall time.

string Wix::Extensions::SystemTools::DeleteFiles::Id

Identifier for the files delete operation (primary key).

string Wix::Extensions::SystemTools::DeleteFiles::Path

Path containing files to be deleted.

YesNoType Wix::Extensions::SystemTools::DeleteFiles::Recurse

Recurse into subdirectories. Deletes files, directories and subdirectories.

string Wix::Extensions::SystemTools::DeleteFiles::Wildcard

Wildcard of files to be deleted.


The documentation for this class was generated from the following file:


© Application Security Inc. - All Rights Reserved http://msiext.codeplex.com