Where is Microsoft.Deployment.WindowsInstaller found?

前端 未结 4 1131
感情败类
感情败类 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:48

    It's part of Windows Installer XML (WiX) an open source project formerly from Microsoft but since transferred to the Outercurve Foundation. It can be found on CodePlex. 3.7 is the latest release.

    This interop assembly is part of Deployment Tools Foundation (DTF) and you'll find an SDK help file installed in the start menu. The actual assembly will be found in C:\Program Files (x86)\WiX Toolset v3.7\SDK.

提交回复
热议问题