Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to define Setup File Name at build time in InstallShield

We are launching our installer build using IsCmdBld.exe and would like to define at buildtime the name of the Setup File Name .exe

I have tried doing this by passing a command similar to this:

IsCmdBld.exe -p c:\project_path\installer_project.ism -c "My Custom Configuration" -z "SetupFileName=My App 1.0"

Unfortunately, it seems SetupFileName is ignored.

Anybody got ideas?

like image 796
Roast Avatar asked Dec 01 '25 05:12

Roast


2 Answers

Using Installshield for VS 2015 this is the updated answer:

enter image description here

like image 171
Cos Callis Avatar answered Dec 05 '25 21:12

Cos Callis


This may not be the exact answer you are looking for, but if you want to change the name within the project for each build, go to the Media / Releases menu. Click on the project name under "Releases", and in the General information is the Setup File Name. Enter your desired name here without the '.exe' extension.

enter image description here

like image 30
Jeff Avatar answered Dec 05 '25 23:12

Jeff



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!