The example domentation for CAQuietExec doesn't show a correct type 51 custom action when creating the command line property:
<customaction id="user-content-QtExecDeferredExampleWithProperty_Cmd" property="QtExecDeferredExampleWithProperty" value=""<span>[#MyExecutable.exe]</span>"" execute="immediate" return="ignore"></customaction>
Should be:
<customaction id="user-content-QtExecDeferredExampleWithProperty_Cmd" property="QtExecDeferredExampleWithProperty" value=""<span>[#MyExecutable.exe]</span>""></customaction>
Patch to fix this attached.
Logged In: YES
user_id=26581
Originator: NO
Please clarify what's wrong with the existing authoring.
Logged In: YES
user_id=1521752
Originator: YES
If you specify 'Execute="immediate" Return="ignore"' you get the error "ICE68: Invalid custom action type for action xxx". I think this problem is the Return="ignore" but as neither Execute or Return are relavent to the example I thought it would be clearer to exclude them.
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 15 days (the time period specified by
the administrator of this Tracker).