A
Angela
I wrote a class that I intended to be a custom action. I
added the DLL for the class to the setup project using the
CustomActions editor.
When I run the installer it completely ignores the custom
action I set up.
First I put everything in the class constructor in the
order I wanted it performed, I thought maybe the
constructor would be called by the installer. Well, that
didn't work so I created a Main method just to see if that
would help. In Main() I called the constructor. I ran
the installer and it still ignored my custom action.
How do I "hook up" the custom actions so that they will
actually be performed?
added the DLL for the class to the setup project using the
CustomActions editor.
When I run the installer it completely ignores the custom
action I set up.
First I put everything in the class constructor in the
order I wanted it performed, I thought maybe the
constructor would be called by the installer. Well, that
didn't work so I created a Main method just to see if that
would help. In Main() I called the constructor. I ran
the installer and it still ignored my custom action.
How do I "hook up" the custom actions so that they will
actually be performed?