Bob mentioned the other day that those custom actions are now moved to
WixUtilExtension.dll

 

 

The sample element should look like this

 

<Property Id="QtExecCmdLine" Value="command line to run"/> 
<CustomAction Id="QtExec" BinaryKey="WixCA" DllEntry="CAQuietExec" 
Execute="immediate" Return="check"/>

 

Nat

 

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Sriram
Vasudevan
Sent: Monday, July 23, 2007 8:24 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Quiet execution customaction

 

Hi,

I notice that the quiet execution custom action (as described in Wix.chm)
requires wixca.dll, and the binary is removed for Wix3.0. Any reasons why?
How do I invoke a custom action that doesn't show a cmd window on Wix3.0?

Thanks!

 

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to