cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
DWillis
Level 5

Debug/Release builds - single installer project?

I know that IS 2009 has Debug and Release builds for the Installer. I also have Debug and release build versions of my applications.

My question is this: Is it possible to create an installer project so that when it builds a debug version of the installer, it uses the debug versions of my applications, and when it builds the release version of the installer, it uses the release versions of my applications?

Or, do I have to build and maintain 2 installers, one for Release and one for Debug?

Is there a way I can configure the different installer build types?
Labels (1)
0 Kudos
(1) Reply
RobertDickau
Flexera Alumni

Perhaps create a source path variable (EXE_SOURCE or something), and at the command line or using InstallShield Automation change it to point to the appropriate release or debug source location?
0 Kudos