Oops.  The error was the way I was trying to unregister the DLL.

----- Original Message ----- 
From: "Anthony Wieser" <[EMAIL PROTECTED]>
To: <wix-users@lists.sourceforge.net>
Sent: Tuesday, May 20, 2008 5:24 PM
Subject: [WiX-users] Please help me understand SelfReg and GAC 
librarydependencies


> OK, I know it's not the best way to install things with WiX, but my 
> product
> includes a DirectShow filter, and they create some random binary registry
> entry on selfRegistration, so I have little choice but to register it as
> self reg.
>

>    <CustomAction Id="regGrabber" Execute="commit"
> Directory="INSTALLLOCATION" ExeCommand='"[SystemFolder]msiexec" /y
> "[#axgrab]"' Impersonate='no' />
>    <CustomAction Id="unregGrabber" Execute="commit"
> Directory="INSTALLLOCATION" ExeCommand='"[SystemFolder]msiexec" /x
> "[#axgrab]"' Impersonate='no' />
>    <CustomAction Id="rollbackGrabber" Execute="rollback"
> Directory="INSTALLLOCATION" ExeCommand='"[SystemFolder]msiexec" /x
> "[#axgrab]"' Impersonate='no' />
>


It should have been /z not /x!

Anthony Wieser
Wieser Software Ltd


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to