I've been having trouble getting SPSS23 to install silently through Casper. I've customized the installer.properties file and created a package that will place the SPSS23 dmg, the installer.properties file, and the SPSS_Statistics_Installer.bin file into /Library/Application Support/SPSS23-Temp. I've also tweaked the silent install script I had for SPSS22 to look like this:
#! /bin/sh
#Silent Install using information in the installer.properties file
sudo /Library/Application Support/SPSS23-Temp/SPSS_Statistics_Installer.bin -f /Library/Application Support/SPSS23-Temp/installer.properties
#Firewall exceptions
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --unblockapp /Applications/IBM/SPSS/Statistics/23/SPSSStatistics.app
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --add /Applications/IBM/SPSS/Statistics/23/SPSSStatistics.app
#Cleanup
sudo rm -r /Library/Application Support/SPSS23-Temp
While SPSS23 no longer needs Java 6, the silent installer for it does. I've made sure to include the legacy java as part of the policy that installs SPSS23. When all of this is run together, I get the "Error trying to load library no IAMac in java.library.path" error in the title. The program does finish installing, but it pops an error on every open that says "SPSS Statistics Client Scripting failed to start. The network host cannot be found, inet:Local Computer:0."
I've double checked the installer.properties and can't find any stupid errors on my side that would cause issues. I've also confirmed that the SPSS GUI installer works just fine. It seems to be something with the silent installs only. I can't find anyone other than this recent JAMFNation user who has reported having this issue. Admittedly that could just be my Google-Fu being weak.
Does anyone have any ideas on how to fix this error?
