VS2008 Setup Project: Uninstalling the previous MSI

前端 未结 6 1472
野趣味
野趣味 2021-02-05 16:42

I have a VS2008 setup project, which creates a setup.msi which installs a WinForms application (C#).

Every time I update the version number, the users first have to unin

6条回答
  •  北海茫月
    2021-02-05 17:07

    Don't forget to increment the assemblyFileVersion! If you don't specify the assembly file version then the compiler assumes it to be the same as assemblyVersion. However, if assemblyFileVersion is specified then it must be incremented.

提交回复
热议问题