We need to decide the downstream workflow, based on the passed argument to the installshield. This installshield will be called from one of the exe.
1. How do we pass the argument from the exe to the installeshield
2. How do we read the environment in installshield.
New to installshield and would need more help as and when needed.
Would appreciate responses.
Thanks,
Raminder
+919899311895
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.

How do we pass arguments to the installshield
Started by
raminder.gujral
, Dec 13 2006 10:13
3 replies to this topic
Posted 14 December 2006 - 18:00
You can pass custom command line parameters to your InstallShield setup. They get stored in the system variable CMDLINE which you can use in your script.
Stefan Krüger
InstallSite.org twitter facebook
Posted 15 December 2006 - 09:38
Thanks Stefan.!!
Is there any way we can read the environment. Also would like to know how to get the user tmp folder in installshield.
Thanks,
Raminder
Is there any way we can read the environment. Also would like to know how to get the user tmp folder in installshield.
Thanks,
Raminder
Posted 15 December 2006 - 17:23
Yes, it's described in the help (GetEnvVar)
Stefan Krüger
InstallSite.org twitter facebook