Re: [WiX-users] macro/property for detecting debug/release from Votive

2007-08-02 Thread John Hall
I am using Votive in Visual Studio 2005. Can anyone tell me how I can configure my WXS file to pick up DLLS to be deployed (with the tag) from bin\Debug if the build configuration is set to Debug, and bin\Release if its Release? Adam, Light uses the -b switch to

Re: [WiX-users] macro/property for detecting debug/release from Votive

2007-08-01 Thread Justin Rockwood
You can do one of two things: 1) If you're deploying DLLs that you build within your Visual Studio solution, then you can use the project references to do it. Right mouse click on your Votive project and click "Add Reference". Then add a Project Reference to the DLL that you want to deploy