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

Public Attributes

string Id
 
string Source
 
string Wildcard
 
string Target
 
YesNoType CopyOnInstall
 
YesNoType CopyOnUnInstall
 
YesNoType Recurse
 
complextype Overwrite
 

Detailed Description

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

Member Data Documentation

YesNoType Wix::Extensions::SystemTools::CopyFiles::CopyOnInstall

Copy file at install time.

YesNoType Wix::Extensions::SystemTools::CopyFiles::CopyOnUnInstall

Copy file at uninstall time.

string Wix::Extensions::SystemTools::CopyFiles::Id

Identifier for the files copy operation (primary key).

complextype Wix::Extensions::SystemTools::CopyFiles::Overwrite

Specifies the overwrite behavior when the target file exists. One of yes, no, error.

YesNoType Wix::Extensions::SystemTools::CopyFiles::Recurse

Recurse into subdirectories. Behaves like xcopy, copying files that match Wildcard from subdirectories.

string Wix::Extensions::SystemTools::CopyFiles::Source

Directory containing files to be copied.

string Wix::Extensions::SystemTools::CopyFiles::Target

Name of the target directory.

string Wix::Extensions::SystemTools::CopyFiles::Wildcard

Wildcard of files to be copied.


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


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