cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Balaji_Vinu
Level 5

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 ....
Labels (1)
0 Kudos
(2) Replies
DebbieL
Level 17

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.
0 Kudos
Balaji_Vinu
Level 5

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
0 Kudos