I'm using the very good script from "http://psappdeploytoolkit.com/"since about 2 years now. Never had big problems with it, but now I have the following strange behavior. Not sure if it's SCCM or Script related, so I will ask on both places ;-)
I have a strange behavior trying to deploy Java 8 Update 91/92.
Until now I had used the Toolkit for deploying the extracted MSIs of the Java Installer without Problems.
Since the last 2 or 3 releases, Oracle seems to have changed something in the MSI (64bit) so that it shows an error when trying to install and I’m forced now to use there EXE Installer.
I’m executing the Installer with the following line:
If I execute the script by right click and “run as Administrator”, everything runs fine and the Installer finishes successfull. But if I now create a package from this script and deploy it with our SCCM Infrastructur (as Application) the Script starts fine, executing the EXE, getting back the Exit Code 0 but nothing is installed! part of the LOG:
[Installation] :: [jre-8u92-windows-i586.exe] successfully resolved to fully qualified path [C:\WINDOWS\ccmcache\f\Files\jre-8u92-windows-i586.exe]. Execute-Process 11.07.2016 10:09:33 3700 (0x0E74)
[Installation] :: Check to see if mutex [Global\_MSIExecute] is available. Wait up to [10 minute(s)] for the mutex to become available. Test-IsMutexAvailable 11.07.2016 10:09:33 3700 (0x0E74)
[Installation] :: Mutex [Global\_MSIExecute] is available for an exclusive lock. Test-IsMutexAvailable 11.07.2016 10:09:33 3700 (0x0E74)
[Installation] :: Working Directory is [C:\WINDOWS\ccmcache\f\Files]. Execute-Process 11.07.2016 10:09:34 3700 (0x0E74)
[Installation] :: Executing [C:\WINDOWS\ccmcache\f\Files\jre-8u92-windows-i586.exe /s AUTO_UPDATE=0 REBOOT=0 SPONSORS=0 /L "C:\WINDOWS\Logs\Software\jre-8u92-windows-i586.exe.log"]... Execute-Process 11.07.2016 10:09:34 3700 (0x0E74)
[Installation] :: Execution completed with exit code [0]. Execute-Process 11.07.2016 10:10:08 3700 (0x0E74)
The Installer of Java even didn’t create a own Logfile if I start the Script over the SCCM deployment. This is independent if I start the Application-Installation from the Application Catalog (as User) or deploy it directly to the System (Device). If I’m now going to the local Cache folder of the Application and start it again via Right Click > run as Admin, everything installs fine again.
(perhaps I had a similar issue with the Adobe Acrobat Installer a few weeks ago, there was a missing IE-Plugin after the Installation, but I hadn’t verified it now.)
I’m not sure if this is a Problem with the Toolkit or with SCCM. We are using Version 1511 (5.0.8325.1000) of SCCM and PSADT-Script Version 3.6.8. Perhaps anyone have a hint for me what I can try to solve. I can’t imagine to work without the toolkit
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.
Hello,
I'm using the very good script from "http://psappdeploytoolkit.com/"since about 2 years now. Never had big problems with it, but now I have the following strange behavior. Not sure if it's SCCM or Script related, so I will ask on both places ;-)
If I execute the script by right click and “run as Administrator”, everything runs fine and the Installer finishes successfull.
But if I now create a package from this script and deploy it with our SCCM Infrastructur (as Application) the Script starts fine, executing the EXE, getting back the Exit Code 0 but nothing is installed!
part of the LOG:
The Installer of Java even didn’t create a own Logfile if I start the Script over the SCCM deployment. This is independent if I start the Application-Installation from the Application Catalog (as User) or deploy it directly to the System (Device).
If I’m now going to the local Cache folder of the Application and start it again via Right Click > run as Admin, everything installs fine again.
(perhaps I had a similar issue with the Adobe Acrobat Installer a few weeks ago, there was a missing IE-Plugin after the Installation, but I hadn’t verified it now.)
I’m not sure if this is a Problem with the Toolkit or with SCCM. We are using Version 1511 (5.0.8325.1000) of SCCM and PSADT-Script Version 3.6.8. Perhaps anyone have a hint for me what I can try to solve. I can’t imagine to work without the toolkit
Thanks for any help!
Share this post
Link to post
Share on other sites