Bugs item #1340394, was opened at 2005-10-28 00:54
Message generated for change (Comment added) made by derekc
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: Closed
>Resolution: Invalid
Priority: 5
Submitted By: Riko Eksteen (rikoe)
>Assigned to: Derek (derekc)
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.

----------------------------------------------------------------------

>Comment By: Derek (derekc)
Date: 2005-10-29 16:14

Message:
Logged In: YES 
user_id=518766

In the code that I'm looking at, this is supported.  If you
can still see the problem with the latest build, could you
please re-open the bug and provide the exact xml that is
causing an error as well as the version of candle that you
are using?

----------------------------------------------------------------------

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

Reply via email to