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

Public Attributes

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

Detailed Description

May be nested under Product, Module, Fragment. Copies a file outside of component rules.

Example:
<Wix ... xmlns:AppSecIncSystemTools="http://schemas.appsecinc.com/wix/SystemToolsExtension">
<Product ...>
...
<Component Id="ProductComponent" ... >
<File Id="test1" Name="test1.txt" src="test1.txt" />
<File Id="test2" Name="test2.txt" src="test2.txt" />
</Component>
...
<AppSecIncSystemTools:CopyFile Id="test1" Source="[#test1]" Target="[#test1] (Copy)" CopyOnInstall="yes" />
<AppSecIncSystemTools:CopyFile Id="test2" Source="[#test2]" Target="[#test2] (Copy)" CopyOnInstall="yes">
COPY_CONDITIONAL_FILES = 1
</AppSecIncSystemTools:CopyFile>
</Product>
</Wix>

Member Data Documentation

YesNoType Wix::Extensions::SystemTools::CopyFile::CopyOnInstall

Copy file at install time.

YesNoType Wix::Extensions::SystemTools::CopyFile::CopyOnUnInstall

Copy file at uninstall time.

string Wix::Extensions::SystemTools::CopyFile::Id

Identifier for the file copy operation (primary key).

complextype Wix::Extensions::SystemTools::CopyFile::Overwrite

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

string Wix::Extensions::SystemTools::CopyFile::Source

Name of the source file to be copied.

string Wix::Extensions::SystemTools::CopyFile::Target

Name of the output target.


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


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