Feature Requests item #1768504, was opened at 2007-08-06 16:45 Message generated for change (Settings changed) made by pokpok You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642717&aid=1768504&group_id=105970
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: extensions Group: None Status: Open Priority: 5 Private: No Submitted By: pokpok (pokpok) >Assigned to: Rob Mensching (robmen) Summary: Specify working dir for quiet execution custom actions Initial Comment: WixUtilExtension has a DLL function (CAQuietExec) for executing command-lines in the background (i.e. without a cmd.exe window poping up during the installation). The commandline that is actually executed can be specified in a property named QtExecCmdLine (or QtExecDeferred respectively). There is no possibility to specify the working directory for the execution. The default working dir of the MSI service or client process (depending on custom action scheduling) will be used. In some cases setting the directory is a must, for instance when you call a batch-script which works with not configurable relative paths. For such cases having a second property like QtExecWorkDir would be great. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642717&aid=1768504&group_id=105970 ------------------------------------------------------------------------- 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-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
