Re: [WiX-users] CustomAction after Install or Repair?

2008-11-04 Thread Eric Maines
That fixed it. TY Eric Date: Mon, 3 Nov 2008 14:09:41 -0800From: Ian Elliott (Excell Data Corporation) [EMAIL PROTECTED]Subject: Re: [WiX-users] CustomAction after Install or Repair?To: General discussion for Windows Installer XML toolset.wix-users@lists.sourceforge.netMessage-ID

[WiX-users] CustomAction after Install or Repair?

2008-11-03 Thread Eric Maines
Hi, I have a CustomAction that only runs when the install finishes and registers a dll using regsvr32. I would like it to also run when the user performs a Repair of the install. I can't seem to get this going after multiple tries. Here is my code: CustomAction

Re: [WiX-users] CustomAction after Install or Repair?

2008-11-03 Thread Ian Elliott (Excell Data Corporation)
A condition of NOT REMOVE will run during both install and repair. -Original Message- From: Eric Maines [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2008 2:04 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] CustomAction after Install or Repair? Hi, I have