Not a C# custom action expert but MsiGetFeatureState is the C++ version
http://msdn.microsoft.com/en-us/library/windows/desktop/aa370117%28v=vs.85%29
.aspx
so it seems FeatureInfo.CurrentState and .RequestState are the equivalents.

-----Original Message-----
From: Hans ter Horst [mailto:hoshis...@gmail.com] 
Sent: 26 October 2012 12:20
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] Accessing selected Feature tree features from within
acustom action DLL

Hello, I have created a custom action in C# and can run it without problems.

However, I would like to access the selected features in the Wix Feature tree
in the custom action to make some actions depending on that. They are not
available as properties. In the WIX file I can access them via
<![CDATA[(&MyProvider=3)]]>, etc., how can I access this data within the DLL?

Thanks!
--
http://monochrome.me.uk/blog/
-----------------------------------------------------------------------------
-
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics Download AppDynamics Lite for free
today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
SDL PLC confidential, all rights reserved.
If you are not the intended recipient of this mail SDL requests and requires 
that you delete it without acting upon or copying any of its contents, and we 
further request that you advise us.
SDL PLC is a public limited company registered in England and Wales.  
Registered number: 02675207.
Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire SL6 7DY, 
UK.


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to