Re: [WiX-users] How to organize debug/release builds using the same WiX script (.wxs)

2007-08-07 Thread Mailinglist
lto:[EMAIL PROTECTED] On Behalf Of SmilingInSunshine Sent: Dienstag, 7. August 2007 14:09 To: wix-users@lists.sourceforge.net Subject: [WiX-users] How to organize debug/release builds using the same WiX script (.wxs) To overcome some problems with a standard Visual Studio 2005 setup project I hav

[WiX-users] How to organize debug/release builds using the same WiX script (.wxs)

2007-08-07 Thread SmilingInSunshine
To overcome some problems with a standard Visual Studio 2005 setup project I have migrated it into WiX worlds. Everything seems to work fine but I don't know how to produce two versions of builds: debug build and release build. My current version of the script can be only used to create a DEBU