Need Help with supplying CMDLINE variables
Posted: Tue Apr 18, 2006 4:26 pm
I do not seem to be able to get my script to read variables from the command line. I am trying to pass them this way
setup.exe VAR1=VAL1 VAR2=Value2 etc...
Any Ideas What I could have left out? These variables are not reset to the values passed in through the commandline when I run my uncompressed or compressed Setup.
Also, Can I pass these variables directly to the msi created in an uncompressed build? ( I cannot currently do this but is it possible by running a command line like mymsi.msi /i VARIABLE1=VAL_1 VAR2=Val2 /l=./Install.log
setup.exe VAR1=VAL1 VAR2=Value2 etc...
Any Ideas What I could have left out? These variables are not reset to the values passed in through the commandline when I run my uncompressed or compressed Setup.
Also, Can I pass these variables directly to the msi created in an uncompressed build? ( I cannot currently do this but is it possible by running a command line like mymsi.msi /i VARIABLE1=VAL_1 VAR2=Val2 /l=./Install.log