Any reason you aren't using the HeatDriectory task?

    <HeatDirectory NoLogo="true" ToolPath="$(WixToolPath)" VerboseOutput="true" 
AutogenerateGuids="true"
     GenerateGuidsNow="false" OutputFile="$(IntermediateOutputPath)All.wxs"
     SuppressFragments="true" Directory="Z:\$(Version)\Data\" 
ComponentGroupName="ProductComponents"
     DirectoryRefId="CommonData" PreprocessorVariable="var.SourceDataFolder" 
SuppressCom="true" SuppressRootDirectory="true" SuppressRegistry="true" />

-----Original Message-----
From: newuser2014 [mailto:wamplersovere...@gmail.com] 
Sent: Wednesday, September 24, 2014 10:24 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Heat.exe harvesting question

Hi,

I have the following pre-build event for wix.

"$(WIX)bin\heat.exe" dir
"$(ProjectDir)/../src/bin/$(ConfigurationName)/MyAppInt" -cg MyAppFiles -gg 
-scom -sreg -sfrag -srd -dr AV -var var.MyAppFilesDir -out 
"$(ProjectDir)Fragments/MyAppFiles.wxs"

I have my MyApp.exe and MyApp.exe.config files in the /src/bin/Debug/MyAppInt.  
However, when the prebuild step is carried out, for some reason, wix/heat.exe 
thought that my executable and config should be MyAppInt.exe and 
MyAppInt.exe.config.  Is there any way to fix this?  

Thank you very much for your help in advance.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Heat-exe-harvesting-question-tp7596962.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achieve PCI DSS 
3.0 Compliant Status with Out-of-the-box PCI DSS Reports Are you Audit-Ready 
for PCI DSS 3.0 Compliance? Download White paper Comply to PCI DSS 3.0 
Requirement 10 and 11.5 with EventLog Analyzer 
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to