Re: [WiX-users] Using .NET 2.0 Managed Custom Actions

2007-10-23 Thread Mailinglist
tober 2007 04:48 To: Mailinglist; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Using .NET 2.0 Managed Custom Actions I read and tested the "Hosting the CLR with a custom action". It is great to bridge between the unmanaged CA and managed CA. However, it cannot work with a def

Re: [WiX-users] Using .NET 2.0 Managed Custom Actions

2007-04-24 Thread Wilson, Phil
error messages aren't completely clear? ;=) Phil Wilson From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Vottero Sent: Friday, April 20, 2007 10:34 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Using .NET 2.0 Mana

Re: [WiX-users] Using .NET 2.0 Managed Custom Actions

2007-04-20 Thread Mike Dimmick
Funnily enough, Rob posted a blog entry yesterday on why there are no plans to add Managed Custom Action support to WiX any time soon. See http://robmensching.com/blog/archive/2007/04/19/Managed-Code-CustomActions-n o-support-on-the-way-and-heres.aspx. -- Mike Dimmick _ From: [EM

Re: [WiX-users] Using .NET 2.0 Managed Custom Actions

2007-04-20 Thread Joe Kaplan
offers the advantage of richer integration with the installer. Joe K. - Original Message - From: "Rob Mensching" <[EMAIL PROTECTED]> To: "Mailinglist" <[EMAIL PROTECTED]>; Sent: Friday, April 20, 2007 12:42 PM Subject: Re: [WiX-users] Using .NET 2.0 Managed Custom

Re: [WiX-users] Using .NET 2.0 Managed Custom Actions

2007-04-20 Thread Rob Mensching
I've heard they have their hands full enough as it is). -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mailinglist Sent: Friday, April 20, 2007 6:06 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Using .NET 2.0 Managed Custom Action

Re: [WiX-users] Using .NET 2.0 Managed Custom Actions

2007-04-20 Thread John Vottero
] Using .NET 2.0 Managed Custom Actions Congratulations - you reinvented InstallUtilLib.dll... Phil Wilson From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mailinglist Sent: Friday, April 20, 2007 4:52 AM To: wix-users@lists.sourceforge.net

Re: [WiX-users] Using .NET 2.0 Managed Custom Actions

2007-04-20 Thread Wilson, Phil
Congratulations - you reinvented InstallUtilLib.dll... Phil Wilson From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mailinglist Sent: Friday, April 20, 2007 4:52 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Using .NET 2.0 Man

Re: [WiX-users] Using .NET 2.0 Managed Custom Actions

2007-04-20 Thread Mailinglist
Hi Johan, > How does this work around the technical reason for managed custom > actions not working that Rob Mensching blogged about recently? Well, it works, though we have not testet calling managed custom actions for different framework versions. We roll out our software, entirely written for

Re: [WiX-users] Using .NET 2.0 Managed Custom Actions

2007-04-20 Thread Johan Appelgren
On 4/20/07, Mailinglist <[EMAIL PROTECTED]> wrote: > > > > > Hello WiX-users, > > > > because we needed to use managed custom actions in our setup, I searched > around the net for a real solution to this. > > > > I found two projects ([1],[2]), that followed quite good ideas, but both > did not wo