[PATCH v3] winecfg: Update Windows version array.

Greg codedonewell at gmail.com
Thu Feb 14 16:12:23 CST 2019



On 15/2/19 5:28 am, Alexandre Julliard wrote:
> Isira Seneviratne <isirasen96 at gmail.com> writes:
>
>> -    { "win10",       "Windows 10",       10,  0, 0x42EE,VER_PLATFORM_WIN32_NT, "", 0, 0, "WinNT"},
>> -    { "win81",       "Windows 8.1",       6,  3, 0x2580,VER_PLATFORM_WIN32_NT, "", 0, 0, "WinNT"},
>> -    { "win8",        "Windows 8",         6,  2, 0x23F0,VER_PLATFORM_WIN32_NT, "", 0, 0, "WinNT"},
>> -    { "win2008r2",   "Windows 2008 R2",   6,  1, 0x1DB1,VER_PLATFORM_WIN32_NT, "Service Pack 1", 1, 0, "ServerNT"},
>> -    { "win7",        "Windows 7",         6,  1, 0x1DB1,VER_PLATFORM_WIN32_NT, "Service Pack 1", 1, 0, "WinNT"},
>> -    { "win2008",     "Windows 2008",      6,  0, 0x1772,VER_PLATFORM_WIN32_NT, "Service Pack 2", 2, 0, "ServerNT"},
>> -    { "vista",       "Windows Vista",     6,  0, 0x1772,VER_PLATFORM_WIN32_NT, "Service Pack 2", 2, 0, "WinNT"},
>> -    { "win2003",     "Windows 2003",      5,  2, 0xECE, VER_PLATFORM_WIN32_NT, "Service Pack 2", 2, 0, "ServerNT"},
>> +    { "win2019",     "Windows Server 2019",   10,  0, 0x4563,VER_PLATFORM_WIN32_NT, "", 0, 0, "ServerNT"},
>> +    { "win2016",     "Windows Server 2016",   10,  0, 0x3839,VER_PLATFORM_WIN32_NT, "", 0, 0, "ServerNT"},
>> +    { "win10",       "Windows 10",            10,  0, 0x4563,VER_PLATFORM_WIN32_NT, "", 0, 0, "WinNT"},
>> +    { "win2012r2",   "Windows Server 2012 R2", 6,  3, 0x2580,VER_PLATFORM_WIN32_NT, "", 0, 0, "ServerNT"},
>> +    { "win81",       "Windows 8.1",            6,  3, 0x2580,VER_PLATFORM_WIN32_NT, "", 0, 0, "WinNT"},
>> +    { "win2012",     "Windows Server 2012",    6,  2, 0x23F0,VER_PLATFORM_WIN32_NT, "", 0, 0, "ServerNT"},
>> +    { "win8",        "Windows 8",              6,  2, 0x23F0,VER_PLATFORM_WIN32_NT, "", 0, 0, "WinNT"},
>> +    { "win2008r2",   "Windows Server 2008 R2", 6,  1, 0x1DB1,VER_PLATFORM_WIN32_NT, "Service Pack 1", 1, 0, "ServerNT"},
>> +    { "win7",        "Windows 7",              6,  1, 0x1DB1,VER_PLATFORM_WIN32_NT, "Service Pack 1", 1, 0, "WinNT"},
>> +    { "win2008",     "Windows Server 2008",    6,  0, 0x1772,VER_PLATFORM_WIN32_NT, "Service Pack 2", 2, 0, "ServerNT"},
>> +    { "vista",       "Windows Vista",          6,  0, 0x1772,VER_PLATFORM_WIN32_NT, "Service Pack 2", 2, 0, "WinNT"},
>> +    { "win2003",     "Windows Server 2003",    5,  2, 0xECE, VER_PLATFORM_WIN32_NT, "Service Pack 2", 2, 0, "ServerNT"},
> Do we really need to duplicate all versions with the Server edition? Are
> there apps that need this?
>
Hi,

I've had issues with Genesys CTI and Cisco CTI server apps refusing to 
install unless the OS was a specific windows server version.  I haven't 
tried to install these under wine for 4 or 5 years, but was planning to 
revisit that over the next few months.

Regards,

Greg.



More information about the wine-devel mailing list