Re: [WiX-users] Call a .NET dll file in wix using custom action

2008-08-04 Thread Neil Enns
nday, August 04, 2008 5:38 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Call a .NET dll file in wix using custom action Hi All, I have a DLfetcher.dll file which is in .NET. I need to create a WIX installer for my application, and when I run that msi the dll file should get re

[WiX-users] Call a .NET dll file in wix using custom action

2008-08-04 Thread Poornima S
Hi All, I have a DLfetcher.dll file which is in .NET. I need to create a WIX installer for my application, and when I run that msi the dll file should get registered in GAC. I modified my WXS file to use custom action behaviour of WIX. Code is as below: But when I run installer