OK. That's what I needed to know. Thank you.

It might be nice for that little piece of information to get
into the wix docs for the VBScriptCall attribute. It would
have saved me 2 days of hunting for ANY other documentation
about it.

Message: 2
Date: Wed, 30 Jul 2008 09:54:05 -0700
From: Alexander Shevchuk <[EMAIL PROTECTED]>
Subject: Re: [WiX-users] WiX-users Digest, Vol 26, Issue 155 Message:
        5
To: General discussion for Windows Installer XML toolset.
        <wix-users@lists.sourceforge.net>
Message-ID:
        <[EMAIL PROTECTED]>

Content-Type: text/plain; charset="us-ascii"

Dane,

MSI does not support passing parameters to custom actions (not even C++ custom 
actions).  Options here may include using properties or using custom tables.  
So, the answer to your question is - yes, you need to have wrapper functions 
which will extract parameters from the storage of your choice (properties, 
custom tables, external files, etc) and then calling provided to you functions.

Regards,
Alex Shevchuk



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to