Where is Microsoft.Deployment.WindowsInstaller found?

前端 未结 4 1201
感情败类
感情败类 2021-01-03 19:25

I\'m trying to compile a WiX installer (which has custom actions, which I suspect are the source of the issue) on a build server and I\'m getting the following error:

<
4条回答
  •  难免孤独
    2021-01-03 19:55

    I downloaded WiX v3.11 from official website which eventually lands to this git hub page. The set up is actually an executable (*.exe) rather an MSI which shows you this installation page:

    Just click on the install gear icon. Once installation completes select the reference to Microsoft.Deployment.WindowsInstaller in Visual Studio solution explorer and click refresh from toolbar.

提交回复
热议问题