There is a documentation mistake in WiX3 chm, you need to replace the
Id="wixca" with Id="WixCA and remove the Binary element.
Then you will need to add WixUtilExtension to light using -ext switch.

<Property Id="QtExecCmdLine" Value="command line to run"/>
<CustomAction Id="QtExec" BinaryKey="WixCA" DllEntry="CAQuietExec"
Execute="immediate" Return="check"/>
.
.
.
<InstallExecuteSequence>
    <Custom Action="QtExec" After="TheActionYouWantItAfter"/>
</InstallExecuteSequence>

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jesse
Englert
Sent: Tuesday, December 12, 2006 3:25 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] WiX 3.0 wixca.dll QtExec

Could someone provide example code to use the QtExec custom action? 
First of all, where is the "wixca.dll" located in WiX 3.0? It's not in 
C:\Program Files\WiX Installer XML v3\bin where it was in WiX 2.0.

-- 
Jesse Englert
Software Engineer
Applied Technologies
Tel: 805-239-9100


------------------------------------------------------------------------
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDE
V
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

__________________________________________________________________________________________
This electronic message contains information from Verint Systems, which may be 
privileged and confidential. 
The information is intended to be for the use of the individual(s)or entity 
named above. 
If you are not the intended recipient, be aware that any disclosure, copying, 
distribution or use of the contents of this information is prohibited. 
If you have received this electronic message in error, please notify us by 
replying to this email (1).


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to