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 check if a feature is installed


1 reply to this topic

AshokGupta

AshokGupta
  • Members
  • 12 posts

Posted 17 February 2006 - 15:42

Hi,
I am using installscript (not MSI window installer) . I need to check if a particular feature is installed or not, programatically at runtime.
Can anyone tell me how?

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 18 February 2006 - 10:18

If you need to know whether a feature has already been installed during a previous run of your setup, then FeatureIsItemSelected shuold help you.
Otherwise you probably would have to check for the existance of a file or registry entry.