0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Uninstall windows program using msi with elevated right

Posted at
  1. Locate msi file (Usually displayed on prompt where you need to type in user name/password for administrator; you need to click "Show detail")
  2. Start command prompt with elevated right
  3. Run following command on cmd
msiexec /x "C://Path/to/msi"

/x: option for uninstall

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?