<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