Hello
In the help of WiX 3.0.3029.0 I saw the following for "Quiet Execution
CustomAction"
If you want to run more than one command line in the immediate sequence
then you'll need schedule QtExec multiple times and set the
QtExecCmdLine property (using a type 51 custom action) right before you
want each of them executed.
How I actually do that if I want to run a command line one after the
other While I use standard custem action I use like this
<Custom Action="InvokeRsDS" After="InstallFinalize"> NOT REMOVE
</Custom>
<Custom Action="InvokeRsRp1" After="InvokeRsDS"> NOT REMOVE
</Custom>
<Custom Action="InvokeRsRp2" After="InvokeRsRp1"> NOT REMOVE
</Custom>
<Custom Action="InvokeRsRp3" After="InvokeRsRp2"> NOT REMOVE
</Custom>
<Custom Action="InvokeRsRp4" After="InvokeRsRp3"> NOT REMOVE
</Custom>
<Custom Action="InvokeRsCu1" After="InvokeRsRp4"> NOT REMOVE
</Custom>
<Custom Action="InvokeRsCu2" After="InvokeRsCu1"> NOT REMOVE
</Custom>
But how I do it with quiet execution I want to start after
InstallFinalize and run in sequence ( one after other ).
Is there a list of the sequence number of the standard action that can
be use?
Or Is there option to use Different ID?
Also In this situation How can I update the progress text of the action.
Thx,
Moti
-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users