cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
sureshkottakki
Level 6

C# DLL function in Suite/Advanced installer

Hi,
I created DLL function using c#, now I want to use this function in my Suite/Advanced installer, but could not . But am able to call this function in Installscript MSi Projects.
Details of DLL file eg: Dll file name:abc.pqr.dll , class:xyz , function:qqq()
Below are the following steps followed to call dll function in Suite/Advanced project
1)Created DLL function using c#
2)Added that dll file in Support file-->Language Independent in Suite installer
3)Under Events-->Actions , Right clicked and clicked on New managed code
On the right panel of Actions I filled the details
File:[SETUPSUPPORTDIR]abc.pqr.dll
Class:xyz
Method:qqq -------------------------even tried qqq()
Labels (1)
0 Kudos
(1) Reply
brivsr
Level 2

I had the similar problem and found that the Class needs to include the namespace.

For example: MyNamspace.Myclass

Hope that helps.
0 Kudos