Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

how to get feature status in install script


1 reply to this topic

UmaNath

UmaNath
  • Members
  • 1 posts

Posted 01 February 2006 - 11:50

I want to get the status of a particular feature(such as selected or not selected) in install script in basic msi project
but unbable to get it


sebica79

sebica79
  • Members
  • 62 posts

Posted 01 February 2006 - 21:37

Try to use MsiGetFeatureState function, also be careful with the reverse function, MsiSetFeatureState - on Win 2000 it's only works if Windows Installer 3.1 is installed - in some situations.

Edited by sebica79, 01 February 2006 - 21:38.