NANT MSI customaction for Installer.cs methods
SPONSORED LINKS
I have a .net class library which is having Installer.cs that I am trying to configure as a custom action in my build script. I want to call Installer.cs methods on customaction, but when I give target as method name on Installer.cs…I am getting error message on MSI execution{ERROR: DLL required for this install to complete could not be run. Contact your support personnel or package vendor
Continued here:
NANT MSI customaction for Installer.cs methods