Where do I find Microsoft.Tools.WindowsInstallerXml.dll?

Deadly 提交于 2020-01-14 19:18:04

问题


I am trying to write an extension for Wix by subclassing CompilerExtension but I can't locate the dll to reference the Microsoft.Tools.WindowsInstallerXml namespace. I searched on the web with no luck.

Any ideas where this can be found?

Mark


回答1:


The type Microsoft.Tools.WindowsInstallerXml.CompilerExtension is in the assembly wix.dll (there is no assembly/DLL named Microsoft.Tools.WindowsInstallerXml.dll). The assembly is located in <wixinstalldir>\bin (e.g. C:\Program Files (x86)\WiX Toolset v3.6\bin\wix.dll).

You might also want to have a look at the WixContrib project at Codeplex.



来源:https://stackoverflow.com/questions/18717073/where-do-i-find-microsoft-tools-windowsinstallerxml-dll

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!