Where is Microsoft.Deployment.WindowsInstaller found?

前端 未结 4 1198
感情败类
感情败类 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
    慢半拍i (楼主)
    2021-01-03 19:49

    For me this was just a matter of providing a hint for the reference in cproj file, pointing to the Wix nuget package.

     
     ..\packages\WiX.3.11.2\tools\Microsoft.Deployment.WindowsInstaller.dll
    
    

提交回复
热议问题