Skip to content

System Requirements

Drew Naylor edited this page Oct 13, 2018 · 20 revisions

System Requirements for running UXL Launcher

To run UXL Launcher, your computer requires the following:

  • Microsoft .Net 4.6.1 Framework

    • Ignore the ad on that page, scroll down, and click the orange Download button. Note that this is the web installer and it'll download its components after it's opened. May take a while to download.
  • Windows versions: Windows 7 SP1, 8.1, 10.

    • Windows 8.0 is untested although it might work.
  • Architectures: x86 (32-bit) and x64 (64-bit.)

  • Hardware requirements: At least a 1.2 GHz CPU; 1 GB of RAM or more.

  • Disk space:

    • 32-bit: 3 GB space free.
    • 64-bit: 3 GB space free.
  • Note that you might have problems with running this on corporate computers. The ClickOnce security settings are disabled in UXL Launcher due to Visual Studio building problems.

  • Disk space, RAM, and CPU frequency requirements are based on the .Net Framework 4.6.1 requirements. UXL Launcher itself is quite small.

Building UXL Launcher from Source: System Requirements and Guide

In addition to the requirements for simply running UXL Launcher, your computer requires the following software to build it from source code:

If you would like to automatically build UXL Launcher from source, you can use my UXL Autobuild Script (AKA UAS) Batch script to automatically download, build, and run the latest, bleeding-edge changes from the master branch. Do note, however, UAS isn't recommended for people who want stable software due to the fact that things may break at any time. Please be aware that this script no longer works as of February 23, 2018, due to changes with GitHub's servers. See here. An alternate method to trying the latest changes from the master branch is by downloading the latest build's artifacts from AppVeyor. When the download has completed, extract the archive, then open the Debug folder. In this folder, double-click on UXL-Launcher.exe.


If you don't want to use a script (or download from AppVeyor) to build UXL Launcher, here's how to do it manually:

  1. First, clone the Git repository by running: git clone https://github.com/DrewNaylor/UXL-Launcher.git or download the Zip file for the master branch and remember where you saved your files.

  2. Next, open the command prompt from the Start menu (cmd.exe) and type or copy/paste cd C:\Program Files (x86)\MSBuild\14.0\Bin\ if you have a 64-bit Windows install or cd C:\Program Files\MSBuild\14.0\Bin\ if you have a 32-bit Windows install. Press the Enter or Return key when it's pasted. Don't run cmd.exe from the Git Shell or else the next step won't work.

  3. Third, type msbuild.exe, press the spacebar, and drag the UXL-Launcher.vbproj into the command prompt window and press the Enter or Return key.

  4. And finally, once the project is done being built, you'll find the UXL Launcher EXE file in UXL-Launcher\UXL-Launcher\bin\Debug wherever you saved the files to earlier along with a config file, a PDB file, and an XML file.