Hey in one of our dialogs we are showing the status of installed
dependencies and also want to put in a state-icon, thing is the icon is
bound as following:

<Binary Id="_iconinstalled" SourceFile="gfx\iconinstalled.bmp" />
<Binary Id="_iconnotinstalled" SourceFile="gfx\iconnotinstalled.bmp" />

<Property Id="featurestatusicon"><![CDATA[_iconinstalled]]></Property>

Now I can't seem to change that with a MsiSetProperty (according to logs it
deletes the property?).

I also thought I might just have 2 bitmaps overlapping then setting 1 to
hidden and the other not but how can I set a controls hidden property from a
DLL? (An event could possibly be used aswell).


Thanks
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to