Rebuilding Visual Studio Installer project, launches Visual Studio 2013 setup

前端 未结 2 1025
别那么骄傲
别那么骄傲 2021-01-23 02:41

I have recently upgraded to Visual Studio 2013 (with the installer extension installed) from 2010, and now when I rebuild my Visual Studio Installer project, a

2条回答
  •  别那么骄傲
    2021-01-23 03:16

    • Try this serverfault post first: Cleanup pending installation
    • Then try this comprehensive answer: How can I determine what causes repeated Windows Installer self-repair?

    This should at least make you certain what component in the MSI that is triggering the self-repair. Most MSI packages can be repaired, but the Visual Studio installer works in mysterious ways. Give it a shot.

提交回复
热议问题