MSI Uninstall issue: Error 1001 -> The saved State dictionary contains inconsistent data and might have been corrupted
I need to create a few Windows Services and obviously I would like to package them in a nice installer. Since I was unfamiliar with Service creation/installation I basically used code from the following example: Advanced Service Installation I did not change ProjectInstaller or InstallActions and basically just plugged my own services (File monitoring/conversion). Building and compiling the code works A-OK: The Installer works, the services are installed (but NOT started as might be expected) My Services themselves all work The Uninstall FAILS, stating the error from the title What is very