Skip to content

Commit

Permalink
Added the sample XML files to be part of the installer
Browse files Browse the repository at this point in the history
  • Loading branch information
avin2 committed Dec 12, 2010
1 parent cc3dd7c commit 4e91f68
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Binary file modified Bin/SensorKinect-Win32-5.0.0.exe
Binary file not shown.
4 changes: 4 additions & 0 deletions Platform/Win32/CreateRedist/Engine.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,10 @@ Section "Sensor" Sensor

SetOutPath "$INSTDIR\Tools"
File /r ..\tools\*.*

SetOutPath "$INSTDIR\SampleXMLs"
File /r ..\..\..\NITE
File /r ..\..\..\OPENNI

; Register it in OpenNI
ReadRegStr $OPEN_NI_INST HKLM "Software\OpenNI" "InstallDir"
Expand Down

0 comments on commit 4e91f68

Please sign in to comment.