Sriram Vasudevan wrote:

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?


WiX v3 includes wixca.dll embedded in WixUtilExtension.dll. Pass the -ext switch to load WixUtilExtension.dll then use CustomAction/@BinaryKey="WixCA" to refer to it.

--
sig://boB
http://joyofsetup.com/

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