uninstall from command line
Posted: Tue Sep 17, 2013 1:36 pm
My customer is having a lot of difficulty uninstalling one of our programs. We'd like to turn on logging to see what's happening, but we can't get the program to uninstall from the command line. From a command shell, I run:
msiexec /x c:\ProgramData\...\myproduct
Windows eventually pops up a dialog that says, "This action is only valid for products that are currently installed". Using the product GUID rather than the install project name gives the same result.
How can we uninstall the program from the command line?
Thanks!
-Dean
msiexec /x c:\ProgramData\...\myproduct
Windows eventually pops up a dialog that says, "This action is only valid for products that are currently installed". Using the product GUID rather than the install project name gives the same result.
How can we uninstall the program from the command line?
Thanks!
-Dean