简体   繁体   中英

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. From that custom action you will pass the values back to installer.

You can start with this tutorial .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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