Feature Requests item #1811746, was opened at 2007-10-11 18:09 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642717&aid=1811746&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: None Group: None Status: Open Priority: 5 Private: No Submitted By: Mike (fmike7) Assigned to: Nobody/Anonymous (nobody) Summary: Rollback Scripts - Add Quick Macros Initial Comment: I was really impressed by rollback script functions from wcautil (WcaCaScript***). In dark ages of MSI you would write all this temporary files stuff manually, now you just call functions. Nice! My suggestion is to add some quick macros to hide massive code chunks related to rollback scripts. Something simple like: SCRIPT_BEGIN(); SCRIPT_PUT_STRING(string); SCRIPT_PUT_NUMBER(number); SCRIPT_END(); and, during rollback: ROLLBACK_BEGIN(); string = ROLLBACK_GET_STRING(); number = SCRIPT_GET_NUMBER(); ROLLBACK_END(); ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642717&aid=1811746&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
