Jump to content

Recommended Posts

Posted (edited)

I cannot find a way to uninstall versions 6.2 and earlier from command-line. I can silently remove any newer version using the MSI uninstall string.

 

It shows in Add/Remove, but not the registry or using a WMI query. For the uninstall string that it DOES show in the registry, it's "C:\Windows\unvise32.exe C:\ExamView\uninst5.log"

 

I'm at a loss what to do. I found out how to silently install the new version, but would like to automate the uninstall as well.

Edited by farmeunit
Nevermind. Figured it out right after posting.
  • 1 month later...
Posted

Followup:

I used the previous post and add /S in between the command and path.

 

For version 7:

wmic product where "name like '%%examview%%' AND Version ='7%%'" call uninstall /nointeractive

 

For version 8:

wmic product where "name like '%%examview%%' AND Version ='8%%'" call uninstall /nointeractive

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...