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

in vista


1 reply to this topic

**Jam**

**Jam**
  • Full Members
  • 3 posts

Posted 29 April 2007 - 10:17

there is something wrong I think.

In my test code :
if (SYSINFO.WINNT.bWINXP)
do1;
else
do2;
endif;
//it always will do2 . so normal .
but sometimes in a big project
it'll do1 .
My OS is vista.
How I could know my system's verson (vista ) to do special thing that different with other system (XP \ 2000 or else)

antyagi

antyagi
  • Full Members
  • 121 posts

Posted 05 May 2007 - 20:21

Try property VersionNT. Its value is 600 for Vista.
  ankur tyagi