Sigurd Stenersen wrote:
> I am successfully changing properties from a custom install helper DLL, and 
> these properties trigger conditions within the MSI.
>
> I'm wondering if there is a way to access attributes directly from the DLL, 
> as this would allow me to get rid of all the condition tags.
>
> E.g. rather than setting a property to have a condition change the "level" 
> attribute of it's parent element, could I change the "level" attribute 
> directly ?
>   

Not exactly, but you can set the feature to be installed. See 
MsiSetFeatureState in the SDK doc.

-- 
sig://boB
http://bobs.org



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to