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 Id="RegisterDebugger"Directory="TARGETDIR"ExeCommand='regsvr32.exe /s "[TARGETDIR]$(var.TargetBinPath)\Debugger\Debugger.dll"'Return="check"></CustomAction> <InstallExecuteSequence><LaunchConditions After="AppSearch" /><Custom Action="Set_STUBENV" After="ValidateProductID">DEVENV=""</Custom><Custom Action="SetDefault_TARGETDIR" After="Set_STUBENV">TARGETDIR=""</Custom><Custom Action="ExecuteStubSetup" After="MsiPublishAssemblies" /><Custom Action="RegisterDebugger" After="InstallFinalize">NOT Installed OR PATCH</Custom></InstallExecuteSequence> I'm stuck. Does anyone have any advice for this? Thanks in advance. Eric _________________________________________________________________
------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users