MSI Uninstall issue: Error 1001 -> The saved State dictionary contains inconsistent data and might have been corrupted

后端 未结 5 853
一个人的身影
一个人的身影 2021-01-14 12:10

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 b

5条回答
  •  死守一世寂寞
    2021-01-14 13:09

    I had a similar issue where a Windows Installer Package (.msi) was not uninstalling as expected. The workaround for me was to use the command line to uninstall using InstallUtil.exe. Then, reinstall the service using InstallUtil.exe. After, I was finally able to use an old msi to uninstall. After I uninstalled using the old MSI, I was able to use a NEW msi to install and everything worked as desired.

提交回复
热议问题