My suggestion is to edit the condition as <![CDATA[&DRVInstall =3]]>.

--------------------------------------------------
From: "Anton Filippov" <[EMAIL PROTECTED]>
Sent: Thursday, February 14, 2008 12:46 PM
To: <wix-users@lists.sourceforge.net>
Subject: [WiX-users] Reinstall driver

> Hi
>
> I'm using WiX and my own dll for install driver (because driver not signed 
> yet)
>
> <CustomAction Id="ReInstallDrv" BinaryKey="InstDLL"
> DllEntry="ReInstallDRV" Execute="oncePerProcess" />
> ...
>
> <Custom Action="ReInstallDrv"
> After="InstallFinalize"><![CDATA[&DRVInstall = 5]]></Custom>
>
>
> Function ReInstallDRV uses  SetupCopyOEMInfW  with SP_COPY_REPLACEONLY
> flag (because driver file already copied in windows\system32\drivers
> directory)
>
> But this Action not start (in reinstall.log, REINSTALL=DRVInstall).
> How start this action?
> Or I can reinstall driver in other way? (Direct copy to win dir - not
> way I looking for :) )
>
> Thanks
>
> -------------------------------------------------------------------------
> 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
>
> 

-------------------------------------------------------------------------
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