Re: [WiX-users] Need heat.exe to include extra file source subfolder

2013-07-01 Thread Wang, Miaohsi
Thank you very much for the information. - Miaohsi -Original Message- From: Blair Murri [mailto:os...@live.com] Sent: Friday, June 28, 2013 3:00 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Need heat.exe to include extra file source subfolder I&#

Re: [WiX-users] Need heat.exe to include extra file source subfolder

2013-06-28 Thread Wang, Miaohsi
quot;%CleintPrjDir%\Files\IMC_DE.wxs" -Original Message- From: Blair Murri [mailto:os...@live.com] Sent: Thursday, June 27, 2013 4:41 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Need heat.exe to include extra file source subfolder XSLT? The -va

Re: [WiX-users] Need heat.exe to include extra file source subfolder

2013-06-28 Thread Blair Murri
. Variations on this include altering attributes, etc. Wikipedia may even have something on its XSLT page. Blair > From: miaohsi.w...@invensys.com > To: wix-users@lists.sourceforge.net > Date: Fri, 28 Jun 2013 10:27:29 -0400 > Subject: Re: [WiX-users] Need heat.exe to inc

Re: [WiX-users] Need heat.exe to include extra file source subfolder

2013-06-28 Thread Wang, Miaohsi
[WiX-users] Need heat.exe to include extra file source subfolder XSLT? The -var argument is expected to be a variable that points to the directory that is the argument to the dir argument. One option might be to change -var wix.IntelaTracPath to be -var var.IntelaTracPath.de and change

Re: [WiX-users] Need heat.exe to include extra file source subfolder

2013-06-27 Thread Blair Murri
XSLT? The -var argument is expected to be a variable that points to the directory that is the argument to the dir argument. One option might be to change -var wix.IntelaTracPath to be -var var.IntelaTracPath.de and change your commandline to candle. If calling candle via a wixproj file, add