NewsArchive
02-28-2015, 04:39 AM
Hi, Friedrich,
In the past, I've had some installer logic that does "if %WINVER% Greater
Then or Equal $WIN_VISTA$ then"...
This fails with Windows 10 because it seems %WINVER% is being evaluated as a
string and it returns "1"
I guess it's safest to replace all of those with Get System Info / Windows
Major Version.
Or do you have another suggestion?
Thanks!
Jane
In the past, I've had some installer logic that does "if %WINVER% Greater
Then or Equal $WIN_VISTA$ then"...
This fails with Windows 10 because it seems %WINVER% is being evaluated as a
string and it returns "1"
I guess it's safest to replace all of those with Get System Info / Windows
Major Version.
Or do you have another suggestion?
Thanks!
Jane