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

Disable a feature based on VersionNT


3 replies to this topic

JoeThompson

JoeThompson
  • Members
  • 80 posts

Posted 27 December 2001 - 17:08

I have an installation program with 6 features.  All the features can be installed on Windows 2000 but there is one that can also be installed on NT 4.  I want my custom setup to show all the features as installable on W2K but on an NT 4 machine I only want the one to be selectable.  How is this accomplished?

Thank you,
Joe


Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 27 December 2001 - 17:43

For the win2000 specific feature add a condition like this:

Level: 0
Condition: VersionNT<500


JoeThompson

JoeThompson
  • Members
  • 80 posts

Posted 27 December 2001 - 17:51

Thanks for the quick reply.  That seems to work.  I only get the one feature available (on NT 4) now.  I was hoping to see the other features in an "unselectable" state.  I guess that is not a standard way of doing things?

Thank you,
Joe


Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 27 December 2001 - 18:58

No, there isn't.