Re: [WiX-users] Problem with Custom Action

2008-12-16 Thread Steve Oliver
installer too. You shouldn't need to write your own custom action for that. I use XmlFile, but you can also use XmlConfig I believe. -Original Message- From: Steve Oliver [mailto:ste...@one-slip.com] Sent: Tuesday, December 16, 2008 4:06 PM To: 'General discussion for Windows

Re: [WiX-users] Problem with Custom Action

2008-12-16 Thread Steve Oliver
ue of [INSTALLDIR]? If so I would suggest using the XmlFile or XmlConfig elements 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] Prob

Re: [WiX-users] Problem with Custom Action

2008-12-16 Thread Steve Oliver
be a little bit bigger but shouldn't really hurt anything. --- 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 coupl

Re: [WiX-users] Problem with Custom Action

2008-12-16 Thread Steve Oliver
em with Custom Action Are you custom actions executing deferred? No changes are made to the system until the deferred mode. So the files won't be installed on the system until the deferred sequence. -Original Message- From: Steve Oliver [mailto:ste...@one-slip.com] Sent: Tuesday,

[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