Page 1 of 1

How to access specified run parameters in MSIcode

Posted: Tue Aug 18, 2009 9:02 am
by Cybrosys
Hi all,

been googling a bit and trying to find some information but i've come up short.

Installation program 1 starts installation program 2 with run parameters, how does installation program 2 access these?

I want to do this because i have a installation program that wants to know the $TARGETDIR$ of the calling installation program.

Posted: Tue Aug 18, 2009 9:06 am
by MichaelNesmith
Read the pre-defined variables section in help, specifically the $CMDLINE$ pre-defined variable.

Posted: Tue Aug 18, 2009 9:13 am
by Cybrosys
Ah, lovely. Thank you very much :)