Feature Requests item #1292960, was opened at 2005-09-16 07:52
Message generated for change (Comment added) made by derekc
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642717&aid=1292960&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: compiler
>Group: Denied
>Status: Closed
Priority: 5
Submitted By: sgoodij (sgoodij)
>Assigned to: Derek (derekc)
Summary: Set custom action data in CustomAction element

Initial Comment:
It would be nice to be able to set the custom action data 
of a custom action directly in the CustomAction element:

<CustomAction Id="MyCA" BinaryKey="MyDLL" 
DllEntry="MyFunction" CustomActionData="parameters 
for my function and prop value [prop]" />

<CustomAction Id="MyCA" BinaryKey="MyDLL" 
DllEntry="MyFunction"><![CDATA[parameters for my 
function and prop value [prop]]]></CustomAction>

WiX could generate the custom action that sets the 
custom action data and schedule it right before the 
custom action calling my DLL.

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

>Comment By: Derek (derekc)
Date: 2006-03-21 18:17

Message:
Logged In: YES 
user_id=518766

Interesting idea.  Since this would involve generating a
custom action without direct user knowledge, how could WiX
handle errors related to scheduling if there isn't enough
room to fit the generated CA (or other errors that might
come up as a result of the generated CA)?  My worry with
this request is that the user will become confused by the
generated custom action rows and wonder where they came
from.  Another open issue with this is how to create a
custom action name which will be guaranteed to not collide
with other actions.

With all of these issues combined (and likely others I'm not
thinking about right now), it seems like it might just be
best to force users to learn how to author the appropriate
custom action so that they have full control over it and
understand what is going on during
installation/uninstallation/etc...

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642717&aid=1292960&group_id=105970


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to