KiCad / kicad-winbuilder

Windows builder for the KiCad project based on the MSYS2 MinGW system [moved to https://gitlab.com/kicad]
51 stars 24 forks source link

Installer fails with Win9x error #95

Open ablankley opened 5 years ago

ablankley commented 5 years ago

Run executable as administrator on Windows 10 patch 1809. Error message appears stating that application cannot be installed on Win9x computer. Installer then closes.

nickoe commented 5 years ago

@ablankley what exact installer are you using?

ablankley commented 5 years ago

I have tried using the installer from the KiCad website. I have tried using both x86 and x64 from CERN and Github. The messages are the same as the strings defined in the NSIS install script, so I assume those installers are generated from this one.

nickoe commented 5 years ago

@ablankley Could you please state your win10 build number? Open the cmd.exe and it should show as the first line in the prompt, or run something like:

systeminfo | findstr /B /C:"OS Version"

I have Version 10.0.17763.805 and the check is not an issue.

Note to self, external reference: https://sourceforge.net/p/nsis/bugs/1236/

ablankley commented 5 years ago

I have Version 10.1.17763

ablankley commented 5 years ago

External reference to KiCad Bug #1850830 https://bugs.launchpad.net/kicad/+bug/1850830