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

2008-08-14 Thread Poornima S
ed. Phil Wilson -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Poornima S Sent: Wednesday, August 13, 2008 6:35 AM To: wix-users@lists.sourceforge.net; [EMAIL PROTECTED] Subject: Re: [WiX-users] Call a .NET dll file in wix using custom Hi, I checked v

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

2008-08-13 Thread Wilson, Phil
w you what registration is required. Phil Wilson -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Poornima S Sent: Wednesday, August 13, 2008 6:35 AM To: wix-users@lists.sourceforge.net; [EMAIL PROTECTED] Subject: Re: [WiX-users] Call a .NET dll file in wix us

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

2008-08-13 Thread Poornima S
From: Blair Murri [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 13, 2008 1:17 AM To: Poornima S Cc: wix-users@lists.sourceforge.net Subject: RE: Re: [WiX-users] Call a .NET dll file in wix using custom Please check your verbose debug installation log to see what is causing this

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

2008-08-13 Thread Poornima S
: Re: [WiX-users] Call a .NET dll file in wix using custom   Please check your verbose debug installation log to see what is causing this error. That is a separate issue. This email message and its attachments may contain CONFIDENTIAL AND PRIVILEGED INFORMATION intended for the sole use of the

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

2008-08-13 Thread Poornima S
From: Blair Murri [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 13, 2008 1:17 AM To: Poornima S Cc: wix-users@lists.sourceforge.net Subject: RE: Re: [WiX-users] Call a .NET dll file in wix using custom Please check your verbose debug installation log to see what is causing this error. That

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

2008-08-11 Thread Blair Murri
WiX. From: Poornima S [mailto:[EMAIL PROTECTED] Sent: Monday, August 11, 2008 4:11 AM To: Blair Murri; wix-users@lists.sourceforge.net Subject: RE: Re: [WiX-users] Call a .NET dll file in wix using custom Hi, I added a COM registration to my wix file

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

2008-08-11 Thread Poornima S
help me out in solving this issue further.. Regards, Poornima.S Message: 6 Date: Sun, 10 Aug 2008 22:28:15 -0700 From: Blair Murri <[EMAIL PROTECTED]> Subject: Re: [WiX-users] Call a .NET dll file in wix using custom To: General discussion for Windows Installer XML t

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

2008-08-10 Thread Blair Murri
access. From: [EMAIL PROTECTED] [EMAIL PROTECTED] On Behalf Of Poornima S [EMAIL PROTECTED] Sent: Wednesday, August 06, 2008 5:08 AM To: Neil Enns; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Call a .NET dll file in wix using custom But still

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

2008-08-06 Thread Poornima S
to help. Unless you have an exceptionally good reason you should *always* have exactly one file per component. Neil From: Poornima S [EMAIL PROTECTED] Sent: Monday, August 04, 2008 10:59 PM To: Neil Enns Subject:

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

2008-08-04 Thread Chandra Vuppala
e.net Cc: [EMAIL PROTECTED] Subject: Re: [WiX-users] Call a .NET dll file in wix using custom I tried to register DLL in the GAC, by adding Assembly=".net" to my element, as below: But I am getting an error when I try to run my installer as follows: An error occurred durin

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

2008-08-04 Thread Neil Enns
grateFeatures="yes" in , but this only fixes things for the same user account. So, where am I shooting myself in the foot? ;) Yours, Mattias ?slund [EMAIL PROTECTED] -- Message: 3 Date: Mon, 4 Aug 2008 18:08:34 +0530 From: "Poornima S" &

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

2008-08-04 Thread Poornima S
onsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&

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