Visual Studio 2015 msi build initiates another installation

前端 未结 3 2142
小鲜肉
小鲜肉 2020-12-11 11:52

I\'m trying to build an msi project in my VS2015 solution. I had installed the VS Installer Projects Extension.

Everything was working great just a few days ago.

3条回答
  •  爱一瞬间的悲伤
    2020-12-11 12:11

    I had the same problem with VS 2015 asking for VS 2008 installation package.

    Found this which solved my problem:

    1. Open a cmd as admin.

    2. Go to directory C:\Program Files (x86)\Common Files\microsoft shared\MSI Tools

    3. run: regsvr32.exe /u mergemod.dll"

    4. run: regsvr32.exe mergemod.dll"

    Link to the hint

提交回复
热议问题