donaghs
Posts: 10
Score: 0 Joined: 5/13/2009 Status: offline
|
Hi, only 2nd time posting here, but hope someone can help with a query. I've ready previous similar posts but can't find the right answer. Basically, all my Vista PCs have a particular version of Java on them. After hearing about a security vulnerability I want to upgrade the version of Java on every PC to "version 6, update 17". I want to automate this process and push it out silently. The most successful way of doing this is to manually go to the Sun website and download and and install the update. This works, although it create the autoupdate which I don't want. I have not found a successful way to automate this though. I have found commands which do this, e.g. jre-6u17-windows-i586-s.exe /s /v"/qn IEXPLORER=1 REBOOT=Suppress JAVAUPDATE=0" but these leave the previous version of Java installed. Apart from looking messy, I presume there is still the vulnerability? I've also managed to unsintall the previous version first with a batch file, but this also leaves behind an icon in Control Panel for a version of Java which no longer exists. Presumably some reg keys get left behind which also need to be deleted. I feel like I could spend weeks trying to tweak this one install/upgrade. Does anyone know a simple way to correctly upgrade the Java version on Vista, in an automated fashion? And if possible removing the autoupdate feature.
|