Reputation: 75
My question is regarding the best way to generate Debug msi packages using wix.
Below is an explanation of my scenario:
Now we want to create, packages with debug binaries as well (debug binaries + pdbs).
What is the best way to generate the new debug packages using Wix ?
A. Should I create new wix projects which pick binaries and pdbs from bin\Debug? The NAnt script would need to modified to not build release packages during debug build.
B. Can we modify the existing package code to some how know that it is debug build and conditionally take binaries and pdb's from new location.
Please let me know!
Much Thanks!
Upvotes: 0
Views: 166