Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. <PropertyGroup>
  2. <DefineConstants>BasePath=..Files$(build);</DefineConstants>
  3. </PropertyGroup>
  4.  
  5. <HeatDirectory
  6. OutputFile="HarvestedCopyFiles.wxs"
  7. DirectoryRefId="INSTALLFOLDER"
  8. ComponentGroupName="HarvestedCopyFilesComponent"
  9. SuppressCom="true"
  10. Directory="..Files"
  11. SuppressFragments="true"
  12. SuppressRegistry="true"
  13. SuppressRootDirectory="true"
  14. AutoGenerateGuids="false"
  15. GenerateGuidsNow="true"
  16. ToolPath="$(WixToolPath)"
  17. PreprocessorVariable="var.BasePath" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement