How can I find the upgrade code for an installed application in C#?

前端 未结 5 1146
时光说笑
时光说笑 2020-12-03 11:12

I am using the C# wrapper for the Windows Installer API from the WIX Toolset. I use the ProductInstallation class to get information about the installed produc

5条回答
  •  一整个雨季
    2020-12-03 11:47

    Just commenting in case this comes in handy in the future for anyone!

    In the case that you only have the GUID or code available, the following site can be used to convert between the two:

    https://daysoff.io/flipguid

    Hopefully this can save some future headaches!

提交回复
热议问题