Hi AI Team,
I've created a custom installer action in .NET which derives from the System.Configuration.Install.Installer class and has the System.ComponentModel.RunInstallerAttribute set to true (all of which is stated in the AI User Guide). However, I'm not sure what to put in the "Function Name" textbox on the Custom Action Properties page; it defaults to "LaunchDotNetCustomAction", but when I build the installer and run it, the installer shows a dialog saying there was a problem with the DLL.
Any help would be much appreciated -- the rest of our installer works great, I'm just stuck on this very last part.
Cheers,
Jack
EDIT : I should've mentioned -- my "Source Path" (in the dialog) is set to the .NET DLL I'm calling. Does that need to point to some other native DLL that exports the LaunchDotNetCustomAction function?