Skip to content
This repository was archived by the owner on Sep 30, 2021. It is now read-only.

Commit 8b3ce6c

Browse files
EllaElla
authored andcommitted
installer now shows the version on the window
1 parent 264ea15 commit 8b3ce6c

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

installer.ps1

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ if (-Not ([Security.Principal.WindowsPrincipal] [Security.Principal.WindowsIdent
66
Exit
77
}
88
}
9+
10+
$version = "1.3.3"
11+
$host.ui.RawUI.WindowTitle = "KinectToVR installer (Version $version)"
12+
913
echo ""
1014
$Host.UI.RawUI.BackgroundColor = ($bckgrnd = 'DarkGreen')
1115
$Host.UI.RawUI.ForegroundColor = ($bckgrnd = 'White')
@@ -71,9 +75,9 @@ Start-Sleep -s 0.7
7175

7276
# TODO
7377
# usb controller checks
74-
# disable steamvr home and enable steamvr advanced settings
7578
# prompt for OVRAS install
7679
# FETCH UPDATED BINDINGS
80+
# extract SDK MSIs for silent install https://github.com/Deledrius/KinectCam/blob/master/.github/workflows/build.yml#L35
7781

7882
# figure out what kinect model is plugged in and if it has drivers
7983
$KinectStatus = 0 # 0 = 360 1 = one

0 commit comments

Comments
 (0)