使用 dll 引用而非项目引用的 WIX 安装程序自定义操作

WIX installer custom action using dll reference not project reference

我有一个 WIX 安装程序设置并使用单个自定义操作工作。现在我有从 WIX 项目引用的自定义操作作为项目引用。这不适合我的需要。有没有办法让 WIX 安装项目引用输出 dll 和 CA.dll 而无需将自定义操作作为第二个项目。

不清楚为什么创建自定义操作项目对您来说是个问题,但也许您可以查看 WiX extensions

WiX extensions are used to extend and customize what WiX builds and how it builds it.

您可以在 WiX 脚本中create a skeleton extension and use it to build your own custom action. You can then author a binary custom action