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
- :
- Rename setup.exe while building the Project.
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Nov 26, 2008
06:04 AM
Rename setup.exe while building the Project.
Hi Folks,
I am working with IS 2009 BASIC MSI P/J.
I need to change the name of setup.exe to A.exe some thing like that. I am using ANT SCRIPTING to dynmaically complie the project .
So there is any command Line Argument through which i can change the name of setup.exe.
I am using
ISCmdBld.exe -p "C:\InstallShield 2009 Projects\Common.ism" -z ProductName=TEST
to change the ProductName Dynamically, There is any stuff like this to rename setup.exe to A.exe ....
I am working with IS 2009 BASIC MSI P/J.
I need to change the name of setup.exe to A.exe some thing like that. I am using ANT SCRIPTING to dynmaically complie the project .
So there is any command Line Argument through which i can change the name of setup.exe.
I am using
ISCmdBld.exe -p "C:\InstallShield 2009 Projects\Common.ism" -z ProductName=TEST
to change the ProductName Dynamically, There is any stuff like this to rename setup.exe to A.exe ....
(2) Replies
‎Nov 26, 2008
09:07 AM
No, there's no ISCmdBld.exe support for changing the name of the Setup.exe file. However, the automation interface does have support. (You can use the SetupFileName member of the ISWiProductConfig object to configure the name of the Setup.exe file.)
For more information on the automation interface, see the help and the community forums.
For more information on the automation interface, see the help and the community forums.
‎Nov 26, 2008
09:49 AM
Hi Debbiel,
Thanks for the reply.If you have any small codesnippets could you please forward which i can look into as an example.
It Would be of great help
Thanks for the reply.If you have any small codesnippets could you please forward which i can look into as an example.
It Would be of great help