Search code examples
installationinstallshieldinstallation-package

How can i execute DLL in custom action in installshield basic msi project?


I have created a class library project in C#, and I want to execute the output dll of that project in custom action of my Basic MSI project.


Solution

  • Thanks Everyone,

    I certainly found the solution, Actually the mistake was doing was, i was taking New Standard DLL custom action for executing C# DLL, but i choose Managed Code Custom action and i can execute my DLL without any problem...