Re: [WiX-users] RES: Specifying source files

2009-09-06 Thread Brian Rogers
Hey everyone, In Heat.exe, when you would like to subsititue the SourceDir in SourceDir\file.xyz to light you only have to the -b command switch. -b specify a base path to locate all files (default: current directory) You don't have to use the -var command in heat.exe to get light

Re: [WiX-users] RES: Specifying source files

2009-09-04 Thread Blair
Looking at the help spew from Heat, I noticed something interesting. The -var argument: -var substitute File/@Source="SourceDir" with a preprocessor variable (e.g. -var var.MySource will become File/@Source="$(var.MySource)\myfile.txt"). Try adding -var var.wPDF to your Heat commandline, a