SPSS AMOS issue
I'm trying to do a silent install of SPSS Amos 20 using a .msi file, the following CMD line is made by PDQ Deploy after entering all the parameters:
msiexec.exe /i "IBM SPSS Amos 20.msi" ALLUSERS=1 /qn /norestart /log output.log COMPANYNAME="xxxxxxxx" INSTALLDIR="C:\Program Files (x86)\IBM\SPSS\Amos\20" AUTHCODE="xxxxxxxxxxxxx"
The AUTHCODE parameter applies the license key needed, but for some reason you need to apply the license using the License Activation Wizard with admin privilege. Wondering what I can do to get it working from PDQ Deploy.
Comments