Here's my .MSI command line. It's a Webex installer, in case your wondering.
/i /quiet /norestart SITEURL="https://intercall.webex.com" OI=1 OFFICE=1
The installer runs, however the SITEURL is incorrect after installation. It's entered as "https:/ntercall.webex.com". Missing the /i
There must be some code that is pulling out the /i because it would be duplicate for a .MSI command line option. I understand this, but how can I go about solving this particular problem? Would single quotes be necessary somewhere? I'm just not sure and don't want to spend hours blindly testing what works or not.