cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
aditi2017
Level 2

Is there a way to create MSI and exe both using Basic MSI project?

We have a requirement to create exe and msi both using same ism file. Currently we create exe first -> then modify ism file by removing prerequisites and some changes in Release-Media -> the create MSI.
However, we want to create this automatically. can someone help me how this can be done?
Labels (1)
0 Kudos
(1) Reply
dan_galender
Level 10

How about defining 2 Releases? One with all prerequisites included that generates an EXE, and one that omits the prereqs, through the use of Release Flags, that generates the MSI. Now just build them both (either separately or by using Build->Batch Build).
0 Kudos