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

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.
Labels (1)
0 Kudos
(1) Reply
shunt
Revenera Moderator Revenera Moderator
Revenera Moderator

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

0 Kudos