MUI + InstType and silent install
I have created an installer that uses MUI and has several InstTypes. It works great.
I now have the need to automate the deployment across several hundred hosts and would like to use the silent install option, but I'm having trouble.
I was hoping that I could just run it from the command line like this:
myinstaller.exe /S /InstType="Some Platform"
That doesn't work. The correct sections are not selected.
Can someone tell me how to pass the InstType in on the command line?