Search code examples
c#visual-studioinstallshieldslowcheetah

Installshield Express append Config name to msi filename


Right now I am using vs 2015 and Flexera installshield for a windows service. I am also using slowcheetah for xml transformations.

Right now i am outputting a msi file like FileName.msi but I would like the ability to have different names for each config. For instance I have three configs that output the SingleImage option, the Release, debug, and the Qa version. I would like these configs to output FileNameRelease.msi, FileNameDebug.msi, and FileNameQa.msi.

Any ideas? Much appreciated.


Solution

  • Installshield Express doesn't have this capability.