Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
MilchZocker committed Aug 3, 2021
1 parent 97e1b63 commit ef67680
Showing 1 changed file with 2 additions and 37 deletions.
39 changes: 2 additions & 37 deletions Installer.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand All @@ -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
Expand All @@ -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 -----------------------
)
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit ef67680

Please sign in to comment.