Managed Installations question ?
Hi!
Have two question.
1. This is the scenario, I have deploy latest Java update to about 40 computers. Installation works fine, BUT when a computer got Java installed it`s keep start over the installation again when the computer check in to K1000. This is a annoying problem when you deploy to many computer at the sametime. Why can`t K1000 see that a successfully installation is done, and don`t start the installation again ?
2. Trying to run this Java uninstall setup under Script in K1000: /X I{32A3A4F4-B792-11D6-A78A-00B0D0180250} /qn /norestart. It`s seems work, script is successfully deployed, but Java is still there on the computer and not uninstalled?
Many thx for answers!
1 Comment
[ - ] Hide Comment
Answer this question
or Comment on this question for clarity
Answers
-
Are you using a custom inventory rule? It looks like you are. If so then something isn't triggering right on your rule. Also - your install is working - but you don't need to zip up and run a batch script for a single installer file. If you attach it to the inventory record and leave "default installation" you can just enter your switches under "additional parameters"...for ex. /quiet. Just an FYI...maybe less work but everyone's got their own way of doing things!
part 2 the java uninstall does not look like that on my machine(you also have an I before the {). for 32bit java 8U25 uninstall would be like
MsiExec.exe /X {26A24AE4-039D-4CA4-87B4-2F83218025F0} /qn. What shows under the hklm\software\microwsoft\windows\currentversion\uninstall\ go to this key set and search for "java", find the one set that is fully populated with keys and look at the uninstall key there.
MsiExec.exe /X {26A24AE4-039D-4CA4-87B4-2F83218025F0} /qn. What shows under the hklm\software\microwsoft\windows\currentversion\uninstall\ go to this key set and search for "java", find the one set that is fully populated with keys and look at the uninstall key there.
Please log in to comment
Comments