Re: [WiX-users] Problem with Custom Action

2008-12-16 Thread Steve Oliver
That sounds like a much better solution. Thanks. -Original Message- From: Scott Sam [mailto:s...@clearviewecm.com] Sent: Tuesday, December 16, 2008 2:13 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Problem with Custom Action Yeah I do that in my

Re: [WiX-users] Problem with Custom Action

2008-12-16 Thread Scott Sam
discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] Problem with Custom Action I am trying to update an xml file with information that is input by the user. My custom action displays a dialog to collect the information. -Original Message- From: Scot

Re: [WiX-users] Problem with Custom Action

2008-12-16 Thread Steve Oliver
Installer XML toolset. Subject: Re: [WiX-users] Problem with Custom Action Sorry I forgot you lose access to the session in the deferred script. I'm not really clear on what you are trying to accomplish with the second CA. Are you trying to update a value in an appconfig file with the val

Re: [WiX-users] Problem with Custom Action

2008-12-16 Thread Scott Sam
taller XML toolset.' Subject: Re: [WiX-users] Problem with Custom Action Yes, I am using DTF. I only discovered DTF yesterday so I'm a bit green. How do you have DTF pack the DLL? -Original Message- From: Christopher Painter [mailto:chr...@deploymentengineering.com] Sent: Tuesda

Re: [WiX-users] Problem with Custom Action

2008-12-16 Thread Scott Sam
ments in wix. -Original Message- From: Steve Oliver [mailto:ste...@one-slip.com] Sent: Tuesday, December 16, 2008 3:32 PM To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] Problem with Custom Action I tried running deferred. Here is the re

Re: [WiX-users] Problem with Custom Action

2008-12-16 Thread Steve Oliver
r XML toolset. Subject: Re: [WiX-users] Problem with Custom Action Are you using DTF? ( I certainly hope so since it's the only way to fly when writing managed CA's ) If so, you could just have DTF pack the DLL into your custom action and resolve your reference that way. Your MSI will

Re: [WiX-users] Problem with Custom Action

2008-12-16 Thread Jacob, Christian
ers, Klaus Timm -Ursprüngliche Nachricht- Von: Christopher Painter [mailto:chr...@deploymentengineering.com] Gesendet: Dienstag, 16. Dezember 2008 21:40 An: General discussion for Windows Installer XML toolset. Betreff: Re: [WiX-users] Problem with Custom Action Are you using DTF? ( I certainly

Re: [WiX-users] Problem with Custom Action

2008-12-16 Thread Christopher Painter
hing. --- On Tue, 12/16/08, Steve Oliver wrote: > From: Steve Oliver > Subject: [WiX-users] Problem with Custom Action > To: wix-users@lists.sourceforge.net > Date: Tuesday, December 16, 2008, 1:45 PM > I am writing a couple of managed custom actions. In the > first action I nee

Re: [WiX-users] Problem with Custom Action

2008-12-16 Thread Steve Oliver
December 16, 2008 2:46 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Problem with Custom Action I am writing a couple of managed custom actions. In the first action I need to access an assembly that is installed to the GAC via a merge file as part of the install. The problem is that

Re: [WiX-users] Problem with Custom Action

2008-12-16 Thread Richard
In article <001201c95fb6$eb98dc40$c2ca94...@com>, "Steve Oliver" writes: > I am writing a couple of managed custom actions. In the first action I need > to access an assembly that is installed to the GAC via a merge file as part > of the install. The problem is that the assembly does not se

Re: [WiX-users] Problem with Custom Action

2008-12-16 Thread Scott Sam
PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Problem with Custom Action I am writing a couple of managed custom actions. In the first action I need to access an assembly that is installed to the GAC via a merge file as part of the install. The problem is that the assembly does not se

[WiX-users] Problem with Custom Action

2008-12-16 Thread Steve Oliver
I am writing a couple of managed custom actions. In the first action I need to access an assembly that is installed to the GAC via a merge file as part of the install. The problem is that the assembly does not seem to be available until the installer has completed. Not REMOVE