Skip to content

Instantly share code, notes, and snippets.

@anotherlab
Created December 5, 2013 18:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anotherlab/444f5efe8476df90f6fa to your computer and use it in GitHub Desktop.
Save anotherlab/444f5efe8476df90f6fa to your computer and use it in GitHub Desktop.
<HeatDirectory
Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "
ToolPath="$(WixToolPath)"
Directory="$(ProjectDir)files"
DirectoryRefId="INSTALLLOCATION"
OutputFile="$(ProjectDir)adminfiles.wxs"
ComponentGroupName="AdminFilesGroup"
GenerateGuidsNow="true"
SuppressCom="true"
SuppressFragments="true"
SuppressRootDirectory="true"
PreprocessorVariable="var.AdminSource" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment