Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History

README.md

SlimeVR web installer

An NSIS-based web installer for SlimeVR components. It includes:

  • Downloading and unpacking SlimeVR Server into installation directory.
  • Download SlimeVR Driver and copy/remove it to/from SteamVR (requires Powershell).
  • Downloading JRE 11 from Adoptium project.
  • Adding/removing firewall rules.
  • Installing CH340/CH341 and CP210x drivers.

Used plugins

The NSIS script is powered by the following plugins:

Building

  1. Download and install the latest NSIS package.
  2. Copy plugin DLLs to corresponding folders to <NSIS_INSTDIR>\Plugins.
  3. Run NSIS and click Compile NSI scripts.
  4. Open and build slimevr_web_installer.nsi by following the usage instructions in the opened MakeNSISW window.

Useful links

NSIS Scripting Reference - https://nsis.sourceforge.io/Docs/Chapter4.html