Hello,
I'm trying to setup an application in SCCM 2012 R2. When I start the application setup wizard I select "Automically detect information about this application from installation files:"
I select my msi file location and then get to the part where you enter the installation switches, this is what I have tried:
msiexec /i /q "myprogram.msi"
and
msiexec /i "myprogram.msi" /q
Obviously I'm trying to get a quite install so that the user sees no overlay.
After trying both I get The software change returned error code 0x667(1639). Which translates to Invalid command line argument.
Can anyone please give me advice on what would be the correct syntax for the command I am trying to execute?