NewsArchive
09-12-2011, 12:31 AM
Hi
I want to pass a variable into my installer at compile time. I currently do
that with #pragman WebInstall successfully. However I ideally want to set
the value of a variable in my script %ProgramType% = 1024 or 2048 depending
on the external variable.
Is this possible or would I have to use an external text file to do that.
i.e. set that before the compile then during the compile read that file and
set the variable using something like #GetIni
TIA
John Fligg
I want to pass a variable into my installer at compile time. I currently do
that with #pragman WebInstall successfully. However I ideally want to set
the value of a variable in my script %ProgramType% = 1024 or 2048 depending
on the external variable.
Is this possible or would I have to use an external text file to do that.
i.e. set that before the compile then during the compile read that file and
set the variable using something like #GetIni
TIA
John Fligg