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