|
|
|
#1
|
||||
|
||||
|
I have w7 service pack 1
and if i set #define WinVerMajor "8" #define WinVerMinor "3" #define WinVerService "0" WHY?? Alway CompareWindows "OK" *Hwerq Module.iss* function HWREQ_CompareWindows(): Boolean; var tmp: TWindowsVersion; begin Result:= False; if HWREQ.WinVer.NTPlatform then begin if (tmp.Major <= {#WinVerMajor}) then if (tmp.Minor <= {#WinVerMinor}) then if (tmp.ServicePackMajor <= {#WinVerService}) then Result:= True; end; end; |
| Sponsored Links |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Help on creation page of the system requirement | cartel | PC Games - CD/DVD Conversions | 0 | 17-08-2014 15:22 |
| Biathlon 2006 Problems... Please help! | RamGuy | General Gaming | 1 | 10-04-2006 03:23 |
| Frequently Asked Questions | Joe Forster/STA | PC Games - Frequently Asked Questions | 0 | 29-11-2005 09:48 |
| Kernel/ Bios | suggy | XBox Games | 4 | 22-03-2003 12:23 |