Installing VEXcode EXP 3.x with MSI Installers

The following article will walk you through how to install VEXcode EXP version 3.x with MSI installers.

MSI installers are created to assist IT Administrators with site-wide deployments. If you are not an IT Administrator, you should install the .EXE version to avoid issues found here.

For additional help installing the .EXE version of VEXcode EXP, view this article.


Steps for Installation

  1. If you are using a remote deployment system such as SCCM you may need to install the Driver Signing Certificates before running the driver installer.
    1. Download these three certificate files:
      1. Certificate 1
      2. Certificate 2
      3. Certificate 3
    2. Certs can be installed with the following commands using Microsoft’s certutil command.
      certutil -addstore "TrustedPublisher" VEXroboticsCert23.cer
      certutil -addstore -f -v root VEXroboticsCert23.cer
      certutil -addstore "TrustedPublisher" RobomatterIncCert.cer
      certutil -addstore -f -v root RobomatterIncCert.cer
      certutil -addstore "TrustedPublisher" VEXRoboticsCertExp2026.cer
      certutil -addstore -f -v root VEXRoboticsCertExp2026.cer
  2. First, install the VS 2013 Redistributable.
  3. Next, install the VS 2017 Redistributable.  
  4. Then, download and install the MSI version of VEXcode EXP found here.
    Screen_Shot_2022-02-23_at_1.14.49_PM.png

  5. Finally, once the VS 2013 Redistributable, the VS 2017 Redistributable, and VEXcode EXP are installed, run the following as an administrator with elevated permissions:
    C:\Program Files (x86)\VEX Robotics\EXPDrivers\Console Driver Installer.exe 

For more information, help, and tips, check out the many resources at VEX Professional Development Plus

Last Updated: