This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- How to pass setup.exe name to iscmdbuild?
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jun 09, 2022
09:03 AM
How to pass setup.exe name to iscmdbuild?
By default, the setup.exe is being created as final output. But, need a custom name for it.
So that iscmdbuild cam customize that with build number dynamically in automations.
So that iscmdbuild cam customize that with build number dynamically in automations.
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jun 14, 2022
05:09 AM
Hi,
I'm not sure that its possible to change the setup.exe name using iscmdbld.exe command line switches.
You could however use Installshields Automation Interface to achieve this using "SingleEXEFileName" :
https://docs.revenera.com/installshield26helplib/helplibrary/IHelpAutoISWiRelease.htm?Highlight=SingleEXEFileName
Alternatively you could just have your build script change the name of the setup.exe after Installshield finishes building it.
I hope this helps,
Stuart
