Visual Studio Packaging: Another version of this product is already installed

前端 未结 4 598
谎友^
谎友^ 2021-02-05 03:03

I have a msi created for a project which uses C# & Jscript. version-1.0 is currently public. I want to release a bug-fixed version v-1.0.1 of this package but while testing

4条回答
  •  别跟我提以往
    2021-02-05 03:57

    I would follow this process

    In your main project

    • Increment your Assembly Version no.

    In your Visual Studio Setup project

    • Set "Remove Previous Version" to true
    • Increment the Version No. (this will change the product code for you too)

提交回复
热议问题