/build/static/layout/Breadcrumb_cap_w.png

Silent install IBM SPSS22

Hi,

I'm trying to install silently IBM SPSS 22 by Kace K1000. I configure this command lines, but it's doesn't work.

Command lines: MsiExec.exe /i "IBM SPSS Statistics 22.msi" /qn /L*v logfile.txt INSTALLDIR="C:\Program Files (x86)\proStatistics" AUTHCODE="xxxxxxxxxxx"

Can you help me please to install silently this software.
Thank you!

0 Comments   [ + ] Show comments

Answers (4)

Answer Summary:
Posted by: chucksteel 8 years ago
Red Belt
1
For out SPSS distribution we create an install.bat that contains the commands to remove previous versions and install the new version. This is what it looks like for version 21:
@echo off
REM UNINSTALLING SPSS 17
msiexec /qn /x{2ECDE974-69D9-47A9-9EB0-10EC49F8468A}
rmdir /s /q "C:\Program Files\SPSSInc\Statistics17"
REM UNINSTALLING SPSS 18
msiexec /qn /x{C25215FC-5900-48B0-B93C-8D3379027312}
rmdir /s /q "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\SPSS Inc"
rmdir /s /q "C:\Program Files\spss18"
REM UNINSTALLING SPSS 20
msiexec /qn /x{2AF8017B-E503-408F-AACE-8A335452CAD2}
rmdir /s /q "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\IBM SPSS Statistics"
rmdir /s /q "C:\Program Files\IBM\SPSS\Statistics\20"
REM INSTALLING SPSS 21
msiexec /qn /i "IBM SPSS Statistics 21.msi" COMPANYNAME="Company Name" SPSSLICENSE="Network" LSHOST="spsslicencehost" SPSS_COMMUTE_MAX_LIFE="30"
Note that we have a network license server so that part of the command line is a little different. We also don't create a log file for the production installation. This batch file along with the rest of the installation files are uploaded to the software title in a zip file and the command line for the distribution is the name of the batch file, in this case spss21_silent.cmd. 

If you are specifying the full command line in your managed install, did you check the box for "Don't prepend msiexec.exe?"


Comments:
  • Thank you chucksteel! No, I don't check the box for "Don't prepend msiexec.exe". - moba-junior 8 years ago
  • Worked great on SPSS 24, thanks! - ELLS 7 years ago
Posted by: moba-junior 8 years ago
Purple Belt
1
When add /qb to my <msiexec option>, it displays:
Error 1309. Error reading from file:
C:\ProgramData\Dell\Kace\doawnload\2911\Windows\System32\WindowsAccessBridge-64.dll.
Verify that file exists and that you can access it.
Can you help me please?
Posted by: moba-junior 8 years ago
Purple Belt
1

Top Answer

I find finally the solution, when displayed Error 1309. Error reading from file:
C:\ProgramData\Dell\Kace\doawnload\2911\Windows\System32\WindowsAccessBridge-64.dll.
Verify that file exists and that you can access it.

I add this directory Windows\System32 on my package and I put WindowsAccessBridge-64.dll wich I download in this site http://www.dll-found.com/windowsaccessbridge-64.dll_download.html; after I zipp the package.





command lines: MsiExec.exe /i "IBM SPSS Statistics 22.msi" /qn /L*v logfile.txt INSTALLDIR="C:\Program Files (x86)\proStatistics" AUTHCODE="xxxxxxxxxxx"
Posted by: jagadeish 8 years ago
Red Belt
0
You have to mention correct path to create the log file on user's machine. The command line that you have mentioned above will try to create log file in the source location (from where you are installing the msi)..

Comments:
  • Thank you jagadeish! Can you give me please an example to this path. - moba-junior 8 years ago
    • instead of logfile.txt you need to specify a path like c:\logs\logfile.txt - KevinViolette 8 years ago
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ