Windows installer error codes

Error 1000

Your OS needs to be one of the following (or newer) to support WSL2 :

  • Windows 10 64 bits version 2004

  • Windows Server 2019

Error 1001

Enabling Microsoft Windows WSL2 feature is required in order to install and run Squey.

To enable it, go to “Settings > System > Optional features > More Windows features” and select:

  • Virtual Machine Platform

  • Windows Subsystem for Linux

../../_images/enable_wsl2.png

Or as a Windows administrator, run the following commands :

dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart

Note

Reboot your computer to finish enabling WSL2 before installing Squey.

Error 1002

WSLg does not seem to be supported by your WSL2 version.

Please, try installing the latest WSL2 version from the Microsoft Store.