Bugs item #1344829, was opened at 2005-11-01 04:42 Message generated for change (Comment added) made by derekc 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: Pending >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 ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
