Bugs item #1340394, was opened at 2005-10-28 09:54 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1340394&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: candle Group: v2.0 Status: Open Resolution: None Priority: 5 Submitted By: Riko Eksteen (rikoe) Assigned to: Nobody/Anonymous (nobody) Summary: Script function not optional for script custom actions Initial Comment: According to the Windows Installer SDK, the Target column for type 5/6 and 21/22 custom actions (VBScript and JScript file in the binary table or installed with the product) can contain an OPTIONAL script function to call. The way to define these custom actions is to use the BinaryKey/FileKey attribute together with the JScriptCall/VBScriptCall attributes, but the compiler does not allow the JScriptCall/VBScriptCall attribute to be an empty string, meaning that a script function always has to be defined. I suggest that to fix this, the VBScriptCall/JScriptCall attributes can be defined as the empty string, which would indicate that the script should just be run without calling a specific function. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1340394&group_id=105970 ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today * Register for a JBoss Training Course Free Certification Exam for All Training Attendees Through End of 2005 Visit http://www.jboss.com/services/certification for more information _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
