Archive: Can I define my own Parameters for the Setup.exe


Can I define my own Parameters for the Setup.exe
Hello,

I've got a problem: Since there're only few differences between upgrade and installation, I want to merge them into a unique script. I want to have a parameter to inform the Setup.exe whether it runs for upgrade or for installation.
How can I do it? Thanks


You can pass parameters to the installer on the command line and read them in the script using $CMDLINE.