Gatt Posted June 26, 2013 Posted June 26, 2013 I really hate Java! I cannot get Update to complete installation via SCCM Run the same command from a command line - it installs fine The SCCM Command line is: msiexec /i "jre1.7.0_25.msi" TRANSFORMS= "7u25.mst" /q The folder contains the MSI, the MST and the Data1.cab files These all get downloaded to the client, and it starts to install but then gets stuck at "Installing..." in Software Center until I kill the MSIEXEC process. If I open a command prompt and goto the Cache folder and run the exact same command - it goes in straight away...
Gatt Posted June 26, 2013 Author Posted June 26, 2013 /q and /qn do the same thing - Command-Line Switches for the Microsoft Windows Installer Tool I have other MSI's that just have /q and they install fine..
free780 Posted June 26, 2013 Posted June 26, 2013 Have you tried running the comand as the system account or turn on the logging for the msi.
Gatt Posted June 26, 2013 Author Posted June 26, 2013 No, but will do now - not done cos its always gone in fine before now...
Gatt Posted June 26, 2013 Author Posted June 26, 2013 Problem solved! Errant space between TRANSFORMS= and "7u25.mst"
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now