Overview
This document describes how to uninstall any version of M-Files via the command prompt without having access to the installed version's msi package.
Solution
You can use the following command to uninstall any currently installed version of M-Files via an elevated command prompt (run the command prompt as administrator) without having the corresponding version's msi package available:
wmic product where "name like '%%M-Files%%'" uninstall /nointeractive
If this does not help, follow the Uninstall an M-Files version which cannot be uninstalled from command prompt article.
