Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
-
None
-
Operating System: ReactOS
Platform: x86 Hardware
Description
Some programs (like antivirus.. security suites.. some expensive commercial softwares) will STOP INSTALLATION if detected os version is "VER_NT_SERVER",this OSses normally require a more-expensive($) version of all commercial software.
ReactOS at this time is recognized as Windows 2003 Server.
wProductType=3 (VER_NT_SERVER) ?
dwMajorVersion (NT 5) good thing
dwMinorVersion=2 (XP) good thing
i think it's safe to change wProductType into 1 (VER_NT_WORKSTATION)