vmre 559 uninstall from command line
Hi
i need to acheive a unistall of version 5.5.9 and then install version 7
what will be the command line to uninstall version 5.5.9
Thanks
i need to acheive a unistall of version 5.5.9 and then install version 7
what will be the command line to uninstall version 5.5.9
Thanks
0 Comments
[ + ] Show comments
Answers (7)
Please log in to answer
Posted by:
Yankir
14 years ago
Can you give little more detail of your requirement???? Like what is the application name, is it a capture or legacy setup ???? etc....
If it was a setup capture, you can use msiexec /x <Product Code> to uninstall the application.
If it is a setup capture, you can check uninstall string under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall registries.
Posted by:
anonymous_9363
14 years ago
If it is a setup captureNeither of the things you mention depend on whether or not the set-up was captured. More correctly, any application which was installed by an MSI (or a set-up stub EXE which extracts and executes against an MSI) can be uninstalled using the command line shown.
Additionally, any application whose name appears in the App/Remove Programs applet should have an uninstall command line somewhere beneath the registry key mentioned. MSI-installed apps are listed by ProductCode, others will be listed by name.
Posted by:
kerm007
14 years ago
Posted by:
anonymous_9363
14 years ago
Posted by:
kerm007
14 years ago
Posted by:
anonymous_9363
14 years ago
Posted by:
kerm007
14 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.