Microsoft Installer (.msi) files

Repairing installed software

For .msi installers you can often solve issues just by right-clicking and selecting "repair" which will run through the installation again and fix any missing/corrupt files and registry entries.

Administrative rights are often not needed to perform a repair which can be useful for when you don't have elevated privileges.

Install/Uninstall .msi packages using msiexec

The Windows msiexec tool can be used to install and uninstall .msi packages via the command-line.


Disclaimer

Ideas may still be growing

Notes in my digital garden are written primarily for my own reference and understanding. They may be unfinished, unorganized, outdated, and/or incorrect.