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

To Avoid Installation In NT


1 reply to this topic

ICE

ICE
  • Members
  • 6 posts

Posted 21 February 2005 - 17:36

Hi,

I'm able to install my product in all the O.S.
But now i want to remove the support for NT only.
(i want my prod to support 98,2k and xp)
It should happen after the prechecks.
ie before any customdialogs popup...it shud invoke a msg box saying that this OS is not supported
How can I do that ?

Any help will be greatly appreciated..


mandy

mandy
  • Members
  • 121 posts

Posted 21 February 2005 - 21:45

See the "LaunchCondition" table and the "VersionNT" property.

You probably want something like this: "NOT VersionNT OR (VersionNT > 400)".