Where is Microsoft.Deployment.WindowsInstaller found?

前端 未结 4 1202
感情败类
感情败类 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条回答
  •  萌比男神i
    2021-01-03 19:30

    You have to create a Custom Action Project and refer it to your installer. That will locate the assembly Microsoft.Deployment.WindowsInstaller.

    Custom Action Project

提交回复
热议问题