Public Attributes

Wix::Extensions::SystemTools::CopyFile Class Reference

List of all members.

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

Copy file at install time.

Copy file at uninstall time.

Identifier for the file copy operation (primary key).

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

Name of the source file to be copied.

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