I need to invoke Quiet Execution Custom Action multiple times in the immediate sequence. There is a web help<http://wixtoolset.org/documentation/manual/v3/customactions/qtexec.html> content available but no examples. I tried this:
<CustomAction Id="CA_QtExec1" Property="QtExecCmdLine" Value="some command line" DllEntry="CAQuietExec" Execute="immediate" Return="ignore"/> <CustomAction Id="CA_QtExec2" Property="QtExecCmdLine" Value="another command line" DllEntry="CAQuietExec" Execute="immediate" Return="ignore"/> WiX compiler fails with "The CustomAction/@DllEntry attribute cannot coexist with a previously specified attribute on this element. The CustomAction element may only have one of the following target attributes specified at a time: DllEntry, Error, ExeCommand, JScriptCall, Script, Value, or VBScriptCall." I am obviously missing something. Can someone please provide the right way of getting this working ? Thanks a lot. ------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users