Fixing an issue where setting a custom property on a handler will not propagate it...
[castle.git] / Setup / Sources.wxs
blob38e12c4ff960cc568ddbbac1062835496da98d97
1 <?xml version='1.0' encoding='windows-1252'?>
2 <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
4 <?include Includes.wxi?>
6 <Fragment Id='FragmentSources'>
8 <DirectoryRef Id="SourceCodeDir">
9 <Component Id="SourceComp" DiskId="1" Guid="54844DCA-C0EF-47F2-8151-34A6AE16B1AE">
10 <File Id="src0" Name="castle-sourcecode.zip" Source="$(var.BuildBaseDir)\castle-sourcecode.zip" />
11 </Component>
12 </DirectoryRef>
14 </Fragment>
15 </Wix>