Greetings,
I have a question regarding command line parameters. Basically, what I want done is to create an installer that will accept them, so if the user enters a value it will use the said parameters in the installer.
1. User goes to the folder where the installer is.
2. User types "SETUP.EXE 123 abc 456 def"
3. In the installer, the values 123, abc, 456, and def are used internally.
Is this possible?
Thanks,
Greg