Re: [WiX-users] Managed custom actions in Wix 3

2008-04-30 Thread Krause, Henning
Hi Rob, > I read through that blog entry but I saw the comment about "a cleaner > approach is to call the custom action in a separate process". I didn't > look at the code but everything described in the blog entry talks about > using a DLL hosted in the Custom Action Server to create an AppDomai

Re: [WiX-users] Managed custom actions in Wix 3

2008-04-30 Thread Rob Mensching
Brian, all very good questions for the Windows Installer team. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brian Rogers Sent: Tuesday, April 29, 2008 21:33 To: Christopher Painter Cc: WiX Users Subject: Re: [WiX-users] Managed custom actions in Wix 3 Yes, this is only one of

Re: [WiX-users] Managed custom actions in Wix 3

2008-04-30 Thread Rob Mensching
e, Henning Sent: Tuesday, April 29, 2008 23:55 To: [EMAIL PROTECTED]; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Managed custom actions in Wix 3 Hi, > I think there may be differences between having managed custom action > support in Wix versus inventing your own way to lau

Re: [WiX-users] Managed custom actions in Wix 3

2008-04-30 Thread Christopher Painter
airly common). I don't want to presume that everyone is > > building an application that has a dependency on the .NET Framework. > > > > > > -Original Message- > > From: [EMAIL PROTECTED] [mailto: > > [EMAIL PROTECTED] On Behalf Of Richard > &

Re: [WiX-users] Managed custom actions in Wix 3

2008-04-30 Thread Andreas Ringdal
fixes and install states, etc: > > http://msdn.microsoft.com/en-us/library/aa368012.aspx > > > > > > > -- > > *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On > Behalf Of *Andreas Ringdal > *Sent:* den 30 april 2008 14:01 > *To:* Holmgren

Re: [WiX-users] Managed custom actions in Wix 3

2008-04-30 Thread Andreas Ringdal
When attempting to use your sample I get these errors ICE79: Component 'Executable' referenced in column 'InstallExecuteSequence'.'Condition' of row 'CAInstall.install' is invalid..\WixCustomActions.wxs42 1WixCustomActions ICE79: Component 'Executable' referenced in column 'InstallExec

Re: [WiX-users] Managed custom actions in Wix 3

2008-04-29 Thread Krause, Henning
Hi, > I think there may be differences between having managed custom action > support in Wix versus inventing your own way to launch a managed > assembly. Wix doesn't have to support managed CA's, you can do that > yourself. One could also write an extension for Wix (I would if I had > the time)

Re: [WiX-users] Managed custom actions in Wix 3

2008-04-29 Thread greenaj
have the .NET Framework installed > > before installing a package that uses one of the standard WiX CustomActions > > (which seems to be fairly common). I don't want to presume that everyone is > > building an application that has a dependency on the .NET Framework. >

Re: [WiX-users] Managed custom actions in Wix 3

2008-04-29 Thread Brian Rogers
ncy on the .NET Framework. > > > -Original Message- > From: [EMAIL PROTECTED] [mailto: > [EMAIL PROTECTED] On Behalf Of Richard > Sent: Tuesday, April 29, 2008 11:13 > To: WiX Users > Subject: Re: [WiX-users] Managed custom actions in Wix 3 > > > In article

Re: [WiX-users] Managed custom actions in Wix 3

2008-04-29 Thread Christopher Painter
be fairly common). I don't want to presume that everyone is building an application that has a dependency on the .NET Framework. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Richard Sent: Tuesday, April 29, 2008 11:13 To: WiX Users Subject: Re:

Re: [WiX-users] Managed custom actions in Wix 3

2008-04-29 Thread Rob Mensching
om: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Richard Sent: Tuesday, April 29, 2008 11:13 To: WiX Users Subject: Re: [WiX-users] Managed custom actions in Wix 3 In article <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> writes: > I have head people preach dillegently about

Re: [WiX-users] Managed custom actions in Wix 3

2008-04-29 Thread Richard
In article <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> writes: > I don't feel so bad about my managed CA when I hear about InstallShield > suppo rting them. LOL! That gives me even more confidence that I am right in counseling people to avoid them. -- "The Direct3D Graphics Pipeline" -- Dire

Re: [WiX-users] Managed custom actions in Wix 3

2008-04-29 Thread greenaj
; > Holmgren Mathias wrote: > > > And BTW, this topic is obviously an old beaten horse... > > > > > > http://robmensching.com/blog/archive/2007/04/19/Managed-Code-CustomActio > > > ns-no-support-on-the-way-and-heres.aspx >

Re: [WiX-users] Managed custom actions in Wix 3

2008-04-29 Thread Christopher Painter
; > > Holmgren Mathias wrote: > > And BTW, this topic is obviously an old beaten horse... > > > > http://robmensching.com/blog/archive/2007/04/19/Managed-Code-CustomActio > > ns-no-support-on-the-way-and-heres.aspx > > > > > > > > /M > >

Re: [WiX-users] Managed custom actions in Wix 3

2008-04-29 Thread greenaj
Mathias wrote: > > And BTW, this topic is obviously an old beaten horse... > > > > http://robmensching.com/blog/archive/2007/04/19/Managed-Code-CustomActio > > ns-no-support-on-the-way-and-heres.aspx > > > > > > > > /M > > > > >

Re: [WiX-users] Managed custom actions in Wix 3

2008-04-29 Thread Christopher Painter
Really? Have you polled every single Windows Installer Expert out there or are you taking the opinion of a few employees at Microsoft as a representation of the entire setup space? Personally I know of several experts who are in support of Managed Code CA' and I know the vast majority of p

Re: [WiX-users] Managed custom actions in Wix 3

2008-04-29 Thread Richard
In article <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> writes: > I have head people preach dillegently about the evil of managed custom action s. The evil stems from the way .NET, the GAC, Windows and the MSI runtime interact. Its not the custom action per se, but the way that .NET code will

Re: [WiX-users] Managed custom actions in Wix 3

2008-04-29 Thread greenaj
hias > Sent: den 29 april 2008 14:39 > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Managed custom actions in Wix 3 > > > > AFAIK, MSI can not call your managed code directly and there is no > supported way to easily call into custom actions written in manag

Re: [WiX-users] Managed custom actions in Wix 3

2008-04-29 Thread Holmgren Mathias
Sent: den 29 april 2008 14:39 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Managed custom actions in Wix 3 AFAIK, MSI can not call your managed code directly and there is no supported way to easily call into custom actions written in managed code. But you can use

Re: [WiX-users] Managed custom actions in Wix 3

2008-04-29 Thread Holmgren Mathias
AFAIK, MSI can not call your managed code directly and there is no supported way to easily call into custom actions written in managed code. But you can use InstallUtilLib.dll from the framework directory to host an AppDomain and load+call your managed code custom action. I got the below to wor

[WiX-users] Managed custom actions in Wix 3

2008-04-29 Thread Andreas Ringdal
I have attempted to use custom actions in wix3 created using Visual Studio 2005 and WIX 3 The error message appears when i execute the msi file There is a problem with this Windows installer package. A DLL required for this install to complete could not be run. Contact your support personnell or