uninstalling Java...
Hi
I'm trying to uninstall Java Silently.. but ...ack... I cannot find the right method..
I tried many different approaches... using oracle's own: /s /v "/qn REBOOT=Suppress" /x
doesn't work.. it just brings up a windows installer help screen, but using the info there still doesn't get me nearer the goal..
Can someone give me a few hints as to the Syntax?
Thanks in advance!
I'm trying to uninstall Java Silently.. but ...ack... I cannot find the right method..
I tried many different approaches... using oracle's own: /s /v "/qn REBOOT=Suppress" /x
doesn't work.. it just brings up a windows installer help screen, but using the info there still doesn't get me nearer the goal..
Can someone give me a few hints as to the Syntax?
Thanks in advance!
0 Comments
[ + ] Show comments
Answers (9)
Please log in to answer
Posted by:
tammalac@deshaw.com
13 years ago
You can run the removal command in silent mode using the Java product code as below.
MsiExec.exe /x <ProductID> /qn REBOOT=ReallySuppress
To know the product ID,
If it's a 64-bit Java, search for the string "java" under the registry "HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall"
If it's a 32-bit Java, search for the string "java" under the registry "HKLM\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall"
Let me know if that helps.
Thanks!
MsiExec.exe /x <ProductID> /qn REBOOT=ReallySuppress
To know the product ID,
If it's a 64-bit Java, search for the string "java" under the registry "HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall"
If it's a 32-bit Java, search for the string "java" under the registry "HKLM\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall"
Let me know if that helps.
Thanks!
Posted by:
tammalac@deshaw.com
13 years ago
Posted by:
Symbiot
13 years ago
Posted by:
tammalac@deshaw.com
13 years ago
Posted by:
tammalac@deshaw.com
13 years ago
OK...but the quesion was "Will the productID be different from client to client? or is it the same for same OS/java version etc? "....
The PrdocutID for an installer will be same across multiple clients...it won't change from client to client. And, the ProdctID of a particular installer is same across different OSs as well (XP, Vista, 7 ....etc).
The PrdocutID for an installer will be same across multiple clients...it won't change from client to client. And, the ProdctID of a particular installer is same across different OSs as well (XP, Vista, 7 ....etc).
Posted by:
dyehardfan
13 years ago
Posted by:
AngelD
13 years ago
ORIGINAL: tammalac@deshaw.com
OK...but the quesion was "Will the productID be different from client to client? or is it the same for same OS/java version etc? "....
The PrdocutID for an installer will be same across multiple clients...it won't change from client to client. And, the ProdctID of a particular installer is same across different OSs as well (XP, Vista, 7 ....etc).
There is nothing called a ProductID!
I'm sure it should be ProductCode or Package Code (revision number summary property)
Posted by:
anonymous_9363
13 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.