From ef676809272b389484b5152c1f034550f7b9b4fe Mon Sep 17 00:00:00 2001 From: "MilchZocker (NIP)" <38382296+MilchZocker@users.noreply.github.com> Date: Tue, 3 Aug 2021 14:56:55 +0200 Subject: [PATCH] Add files via upload --- Installer.bat | 39 ++------------------------------------- 1 file changed, 2 insertions(+), 37 deletions(-) diff --git a/Installer.bat b/Installer.bat index 6efa162..39710da 100644 --- a/Installer.bat +++ b/Installer.bat @@ -21,7 +21,7 @@ For /F %%A In (' MsHTA VBScript:Execute("Set o=CreateObject(""Scripting.FileSystemObject""):o.GetStandardStream(1).Write(o.GetFileVersion(""ChilloutVR.exe"")):Close"^) ') Do Set "CVR=%%A" echo current CVR executable version is %CVR% -set current=2019.4.13.34615 +set current=2019.4.28.33174 if %CVR%==%current% ( goto current ) @@ -35,10 +35,8 @@ echo ---------------------- Select Custome UI Typ -----------------------[ :: Selection of UI's SET choice= -SET /p choice=Which UI you want to Install?. 1: MilchZockers [M] , 2: Slime's [S] , 3: Neradon's [N]: or 3: Deinstall Custom UI (could delete UI settings) [D]: +SET /p choice=Which UI you want to Install?. 1: Slime's [S] , 2: Neradon's [N]: or 3: Deinstall Custom UI (could delete UI settings) [D]: IF NOT '%choice%'=='' SET choice=%choice:~0,1% -IF '%choice%'=='M' GOTO MilchZockers -IF '%choice%'=='m' GOTO MilchZockers IF '%choice%'=='S' GOTO Slimes IF '%choice%'=='s' GOTO Slimes IF '%choice%'=='N' GOTO Neradons @@ -47,21 +45,6 @@ IF '%choice%'=='D' GOTO Default IF '%choice%'=='d' GOTO Default IF '%choice%'=='' GOTO no ) -:MilchZockers -echo ---------------------- Select UI Version ----------------------- -) -SET choice= -SET /p choice=Which Version do you want to Install?. 1: Stable [S] or 2: Experimental [E]: -IF NOT '%choice%'=='' SET choice=%choice:~0,1% -IF '%choice%'=='E' GOTO Experimental-MilchZocker -IF '%choice%'=='e' GOTO Experimental-MilchZocker -IF '%choice%'=='S' GOTO Stable-MilchZocker -IF '%choice%'=='s' GOTO Stable-MilchZocker -IF '%choice%'=='' GOTO no -) -pause -exit -) :Slimes echo ---------------------- Select UI Version ----------------------- ) @@ -93,24 +76,6 @@ IF '%choice%'=='' GOTO no pause exit ) -:Experimental-MilchZocker -echo Downloading Experimental UI Installer... -powershell -Command "Invoke-WebRequest https://raw.githubusercontent.com/MilchZocker/ChilloutVR-Dark-UI/Auto-Installers/UiInstallerExperimental.bat -OutFile ChilloutVR-Dark-UI-Auto-Installers\UIInstallerExperimental.bat" -echo: -start ChilloutVR-Dark-UI-Auto-Installers\UIInstallerExperimental.bat -SET UI=UiInstallerExperimental -goto CleanUP -exit -) -:Stable-MilchZocker -echo Downloading Experimental UI Installer... -powershell -Command "Invoke-WebRequest https://raw.githubusercontent.com/MilchZocker/ChilloutVR-Dark-UI/Auto-Installers/UiInstallerStable.bat -OutFile ChilloutVR-Dark-UI-Auto-Installers\UiInstallerStable.bat" -echo: -start ChilloutVR-Dark-UI-Auto-Installers\UIInstallerStable.bat -SET UI=UiInstallerStable -goto CleanUP -exit -) :Experimental-Slime echo Downloading Experimental UI Installer... powershell -Command "Invoke-WebRequest https://raw.githubusercontent.com/MilchZocker/ChilloutVR-Dark-UI/Auto-Installers/UiInstallerExperimentalSlime.bat -OutFile ChilloutVR-Dark-UI-Auto-Installers\UiInstallerExperimentalSlime.bat"