In the bundle I’ve tried <Variable Name="MyVariable" Value="MyValue" />, and 
tried reading it in bafunctions.dll with
    LPWSTR my_variable = NULL;
    BalGetStringVariable(L"MyVariable", &my_variable);

But that doesn’t work.  Is there any way to do it?
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to