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

Passing parameter to setup.exe


1 reply to this topic

kapilvp

kapilvp
  • Members
  • 8 posts

Posted 09 December 2004 - 08:31

Hi All,
I am using Installshield Developer 8.0. and am creating a setup.exe.

My question is that can I pass parameter to the setup.exe and during the installation read the parameter which was passed with the setup.exe .

If yes, how can we do that ?

Thanks in Advance.
Kapil P.

KapilMarwah

KapilMarwah
  • Members
  • 32 posts

Posted 09 December 2004 - 11:38

You can use the system variable CMDLINE to read the parameters passes using the /z switch.

Kapil