Update to 2.0.0 tree from current Fremantle build
[opencv] / utils / opencv.iss
1 ; -- OpenCV script for Inno Setup 2.0 (or later) Installer --
2
3 [Setup]
4 AppName=Open Source Computer Vision Library
5 AppVerName=Open Source Computer Vision Library 1.1pre1
6 AppCopyright=Copyright (C) 2000-2006 Intel Corporation
7 DefaultDirName={pf}\OpenCV
8 DefaultGroupName=OpenCV
9 ;UninstallDisplayIcon={app}\apps\CamShiftDemo\res\CamShiftDemo.ico
10 SourceDir=..
11 Compression=bzip/9
12 LicenseFile="docs\license.txt"
13 OutputBaseFilename=OpenCV_1.1pre1a
14 WizardImageFile=utils/splash.bmp
15 SetupIconFile=utils/opencv.ico
16 ; uncomment the following line if you want your installation to run on NT 3.51 too.
17 ; MinVersion=4,3.51
18
19 [Dirs]
20
21 ; workspaces
22 Name: "{app}\_make"
23 ;Name: "{app}\_make\cbuilderx"
24
25 ; cxcore
26 Name: "{app}\cxcore"
27 Name: "{app}\cxcore\include"
28 Name: "{app}\cxcore\src"
29
30 ; cv
31 Name: "{app}\cv"
32 Name: "{app}\cv\include"
33 Name: "{app}\cv\src"
34
35 ; cvaux
36 Name: "{app}\cvaux"
37 Name: "{app}\cvaux\include"
38 Name: "{app}\cvaux\src"
39 Name: "{app}\cvaux\src\vs"
40
41 ; ml
42 Name: "{app}\ml"
43 Name: "{app}\ml\include"
44 Name: "{app}\ml\src"
45
46
47 ; training data
48 Name: "{app}\data"
49 Name: "{app}\data\haarcascades"
50
51 ; otherlibs
52 Name: "{app}\otherlibs"
53 Name: "{app}\otherlibs\_graphics"
54 Name: "{app}\otherlibs\_graphics\include"
55 Name: "{app}\otherlibs\_graphics\include\jasper"
56 Name: "{app}\otherlibs\_graphics\lib"
57 Name: "{app}\otherlibs\_graphics\src"
58 Name: "{app}\otherlibs\_graphics\src\libjasper"
59 Name: "{app}\otherlibs\_graphics\src\libjpeg"
60 Name: "{app}\otherlibs\_graphics\src\libpng"
61 Name: "{app}\otherlibs\_graphics\src\libtiff"
62 Name: "{app}\otherlibs\_graphics\src\zlib"
63 Name: "{app}\otherlibs\highgui"
64 Name: "{app}\otherlibs\ffopencv"
65
66 ; interfaces
67 Name: "{app}\interfaces"
68 Name: "{app}\interfaces\ipp"
69
70 Name: "{app}\interfaces\swig"
71 Name: "{app}\interfaces\swig\filtered"
72 Name: "{app}\interfaces\swig\general"
73 Name: "{app}\interfaces\swig\python"
74 Name: "{app}\interfaces\swig\python\build"
75 Name: "{app}\interfaces\swig\python\build\lib.win32-2.6"
76 Name: "{app}\interfaces\swig\python\build\lib.win32-2.6\opencv"
77
78 ; documentation
79 Name: "{app}\docs"
80 Name: "{app}\docs\ref"
81 Name: "{app}\docs\ref\pics"
82 Name: "{app}\docs\papers"
83 Name: "{app}\docs\vidsurv"
84
85 ; sample code
86 Name: "{app}\samples"
87 Name: "{app}\samples\c"
88 Name: "{app}\samples\python"
89
90 ; batch tests
91 Name: "{app}\tests"
92 Name: "{app}\tests\cxts"
93 Name: "{app}\tests\cxcore"
94 Name: "{app}\tests\cxcore\src"
95 Name: "{app}\tests\cv"
96 Name: "{app}\tests\cv\src"
97 Name: "{app}\tests\cv\testdata"
98 Name: "{app}\tests\cv\testdata\cameracalibration"
99 ;Name: "{app}\tests\cv\testdata\gesturerecognition"
100 Name: "{app}\tests\cv\testdata\optflow"
101 Name: "{app}\tests\cv\testdata\snakes"
102 Name: "{app}\tests\python"
103 Name: "{app}\tests\python\highgui"
104
105 ; utilities
106 Name: "{app}\utils"
107
108 ; applications
109 Name: "{app}\apps\"
110 Name: "{app}\apps\HaarTraining"
111 Name: "{app}\apps\HaarTraining\include"
112 Name: "{app}\apps\HaarTraining\make"
113 Name: "{app}\apps\HaarTraining\src"
114 Name: "{app}\apps\HaarTraining\doc"
115
116 ; precompiled binaries
117 Name: "{app}\bin"
118 Name: "{app}\lib"
119
120
121 [Files]
122
123 ; root
124 Source: "README"; DestDir: "{app}"
125 Source: "ChangeLog"; DestDir: "{app}"
126 Source: "TODO"; DestDir: "{app}"
127 Source: "AUTHORS"; DestDir: "{app}"
128 Source: "THANKS"; DestDir: "{app}"
129 Source: "INSTALL"; DestDir: "{app}"
130
131 ; _make
132 Source: "_make\opencv*.dsw"; DestDir: "{app}\_make"
133 Source: "_make\opencv*.sln"; DestDir: "{app}\_make"
134 Source: "_make\makefile.*"; DestDir: "{app}\_make"
135 Source: "_make\*.mak"; DestDir: "{app}\_make"
136
137 ; cxcore
138 Source: "cxcore\include\*.h*"; DestDir: "{app}\cxcore\include"
139 Source: "cxcore\src\*.c*"; DestDir: "{app}\cxcore\src"
140 Source: "cxcore\src\*.h*"; DestDir: "{app}\cxcore\src"
141 Source: "cxcore\src\Makefile.ms"; DestDir: "{app}\cxcore\src"
142 Source: "cxcore\src\Makefile.gnu"; DestDir: "{app}\cxcore\src"
143 Source: "cxcore\src\*.rc"; DestDir: "{app}\cxcore\src"
144 Source: "cxcore\src\*.dsp"; DestDir: "{app}\cxcore\src"
145 Source: "cxcore\src\*.vcproj"; DestDir: "{app}\cxcore\src"
146
147
148 ; cv
149 Source: "cv\include\*.h*"; DestDir: "{app}\cv\include"
150 Source: "cv\src\*.c*"; DestDir: "{app}\cv\src"
151 Source: "cv\src\*.h*"; DestDir: "{app}\cv\src"
152 Source: "cv\src\Makefile.ms"; DestDir: "{app}\cv\src"
153 Source: "cv\src\Makefile.gnu"; DestDir: "{app}\cv\src"
154 Source: "cv\src\*.rc"; DestDir: "{app}\cv\src"
155 Source: "cv\src\*.dsp"; DestDir: "{app}\cv\src"
156 Source: "cv\src\*.vcproj"; DestDir: "{app}\cv\src"
157
158 ; cvaux
159 Source: "cvaux\include\*.h*"; DestDir: "{app}\cvaux\include"
160 Source: "cvaux\src\*.c*"; DestDir: "{app}\cvaux\src"
161 Source: "cvaux\src\vs\*.c*"; DestDir: "{app}\cvaux\src\vs"
162 Source: "cvaux\src\*.h*"; DestDir: "{app}\cvaux\src"
163 Source: "cvaux\src\Makefile.ms"; DestDir: "{app}\cvaux\src"
164 Source: "cvaux\src\Makefile.gnu"; DestDir: "{app}\cvaux\src"
165 Source: "cvaux\src\*.rc"; DestDir: "{app}\cvaux\src"
166 Source: "cvaux\src\*.dsp"; DestDir: "{app}\cvaux\src"
167 Source: "cvaux\src\*.vcproj"; DestDir: "{app}\cvaux\src"
168
169 ; ml
170 Source: "ml\include\*.h*"; DestDir: "{app}\ml\include"
171 Source: "ml\src\*.c*"; DestDir: "{app}\ml\src"
172 Source: "ml\src\*.h*"; DestDir: "{app}\ml\src"
173 Source: "ml\src\Makefile.ms"; DestDir: "{app}\ml\src"
174 Source: "ml\src\Makefile.gnu"; DestDir: "{app}\ml\src"
175 Source: "ml\src\*.rc"; DestDir: "{app}\ml\src"
176 Source: "ml\src\*.dsp"; DestDir: "{app}\ml\src"
177 Source: "ml\src\*.vcproj"; DestDir: "{app}\ml\src"
178
179 Source: "data\*.txt"; DestDir: "{app}\data"
180 Source: "data\haarcascades\*.xml"; DestDir: "{app}\data\haarcascades"
181
182 ; graphic libraries
183 Source: "otherlibs\_graphics\include\*.h"; DestDir: "{app}\otherlibs\_graphics\include"
184 Source: "otherlibs\_graphics\include\jasper\*.h"; DestDir: "{app}\otherlibs\_graphics\include\jasper"
185 Source: "otherlibs\_graphics\lib\*.a"; DestDir: "{app}\otherlibs\_graphics\lib"
186 Source: "otherlibs\_graphics\lib\*.lib"; DestDir: "{app}\otherlibs\_graphics\lib"
187 Source: "otherlibs\_graphics\readme.txt"; DestDir: "{app}\otherlibs\_graphics"
188
189 Source: "otherlibs\_graphics\src\libjasper\license"; DestDir: "{app}\otherlibs\_graphics\src\libjasper"
190 Source: "otherlibs\_graphics\src\libjasper\*.c"; DestDir: "{app}\otherlibs\_graphics\src\libjasper"
191 Source: "otherlibs\_graphics\src\libjasper\*.h"; DestDir: "{app}\otherlibs\_graphics\src\libjasper"
192 Source: "otherlibs\_graphics\src\libjasper\*.dsp"; DestDir: "{app}\otherlibs\_graphics\src\libjasper"
193 Source: "otherlibs\_graphics\src\libjasper\*.vcproj"; DestDir: "{app}\otherlibs\_graphics\src\libjasper"
194 Source: "otherlibs\_graphics\src\libjasper\readme"; DestDir: "{app}\otherlibs\_graphics\src\libjasper"
195
196 Source: "otherlibs\_graphics\src\libjpeg\*.c"; DestDir: "{app}\otherlibs\_graphics\src\libjpeg"
197 Source: "otherlibs\_graphics\src\libjpeg\*.h"; DestDir: "{app}\otherlibs\_graphics\src\libjpeg"
198 Source: "otherlibs\_graphics\src\libjpeg\*.dsp"; DestDir: "{app}\otherlibs\_graphics\src\libjpeg"
199 Source: "otherlibs\_graphics\src\libjpeg\*.vcproj"; DestDir: "{app}\otherlibs\_graphics\src\libjpeg"
200 Source: "otherlibs\_graphics\src\libjpeg\makefile.*"; DestDir: "{app}\otherlibs\_graphics\src\libjpeg"
201 Source: "otherlibs\_graphics\src\libjpeg\readme"; DestDir: "{app}\otherlibs\_graphics\src\libjpeg"
202
203 Source: "otherlibs\_graphics\src\libpng\*.c"; DestDir: "{app}\otherlibs\_graphics\src\libpng"
204 Source: "otherlibs\_graphics\src\libpng\*.dsp"; DestDir: "{app}\otherlibs\_graphics\src\libpng"
205 Source: "otherlibs\_graphics\src\libpng\*.vcproj"; DestDir: "{app}\otherlibs\_graphics\src\libpng"
206 Source: "otherlibs\_graphics\src\libpng\readme"; DestDir: "{app}\otherlibs\_graphics\src\libpng"
207
208 Source: "otherlibs\_graphics\src\libtiff\*.c*"; DestDir: "{app}\otherlibs\_graphics\src\libtiff"
209 Source: "otherlibs\_graphics\src\libtiff\*.h*"; DestDir: "{app}\otherlibs\_graphics\src\libtiff"
210 Source: "otherlibs\_graphics\src\libtiff\*.dsp"; DestDir: "{app}\otherlibs\_graphics\src\libtiff"
211 Source: "otherlibs\_graphics\src\libtiff\*.vcproj"; DestDir: "{app}\otherlibs\_graphics\src\libtiff"
212 Source: "otherlibs\_graphics\src\libtiff\*.def"; DestDir: "{app}\otherlibs\_graphics\src\libtiff"
213 Source: "otherlibs\_graphics\src\libtiff\Makefile.*"; DestDir: "{app}\otherlibs\_graphics\src\libtiff"
214
215 Source: "otherlibs\_graphics\src\zlib\*.c"; DestDir: "{app}\otherlibs\_graphics\src\zlib"
216 Source: "otherlibs\_graphics\src\zlib\*.h"; DestDir: "{app}\otherlibs\_graphics\src\zlib"
217 Source: "otherlibs\_graphics\src\zlib\*.dsp"; DestDir: "{app}\otherlibs\_graphics\src\zlib"
218 Source: "otherlibs\_graphics\src\zlib\*.vcproj"; DestDir: "{app}\otherlibs\_graphics\src\zlib"
219 Source: "otherlibs\_graphics\src\zlib\readme"; DestDir: "{app}\otherlibs\_graphics\src\zlib"
220
221 ; otherlibs: highgui
222 Source: "otherlibs\highgui\*.c*"; DestDir: "{app}\otherlibs\highgui"
223 Source: "otherlibs\highgui\*.h*"; DestDir: "{app}\otherlibs\highgui"
224 Source: "otherlibs\highgui\*.rc"; DestDir: "{app}\otherlibs\highgui"
225 Source: "otherlibs\highgui\*.dsp"; DestDir: "{app}\otherlibs\highgui"
226 Source: "otherlibs\highgui\*.vcproj"; DestDir: "{app}\otherlibs\highgui"
227 Source: "otherlibs\highgui\Makefile.ms"; DestDir: "{app}\otherlibs\highgui"
228 Source: "otherlibs\highgui\Makefile.gnu"; DestDir: "{app}\otherlibs\highgui"
229 Source: "otherlibs\highgui\*.sh"; DestDir: "{app}\otherlibs\highgui"
230
231 ; otherlibs: ffopencv
232 Source: "otherlibs\ffopencv\*.c*"; DestDir: "{app}\otherlibs\ffopencv"
233 Source: "otherlibs\ffopencv\*.h*"; DestDir: "{app}\otherlibs\ffopencv"
234 Source: "otherlibs\ffopencv\*.ds*"; DestDir: "{app}\otherlibs\ffopencv"
235 Source: "otherlibs\ffopencv\*.vcproj"; DestDir: "{app}\otherlibs\ffopencv"
236 Source: "otherlibs\ffopencv\*.sln"; DestDir: "{app}\otherlibs\ffopencv"
237
238 ; interfaces
239 Source: "interfaces\ipp\*.c"; DestDir: "{app}\interfaces\ipp"
240 Source: "interfaces\ipp\*.h"; DestDir: "{app}\interfaces\ipp"
241 Source: "interfaces\ipp\*.def"; DestDir: "{app}\interfaces\ipp"
242 Source: "interfaces\ipp\*.ds*"; DestDir: "{app}\interfaces\ipp"
243 Source: "interfaces\ipp\*.py"; DestDir: "{app}\interfaces\ipp"
244 Source: "interfaces\ipp\*.txt"; DestDir: "{app}\interfaces\ipp"
245
246 Source: "interfaces\swig\filtered\*.h"; DestDir: "{app}\interfaces\swig\filtered"
247 Source: "interfaces\swig\general\*.i"; DestDir: "{app}\interfaces\swig\general"
248 Source: "interfaces\swig\python\*.py"; DestDir: "{app}\interfaces\swig\python"
249 Source: "interfaces\swig\python\*.i"; DestDir: "{app}\interfaces\swig\python"
250 Source: "interfaces\swig\python\*.c*"; DestDir: "{app}\interfaces\swig\python"
251 Source: "interfaces\swig\python\*.h*"; DestDir: "{app}\interfaces\swig\python"
252 Source: "interfaces\swig\python\build\lib.win32-2.6\opencv\*.py*"; DestDir: "{app}\interfaces\swig\python\build\lib.win32-2.6\opencv"
253
254 ; documentation
255 Source: "docs\*.htm*"; DestDir: "{app}\docs"
256 Source: "docs\*.jp*"; DestDir: "{app}\docs"
257 Source: "docs\*.png"; DestDir: "{app}\docs"
258 Source: "docs\*.txt"; DestDir: "{app}\docs"
259 Source: "docs\*.pdf"; DestDir: "{app}\docs"
260 ;Source: "docs\*.rtf"; DestDir: "{app}\docs"
261 Source: "docs\ref\*.htm*"; DestDir: "{app}\docs\ref"
262 Source: "docs\ref\*.css"; DestDir: "{app}\docs\ref"
263 Source: "docs\ref\pics\*.jp*"; DestDir: "{app}\docs\ref\pics"
264 Source: "docs\ref\pics\*.png"; DestDir: "{app}\docs\ref\pics"
265 Source: "docs\papers\*.pdf"; DestDir: "{app}\docs\papers"
266 Source: "docs\papers\*.ps"; DestDir: "{app}\docs\papers"
267 Source: "docs\vidsurv\*.doc"; DestDir: "{app}\docs\vidsurv"
268
269 ; sample code
270 Source: "samples\c\*.c*"; DestDir: "{app}\samples\c"
271 Source: "samples\c\*.sh"; DestDir: "{app}\samples\c"
272 Source: "samples\c\*.jp*"; DestDir: "{app}\samples\c"
273 Source: "samples\c\*.txt"; DestDir: "{app}\samples\c"
274 Source: "samples\c\*.png"; DestDir: "{app}\samples\c"
275 Source: "samples\c\*.dsp"; DestDir: "{app}\samples\c"
276 Source: "samples\c\*.vcproj"; DestDir: "{app}\samples\c"
277 Source: "samples\c\Makefile.ms"; DestDir: "{app}\samples\c"
278 Source: "samples\c\Makefile.gnu"; DestDir: "{app}\samples\c"
279 Source: "samples\c\*.exe"; DestDir: "{app}\samples\c"
280 Source: "samples\c\*.data"; DestDir: "{app}\samples\c"
281
282 Source: "samples\python\*.py"; DestDir: "{app}\samples\python"
283
284 ; batch tests
285 Source: "tests\cv\src\*.c*"; DestDir: "{app}\tests\cv\src"
286 Source: "tests\cv\src\*.h*"; DestDir: "{app}\tests\cv\src"
287 Source: "tests\cv\src\Makefile.ms"; DestDir: "{app}\tests\cv\src"
288 Source: "tests\cv\src\Makefile.gnu"; DestDir: "{app}\tests\cv\src"
289 Source: "tests\cv\src\*.dsp"; DestDir: "{app}\tests\cv\src"
290 Source: "tests\cv\src\*.vcproj"; DestDir: "{app}\tests\cv\src"
291 Source: "tests\cv\src\*.inc"; DestDir: "{app}\tests\cv\src"
292 Source: "tests\cv\testdata\cameracalibration\*.*"; DestDir: "{app}\tests\cv\testdata\cameracalibration"
293 ;Source: "tests\cv\testdata\gesturerecognition\*.*"; DestDir: "{app}\tests\cv\testdata\gesturerecognition"
294 Source: "tests\cv\testdata\optflow\*.*"; DestDir: "{app}\tests\cv\testdata\optflow"
295 Source: "tests\cv\testdata\snakes\*.*"; DestDir: "{app}\tests\cv\testdata\snakes"
296 Source: "tests\cxts\*.c*"; DestDir: "{app}\tests\cxts"
297 Source: "tests\cxts\*.h*"; DestDir: "{app}\tests\cxts"
298 Source: "tests\cxts\*.dsp"; DestDir: "{app}\tests\cxts"
299 Source: "tests\cxts\*.vcproj"; DestDir: "{app}\tests\cxts"
300 Source: "tests\cxts\Makefile.ms"; DestDir: "{app}\tests\cxts"
301 Source: "tests\cxts\Makefile.gnu"; DestDir: "{app}\tests\cxts"
302 Source: "tests\cxcore\src\*.c*"; DestDir: "{app}\tests\cxcore\src"
303 Source: "tests\cxcore\src\*.h*"; DestDir: "{app}\tests\cxcore\src"
304 Source: "tests\cxcore\src\*.dsp"; DestDir: "{app}\tests\cxcore\src"
305 Source: "tests\cxcore\src\*.vcproj"; DestDir: "{app}\tests\cxcore\src"
306 Source: "tests\cxcore\src\Makefile.ms"; DestDir: "{app}\tests\cxcore\src"
307 Source: "tests\cxcore\src\Makefile.gnu"; DestDir: "{app}\tests\cxcore\src"
308 Source: "tests\python\highgui\*.py"; DestDir: "{app}\tests\python\highgui"
309
310 ; utilities
311 Source: "utils\*.cmd"; DestDir: "{app}\utils"
312 Source: "utils\*.py"; DestDir: "{app}\utils"
313 Source: "utils\*.iss"; DestDir: "{app}\utils"
314 Source: "utils\*.bmp"; DestDir: "{app}\utils"
315 Source: "utils\*.ico"; DestDir: "{app}\utils"
316
317 ; applications
318 Source: "apps\HaarTraining\*.*"; DestDir: "{app}\apps\HaarTraining"
319 Source: "apps\HaarTraining\include\*.h*"; DestDir: "{app}\apps\HaarTraining\include"
320 Source: "apps\HaarTraining\make\*.ds*"; DestDir: "{app}\apps\HaarTraining\make"
321 Source: "apps\HaarTraining\make\*.vcproj"; DestDir: "{app}\apps\HaarTraining\make"
322 Source: "apps\HaarTraining\make\*.sln"; DestDir: "{app}\apps\HaarTraining\make"
323 Source: "apps\HaarTraining\src\*.c*"; DestDir: "{app}\apps\HaarTraining\src"
324 Source: "apps\HaarTraining\src\*.h*"; DestDir: "{app}\apps\HaarTraining\src"
325 Source: "apps\HaarTraining\src\*.h*"; DestDir: "{app}\apps\HaarTraining\src"
326 Source: "apps\HaarTraining\doc\*.htm*"; DestDir: "{app}\apps\HaarTraining\doc"
327
328 ; precompiled binaries
329 Source: "C:\Program Files\Microsoft Visual Studio 8\VC\redist\x86\Microsoft.VC80.OPENMP\vcomp.dll"; DestDir: "{app}\bin"
330 Source: "C:\Program Files\Microsoft Visual Studio 8\VC\redist\x86\Microsoft.VC80.CRT\msvcp80.dll"; DestDir: "{app}\bin"
331 Source: "C:\Program Files\Microsoft Visual Studio 8\VC\redist\x86\Microsoft.VC80.CRT\msvcr80.dll"; DestDir: "{app}\bin"
332 Source: "bin\cvtest.exe"; DestDir: "{app}\bin"
333 Source: "bin\cxcoretest.exe"; DestDir: "{app}\bin"
334 Source: "bin\cxcore110.dll"; DestDir: "{app}\bin"
335 Source: "bin\cxcore110.pdb"; DestDir: "{app}\bin"
336 Source: "bin\cv110.dll"; DestDir: "{app}\bin"
337 Source: "bin\cv110.pdb"; DestDir: "{app}\bin"
338 Source: "bin\highgui110.dll"; DestDir: "{app}\bin"
339 Source: "bin\highgui110.pdb"; DestDir: "{app}\bin"
340 Source: "bin\cvaux110.dll"; DestDir: "{app}\bin"
341 Source: "bin\cvaux110.pdb"; DestDir: "{app}\bin"
342 Source: "bin\ml110.dll"; DestDir: "{app}\bin"
343 Source: "bin\ml110.pdb"; DestDir: "{app}\bin"
344 Source: "bin\ffopencv110.dll"; DestDir: "{app}\bin"
345 Source: "bin\ffopencv110.pdb"; DestDir: "{app}\bin"
346 Source: "bin\cxts001.dll"; DestDir: "{app}\bin"
347 Source: "bin\haartraining.exe"; DestDir: "{app}\bin"
348 Source: "bin\createsamples.exe"; DestDir: "{app}\bin"
349 Source: "bin\performance.exe"; DestDir: "{app}\bin"
350
351 ; import libraries
352 Source: "lib\cxcore.lib"; DestDir: "{app}\lib"
353 Source: "lib\cv.lib"; DestDir: "{app}\lib"
354 Source: "lib\highgui.lib"; DestDir: "{app}\lib"
355 Source: "lib\cvaux.lib"; DestDir: "{app}\lib"
356 Source: "lib\ml.lib"; DestDir: "{app}\lib"
357 Source: "lib\cvhaartraining.lib"; DestDir: "{app}\lib"
358 Source: "lib\cxts.lib"; DestDir: "{app}\lib"
359
360 [Icons]
361 Name: "{group}\OpenCV Workspace MSVC6"; Filename: "{app}\_make\opencv.dsw"
362 Name: "{group}\OpenCV Workspace .NET 2005,2008"; Filename: "{app}\_make\opencv.vs2005.sln"
363 Name: "{group}\OpenCV Workspace .NET 2005,2008 (Express or Standard Edition)"; Filename: "{app}\_make\opencv.vs2005.no_openmp.sln"
364 Name: "{group}\Documentation"; Filename: "{app}\docs\index.htm"
365 Name: "{group}\Samples"; Filename: "{app}\samples\c\"
366
367 [Tasks]
368 Name: add_opencv_path; Description: "Add <...>\OpenCV\bin to the system PATH"; Flags: checkedonce
369
370 [Registry]
371 ; Start "Software\My Company\My Program" keys under HKEY_CURRENT_USER
372 ; and HKEY_LOCAL_MACHINE. The flags tell it to always delete the
373 ; "My Program" keys upon uninstall, and delete the "My Company" keys
374 ; if there is nothing left in them.
375 Root: HKCU; Subkey: "Environment"; ValueType: string; ValueName: "Path"; ValueData: "{app}\bin;{olddata}"; Flags: createvalueifdoesntexist; Tasks: add_opencv_path
376 Root: HKCU; Subkey: "Software\OpenCV"; Flags: uninsdeletekey
377 Root: HKCU; Subkey: "Software\OpenCV\Settings"; ValueType: string; ValueName: "Path"; ValueData: "{app}"
378
379 [Run]
380 Filename: "{reg:HKLM\Software\Python\PythonCore\2.6\InstallPath,|C:\Python26\}python.exe"; Parameters: "setup-for-win.py install"; WorkingDir: "{app}\interfaces\swig\python"; Flags: skipifdoesntexist; StatusMsg: "Installing OpenCV Module for Python..."
381 Filename: "{app}\docs\index.htm"; Description: "View Documentation"; Flags: postinstall shellexec
382
383 [UninstallRun]
384
385