Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 C# dll,它必须使用 WIX 代码/msi 进入注册表,运行 msi 后,我应该能够在 Visual Studio 的“添加引用”对话框中访问注册的 dll。如何使用 WIX 3.5 完成此操作? 我正在使用 Visual Studio 2010
提前致谢!
您可以使用自定义操作来实现此目的。
这解释了如何创建在安静模式下执行的自定义操作。添加类似于以下内容的内容:
gacutil /i yourdll.dll
在 Property 标签的 Value 属性中。