
reisreg1.5524923065526853E12 asked a question.
Single setup.exe and msi file?
Installshield 2012 Professional
How should I use the release wizzard to get a single setup.exe and/or msi file?
In the current project I use the release wizzard to create my install files.
I selected media type CDRom, automatic, compress files and Include msi engine no.
The result was that I got:
setup.exe
setup.ini
project msi file
0x0409.ini
Data1.cab
Also, I think if you want the version number and product name to be appended automatically to setup.exe, I believe you can use InstallScript and use 'Objects' object which will give you access to 'Installshield project properties'.
You can pull the version number which is located on General Information tab using RegDBSetVersion, product name using IFX_PRODUCT_NAME system variable, then you might be able to assign it to the 'Setup File Name' property in or before DoInstall() event. I haven't done it but logically I think that would be possible.
Here is more information.