Factor out a kinect_patch_udev_rules script
[kinect-audio-setup.git] / windows / kinect_upload_fw.bat
1 REM First of all, make sure the drivers from ''libfreenect'' are installed, \r
2 REM they are in ''platform/windows/inf'' in the libfreenect code base..\r
3 REM \r
4 REM Download the MSR Kinect SDK from:\r
5 REM http://download.microsoft.com/download/8/4/C/84C9EF40-EE49-42C2-AE26-C6E30921182F/KinectSDK32.msi\r
6 REM \r
7 REM Explore ''KinectSDK32.msi'' using 7-zip from http://www.7-zip.org, extract the \r
8 REM ''media1.cab'' file in it and get the firmware file, named ''UACFirmware.*''\r
9 REM \r
10 REM Put ''kinect_upload_fw.exe'', the firmware file and ''kinect_upload_fw.bat'' \r
11 REM file in the same directory and double_click on the ''kinect_upload_fw.bat'' \r
12 REM file.\r
13 \r
14 Set FIRMWARE="UACFirmware.C9C6E852_35A3_41DC_A57D_BDDEB43DFD04"\r
15 \r
16 kinect_upload_fw.exe %FIRMWARE%\r
17 @PAUSE\r