Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Is it possible to pass cmd line arguments ?


4 replies to this topic

reddy611

reddy611
  • Full Members
  • 117 posts

Posted 22 March 2007 - 08:41

Hi All,

I am using installshield 10.50 Professional - AdminStudio Edition [Basic msi project].

I know how to build the project through command line arguments.
ISCmdBld.exe -p "C:\My InstallShield X Projects\My Othello Project\Othello.ism" -r "Othello Beta" -c COMP -a "Build 245"

similarly, I want to pass the argumets to the ISCmdbuild.exe that should replace the values in the PropertyManager.

If it possible please can any one suggest me how to do that ?

Regards,
Prathap


Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 24 March 2007 - 18:36

I think you need to use the automation interface if you want to modify the project file.

reddy611

reddy611
  • Full Members
  • 117 posts

Posted 26 March 2007 - 06:40

thanks for your reply.

Could you please tell me how to do that ?

thanks,
Reddy611

reddy611

reddy611
  • Full Members
  • 117 posts

Posted 26 March 2007 - 06:58

thanks for your reply.

Could you please tell me how to do that ?

thanks,
Reddy611

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 28 March 2007 - 16:06

I'm sorry, I'm not an expert for the InstallSHield automation interface, but I would expect that there's a function to change a path. Did you look through the documentation for the automation interface?