[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: DEVENV=""TARGETDIR=""NOT Installed OR PATCH

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.Message-ID:<[EMAIL PROTECTED]> Content-Type

[WiX-users] Writing to registry fails, but msi log reports keys written?

2008-12-10 Thread Eric Maines
Hi wix-users, I was recently asked to write values to the registry in a working installer. All the other parts of the installer work, even the log seems to show it registered. - The problem is when I look in the registry, the keys are not written. (I also tried changing the Action attribute