Re: [WiX-users] Release and debug installations.

2007-04-21 Thread Bob Arnson
Kevin Burton wrote: Title="[ProductName] [Setup] [var.Configuration]" NoMinimize="yes"> You need to use the same $(var.name) syntax everywhere. -- sig://boB http://bobs.org - This SF.net email is sponsored by DB2 Expre

Re: [WiX-users] Release and debug installations.

2007-04-20 Thread Kevin Burton
PROTECTED] Sent: Friday, April 20, 2007 8:36 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Release and debug installations. Kevin, I don't know if it's the recommended way (it probably isn't) but here is a brief description of what we do here: We happen

Re: [WiX-users] Release and debug installations.

2007-04-20 Thread Richard.Foster
9, 2007 11:53 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Release and debug installations. I was wondering what the recommended way or even some suggestions on how to handle building a Release and Debug installation? I have a Wix script that builds a .msi but it takes its files from bin\de

[WiX-users] Release and debug installations.

2007-04-19 Thread Kevin Burton
I was wondering what the recommended way or even some suggestions on how to handle building a Release and Debug installation? I have a Wix script that builds a .msi but it takes its files from bin\debug and it includes .pdb files that are not present in the release directory(s). I would like to cre