Quote:
Originally Posted by Razor12911
You would rather get build number.
Build numbers simplify everything, Windows 7 build is 7600, SP1 version is 7601.
#define WinBuild "7600"
procedure GetSysInfo(var SysInfo: TSysInfo);
external 'GetSysInfo@files:Isab.dll stdcall delayload';
var SystemInfo: TSysInfo;
GetSysInfo(SystemInfo);
function CompreWindows:Boolean;
begin
Result:=SystemInfo.OSBuildNumbers>={#WinBuild};
end;
http://fileforums.com/showpost.php?p=430455&postcount=1
|
can you update The HWREQ_Module.iss with the peterf library, because i dont know muc