简体   繁体   English

将C#Dll添加到wix安装程序中并从该DLL调用函数

[英]Adding C# Dll into wix installer and call a function from that DLL

我有一个C#DLL,我想将该DLL添加到我的wix项目中,并希望从该DLL中调用我的wix项目中的一个函数,并获取从该函数返回的值并将其显示在wix安装程序中。

You can write Custom action and make a reference to that dll. 您可以编写“自定义”操作并引用该dll。 From that custom action you will pass the values back to installer. 通过该自定义操作,您会将值传递回安装程序。

You can start with this tutorial . 您可以从本教程开始。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM