Java 6 U13 Removal
Hi,
I'm trying to remove Java 6 U13 with the command line MsiExec.exe /X{26A24AE4-039D-4CA4-87B4-2F83216013FF} /log <logfile> /qb
The guid is from the Uninstall regkey under HKLM. When run you get the 'Are you sure' dialogue but it is blank, no product name etc.. click 'Yes' then it bombs out saying the product can't be found. The logfile is empty.
If I try to remove it from ARP it works fine. My understanding was that ARP uses the Uninstall Key in the registry to remove the product. Can anybody shed any light as to what may be happening here?
Thanks
I'm trying to remove Java 6 U13 with the command line MsiExec.exe /X{26A24AE4-039D-4CA4-87B4-2F83216013FF} /log <logfile> /qb
The guid is from the Uninstall regkey under HKLM. When run you get the 'Are you sure' dialogue but it is blank, no product name etc.. click 'Yes' then it bombs out saying the product can't be found. The logfile is empty.
If I try to remove it from ARP it works fine. My understanding was that ARP uses the Uninstall Key in the registry to remove the product. Can anybody shed any light as to what may be happening here?
Thanks
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
anonymous_9363
13 years ago
This was probably installed per-user and you are logged in using an account other than the one which installed it.
Wade through the registry looking for the ProductCode, renaming anything you find other than the entry in HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall, then re-try.
After uninstallation, rename the keys you renamed BACK to their original names, then use MSIZap from the WI SDK to remove all remaining trace.
Wade through the registry looking for the ProductCode, renaming anything you find other than the entry in HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall, then re-try.
After uninstallation, rename the keys you renamed BACK to their original names, then use MSIZap from the WI SDK to remove all remaining trace.
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.