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

CmdLine


1 reply to this topic

Irina

Irina
  • Members
  • 227 posts

Posted 09 October 2001 - 13:46

Hello all,
How can I pass my parameters to the command line when I execute setup.exe. I tried to  set they in the InstallShield IDE in Build\Setting\Program Arguments and run from cmdline as "setup. exe MyPar. But the variable "CMDLINE"  is still empty. What did I do wrong?
Thanks,

Irina

Irina
  • Members
  • 227 posts

Posted 09 October 2001 - 14:12

Hi,
I fixed my problem. I should pass my command line parameters before command line switches. For example, "setup.exe MyPar1 Mypar2 -s".
Thanks,