We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc3dd7c commit 4e91f68Copy full SHA for 4e91f68
Bin/SensorKinect-Win32-5.0.0.exe
1.49 KB
Platform/Win32/CreateRedist/Engine.nsi
@@ -131,6 +131,10 @@ Section "Sensor" Sensor
131
132
SetOutPath "$INSTDIR\Tools"
133
File /r ..\tools\*.*
134
+
135
+ SetOutPath "$INSTDIR\SampleXMLs"
136
+ File /r ..\..\..\NITE
137
+ File /r ..\..\..\OPENNI
138
139
; Register it in OpenNI
140
ReadRegStr $OPEN_NI_INST HKLM "Software\OpenNI" "InstallDir"
0 commit comments