Bugs item #1344829, was opened at 2005-11-01 04:42 Message generated for change (Settings changed) made by robmen You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1344829&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: CustomActions Group: v2.0 >Status: Closed Resolution: Fixed Priority: 5 Submitted By: Riko Eksteen (rikoe) Assigned to: Derek (derekc) Summary: Type 53/54 custom actions not supported Initial Comment: It does not look like custom action types 53 and 54 (JScript/VBScript stored in a property value) are supported. I don't use these custom actions, nor encourage their use, but I do tell people that WiX offers full MSI coverage, and am therefore submitting this bug for completeness' sake. I suppose the best way to define this custom action would be: <CustomAction Id="MyPropertyScript" Property"MYSCRIPT" Script="jscript" /> To be consistent with the rest of the schema I suppose it should be possible to define the Property as a child of the custom action, but IMO that's overkill for a custom action type that is seldom, if ever, used. ---------------------------------------------------------------------- Comment By: Derek (derekc) Date: 2005-11-01 19:31 Message: Logged In: YES user_id=518766 This should be fixed in the next drop. Please note you'll be able to create this action type with VBScriptCall="" or JScriptCall="" (not Script="jscript"). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1344829&group_id=105970 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
