X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;ds=sidebyside;f=utils%2Fopencv.iss;fp=utils%2Fopencv.iss;h=46121e372559067337c97ba0b09981deb1b201d2;hb=e4c14cdbdf2fe805e79cd96ded236f57e7b89060;hp=87239f02bb28036037efe61c5d676d56d706f245;hpb=454138ff8a20f6edb9b65a910101403d8b520643;p=opencv diff --git a/utils/opencv.iss b/utils/opencv.iss index 87239f0..46121e3 100644 --- a/utils/opencv.iss +++ b/utils/opencv.iss @@ -1,8 +1,8 @@ ; -- OpenCV script for Inno Setup 2.0 (or later) Installer -- [Setup] -AppName=Intel(R) Open Source Computer Vision Library -AppVerName=Intel(R) Open Source Computer Vision Library 1.0 +AppName=Open Source Computer Vision Library +AppVerName=Open Source Computer Vision Library 1.1pre1 AppCopyright=Copyright (C) 2000-2006 Intel Corporation DefaultDirName={pf}\OpenCV DefaultGroupName=OpenCV @@ -10,7 +10,7 @@ DefaultGroupName=OpenCV SourceDir=.. Compression=bzip/9 LicenseFile="docs\license.txt" -OutputBaseFilename=OpenCV_1.0 +OutputBaseFilename=OpenCV_1.1pre1a WizardImageFile=utils/splash.bmp SetupIconFile=utils/opencv.ico ; uncomment the following line if you want your installation to run on NT 3.51 too. @@ -61,28 +61,10 @@ Name: "{app}\otherlibs\_graphics\src\libpng" Name: "{app}\otherlibs\_graphics\src\libtiff" Name: "{app}\otherlibs\_graphics\src\zlib" Name: "{app}\otherlibs\highgui" -Name: "{app}\otherlibs\cvcam" -Name: "{app}\otherlibs\cvcam\include" -Name: "{app}\otherlibs\cvcam\sample" -Name: "{app}\otherlibs\cvcam\src" -Name: "{app}\otherlibs\cvcam\src\windows" -Name: "{app}\otherlibs\cvcam\src\unix" +Name: "{app}\otherlibs\ffopencv" ; interfaces Name: "{app}\interfaces" -;Name: "{app}\interfaces\ch" -;Name: "{app}\interfaces\ch\c" -;Name: "{app}\interfaces\ch\c\handmade" -;Name: "{app}\interfaces\ch\c\handmade\cv" -;Name: "{app}\interfaces\ch\c\handmade\cvcam" -;Name: "{app}\interfaces\ch\c\handmade\cxcore" -;Name: "{app}\interfaces\ch\c\handmade\highgui" -;Name: "{app}\interfaces\ch\chfcreate" -;Name: "{app}\interfaces\ch\chfhandmade" -;Name: "{app}\interfaces\ch\demos" -;Name: "{app}\interfaces\ch\demos\data" -;Name: "{app}\interfaces\ch\demos\data\haarcascades" - Name: "{app}\interfaces\ipp" Name: "{app}\interfaces\swig" @@ -90,8 +72,8 @@ Name: "{app}\interfaces\swig\filtered" Name: "{app}\interfaces\swig\general" Name: "{app}\interfaces\swig\python" Name: "{app}\interfaces\swig\python\build" -Name: "{app}\interfaces\swig\python\build\lib.win32-2.5" -Name: "{app}\interfaces\swig\python\build\lib.win32-2.5\opencv" +Name: "{app}\interfaces\swig\python\build\lib.win32-2.6" +Name: "{app}\interfaces\swig\python\build\lib.win32-2.6\opencv" ; documentation Name: "{app}\docs" @@ -122,22 +104,6 @@ Name: "{app}\tests\python\highgui" ; utilities Name: "{app}\utils" -Name: "{app}\utils\cvinfo" - -; direct show filters -Name: "{app}\filters" -Name: "{app}\filters\CalibFilter" -Name: "{app}\filters\ProxyTrans" -Name: "{app}\filters\SyncFilter" -;Name: "{app}\filters\Tracker3dFilter" -;Name: "{app}\filters\Tracker3dFilter\include" -;Name: "{app}\filters\Tracker3dFilter\src" -;Name: "{app}\filters\Tracker3dFilter\trackers" -;Name: "{app}\filters\Tracker3dFilter\trackers\BlobTracker" -;Name: "{app}\filters\Tracker3dFilter\trackers\CamShiftTracker" -;Name: "{app}\filters\Tracker3dFilter\data" -;Name: "{app}\filters\Tracker3dFilter\data\CameraCalibration" -;Name: "{app}\filters\Tracker3dFilter\data\Tracking" ; applications Name: "{app}\apps\" @@ -167,73 +133,65 @@ Source: "_make\opencv*.dsw"; DestDir: "{app}\_make" Source: "_make\opencv*.sln"; DestDir: "{app}\_make" Source: "_make\makefile.*"; DestDir: "{app}\_make" Source: "_make\*.mak"; DestDir: "{app}\_make" -;Source: "_make\cbuilderx\*.cbx"; DestDir: "{app}\_make\cbuilderx" -;Source: "_make\cbuilderx\*.bpgr"; DestDir: "{app}\_make\cbuilderx" ; cxcore Source: "cxcore\include\*.h*"; DestDir: "{app}\cxcore\include" -Source: "cxcore\include\Makefile.*"; DestDir: "{app}\cxcore\include" Source: "cxcore\src\*.c*"; DestDir: "{app}\cxcore\src" Source: "cxcore\src\*.h*"; DestDir: "{app}\cxcore\src" -Source: "cxcore\src\Makefile.*"; DestDir: "{app}\cxcore\src" +Source: "cxcore\src\Makefile.ms"; DestDir: "{app}\cxcore\src" +Source: "cxcore\src\Makefile.gnu"; DestDir: "{app}\cxcore\src" Source: "cxcore\src\*.rc"; DestDir: "{app}\cxcore\src" Source: "cxcore\src\*.dsp"; DestDir: "{app}\cxcore\src" Source: "cxcore\src\*.vcproj"; DestDir: "{app}\cxcore\src" -Source: "cxcore\Makefile.*"; DestDir: "{app}\cxcore" ; cv Source: "cv\include\*.h*"; DestDir: "{app}\cv\include" -Source: "cv\include\Makefile.*"; DestDir: "{app}\cv\include" Source: "cv\src\*.c*"; DestDir: "{app}\cv\src" Source: "cv\src\*.h*"; DestDir: "{app}\cv\src" -Source: "cv\src\Makefile.*"; DestDir: "{app}\cv\src" +Source: "cv\src\Makefile.ms"; DestDir: "{app}\cv\src" +Source: "cv\src\Makefile.gnu"; DestDir: "{app}\cv\src" Source: "cv\src\*.rc"; DestDir: "{app}\cv\src" Source: "cv\src\*.dsp"; DestDir: "{app}\cv\src" Source: "cv\src\*.vcproj"; DestDir: "{app}\cv\src" -Source: "cv\Makefile.*"; DestDir: "{app}\cv" ; cvaux Source: "cvaux\include\*.h*"; DestDir: "{app}\cvaux\include" -Source: "cvaux\include\Makefile.*"; DestDir: "{app}\cvaux\include" Source: "cvaux\src\*.c*"; DestDir: "{app}\cvaux\src" Source: "cvaux\src\vs\*.c*"; DestDir: "{app}\cvaux\src\vs" Source: "cvaux\src\*.h*"; DestDir: "{app}\cvaux\src" -Source: "cvaux\src\Makefile.*"; DestDir: "{app}\cvaux\src" +Source: "cvaux\src\Makefile.ms"; DestDir: "{app}\cvaux\src" +Source: "cvaux\src\Makefile.gnu"; DestDir: "{app}\cvaux\src" Source: "cvaux\src\*.rc"; DestDir: "{app}\cvaux\src" Source: "cvaux\src\*.dsp"; DestDir: "{app}\cvaux\src" Source: "cvaux\src\*.vcproj"; DestDir: "{app}\cvaux\src" -Source: "cvaux\Makefile.*"; DestDir: "{app}\cvaux" ; ml Source: "ml\include\*.h*"; DestDir: "{app}\ml\include" Source: "ml\src\*.c*"; DestDir: "{app}\ml\src" Source: "ml\src\*.h*"; DestDir: "{app}\ml\src" -Source: "ml\src\Makefile.*"; DestDir: "{app}\ml\src" +Source: "ml\src\Makefile.ms"; DestDir: "{app}\ml\src" +Source: "ml\src\Makefile.gnu"; DestDir: "{app}\ml\src" Source: "ml\src\*.rc"; DestDir: "{app}\ml\src" Source: "ml\src\*.dsp"; DestDir: "{app}\ml\src" Source: "ml\src\*.vcproj"; DestDir: "{app}\ml\src" -Source: "ml\Makefile.*"; DestDir: "{app}\ml" Source: "data\*.txt"; DestDir: "{app}\data" Source: "data\haarcascades\*.xml"; DestDir: "{app}\data\haarcascades" -; otherlibs -Source: "otherlibs\Makefile.*"; DestDir: "{app}\otherlibs" - ; graphic libraries Source: "otherlibs\_graphics\include\*.h"; DestDir: "{app}\otherlibs\_graphics\include" Source: "otherlibs\_graphics\include\jasper\*.h"; DestDir: "{app}\otherlibs\_graphics\include\jasper" Source: "otherlibs\_graphics\lib\*.a"; DestDir: "{app}\otherlibs\_graphics\lib" -Source: "otherlibs\_graphics\lib\lib*.lib"; DestDir: "{app}\otherlibs\_graphics\lib" -Source: "otherlibs\_graphics\lib\zlib*.lib"; DestDir: "{app}\otherlibs\_graphics\lib" +Source: "otherlibs\_graphics\lib\*.lib"; DestDir: "{app}\otherlibs\_graphics\lib" Source: "otherlibs\_graphics\readme.txt"; DestDir: "{app}\otherlibs\_graphics" -Source: "otherlibs\_graphics\src\*.dsw"; DestDir: "{app}\otherlibs\_graphics\src" -Source: "otherlibs\_graphics\src\*.sln"; DestDir: "{app}\otherlibs\_graphics\src" - -Source: "otherlibs\_graphics\src\libjasper\readme"; DestDir: "{app}\otherlibs\_graphics\src\libjasper" Source: "otherlibs\_graphics\src\libjasper\license"; DestDir: "{app}\otherlibs\_graphics\src\libjasper" +Source: "otherlibs\_graphics\src\libjasper\*.c"; DestDir: "{app}\otherlibs\_graphics\src\libjasper" +Source: "otherlibs\_graphics\src\libjasper\*.h"; DestDir: "{app}\otherlibs\_graphics\src\libjasper" +Source: "otherlibs\_graphics\src\libjasper\*.dsp"; DestDir: "{app}\otherlibs\_graphics\src\libjasper" +Source: "otherlibs\_graphics\src\libjasper\*.vcproj"; DestDir: "{app}\otherlibs\_graphics\src\libjasper" +Source: "otherlibs\_graphics\src\libjasper\readme"; DestDir: "{app}\otherlibs\_graphics\src\libjasper" Source: "otherlibs\_graphics\src\libjpeg\*.c"; DestDir: "{app}\otherlibs\_graphics\src\libjpeg" Source: "otherlibs\_graphics\src\libjpeg\*.h"; DestDir: "{app}\otherlibs\_graphics\src\libjpeg" @@ -266,40 +224,18 @@ Source: "otherlibs\highgui\*.h*"; DestDir: "{app}\otherlibs\highgui" Source: "otherlibs\highgui\*.rc"; DestDir: "{app}\otherlibs\highgui" Source: "otherlibs\highgui\*.dsp"; DestDir: "{app}\otherlibs\highgui" Source: "otherlibs\highgui\*.vcproj"; DestDir: "{app}\otherlibs\highgui" -Source: "otherlibs\highgui\Makefile.*"; DestDir: "{app}\otherlibs\highgui" +Source: "otherlibs\highgui\Makefile.ms"; DestDir: "{app}\otherlibs\highgui" +Source: "otherlibs\highgui\Makefile.gnu"; DestDir: "{app}\otherlibs\highgui" Source: "otherlibs\highgui\*.sh"; DestDir: "{app}\otherlibs\highgui" -; otherlibs: cvcam -Source: "otherlibs\cvcam\include\*.h*"; DestDir: "{app}\otherlibs\cvcam\include" -Source: "otherlibs\cvcam\include\Makefile.*"; DestDir: "{app}\otherlibs\cvcam\include" -Source: "otherlibs\cvcam\sample\*.c*"; DestDir: "{app}\otherlibs\cvcam\sample" -Source: "otherlibs\cvcam\sample\*.ds*"; DestDir: "{app}\otherlibs\cvcam\sample" -Source: "otherlibs\cvcam\src\windows\*.c*"; DestDir: "{app}\otherlibs\cvcam\src\windows" -Source: "otherlibs\cvcam\src\windows\*.h*"; DestDir: "{app}\otherlibs\cvcam\src\windows" -Source: "otherlibs\cvcam\src\windows\*.rc"; DestDir: "{app}\otherlibs\cvcam\src\windows" -Source: "otherlibs\cvcam\src\windows\*.txt"; DestDir: "{app}\otherlibs\cvcam\src\windows" -Source: "otherlibs\cvcam\src\windows\*.dsp"; DestDir: "{app}\otherlibs\cvcam\src\windows" -Source: "otherlibs\cvcam\src\windows\*.vcproj"; DestDir: "{app}\otherlibs\cvcam\src\windows" -Source: "otherlibs\cvcam\src\unix\*.c*"; DestDir: "{app}\otherlibs\cvcam\src\unix" -Source: "otherlibs\cvcam\src\unix\*.h*"; DestDir: "{app}\otherlibs\cvcam\src\unix" -Source: "otherlibs\cvcam\src\unix\Makefile.*"; DestDir: "{app}\otherlibs\cvcam\src\unix" -Source: "otherlibs\cvcam\Makefile.*"; DestDir: "{app}\otherlibs\cvcam" -Source: "otherlibs\cvcam\src\Makefile.*"; DestDir: "{app}\otherlibs\cvcam\src" +; otherlibs: ffopencv +Source: "otherlibs\ffopencv\*.c*"; DestDir: "{app}\otherlibs\ffopencv" +Source: "otherlibs\ffopencv\*.h*"; DestDir: "{app}\otherlibs\ffopencv" +Source: "otherlibs\ffopencv\*.ds*"; DestDir: "{app}\otherlibs\ffopencv" +Source: "otherlibs\ffopencv\*.vcproj"; DestDir: "{app}\otherlibs\ffopencv" +Source: "otherlibs\ffopencv\*.sln"; DestDir: "{app}\otherlibs\ffopencv" ; interfaces -Source: "interfaces\Makefile.*"; DestDir: "{app}\interfaces" - -;Source: "interfaces\ch\Makefile"; DestDir: "{app}\interfaces\ch" -;Source: "interfaces\ch\pkg*.ch"; DestDir: "{app}\interfaces\ch" -;Source: "interfaces\ch\readme.txt"; DestDir: "{app}\interfaces\ch" -;Source: "interfaces\ch\c\Makefile*"; DestDir: "{app}\interfaces\ch\c" -;Source: "interfaces\ch\c\handmade\cv\*.c"; DestDir: "{app}\interfaces\ch\c\handmade\cv" -;Source: "interfaces\ch\c\handmade\cvcam\*.c"; DestDir: "{app}\interfaces\ch\c\handmade\cvcam" -;Source: "interfaces\ch\c\handmade\cxcore\*.c"; DestDir: "{app}\interfaces\ch\c\handmade\cxcore" -;Source: "interfaces\ch\c\handmade\highgui\*.c"; DestDir: "{app}\interfaces\ch\c\handmade\highgui" -;Source: "interfaces\ch\chfhandmade\*.chf"; DestDir: "{app}\interfaces\ch\chfhandmade" -;Source: "interfaces\ch\demos\*.ch"; DestDir: "{app}\interfaces\ch\demos" - Source: "interfaces\ipp\*.c"; DestDir: "{app}\interfaces\ipp" Source: "interfaces\ipp\*.h"; DestDir: "{app}\interfaces\ipp" Source: "interfaces\ipp\*.def"; DestDir: "{app}\interfaces\ipp" @@ -307,66 +243,49 @@ Source: "interfaces\ipp\*.ds*"; DestDir: "{app}\interfaces\ipp" Source: "interfaces\ipp\*.py"; DestDir: "{app}\interfaces\ipp" Source: "interfaces\ipp\*.txt"; DestDir: "{app}\interfaces\ipp" -Source: "interfaces\swig\Makefile.*"; DestDir: "{app}\interfaces\swig" -Source: "interfaces\swig\filtered\Makefile.*"; DestDir: "{app}\interfaces\swig\filtered" Source: "interfaces\swig\filtered\*.h"; DestDir: "{app}\interfaces\swig\filtered" Source: "interfaces\swig\general\*.i"; DestDir: "{app}\interfaces\swig\general" -Source: "interfaces\swig\general\Makefile.*"; DestDir: "{app}\interfaces\swig\general" -Source: "interfaces\swig\python\Makefile.*"; DestDir: "{app}\interfaces\swig\python" Source: "interfaces\swig\python\*.py"; DestDir: "{app}\interfaces\swig\python" Source: "interfaces\swig\python\*.i"; DestDir: "{app}\interfaces\swig\python" Source: "interfaces\swig\python\*.c*"; DestDir: "{app}\interfaces\swig\python" Source: "interfaces\swig\python\*.h*"; DestDir: "{app}\interfaces\swig\python" -Source: "interfaces\swig\python\build\lib.win32-2.5\opencv\*.py*"; DestDir: "{app}\interfaces\swig\python\build\lib.win32-2.5\opencv" - -;Source: "interfaces\matlab\ReadMe.txt"; DestDir: "{app}\interfaces\matlab" -;Source: "interfaces\matlab\src\*.c*"; DestDir: "{app}\interfaces\matlab\src" -;Source: "interfaces\matlab\src\*.h*"; DestDir: "{app}\interfaces\matlab\src" -;Source: "interfaces\matlab\src\*.dsp"; DestDir: "{app}\interfaces\matlab\src" -;Source: "interfaces\matlab\src\*.def"; DestDir: "{app}\interfaces\matlab\src" -;Source: "interfaces\matlab\toolbox\*.*"; DestDir: "{app}\interfaces\matlab\toolbox" -;Source: "interfaces\matlab\toolbox\opencv\*.m"; DestDir: "{app}\interfaces\matlab\toolbox\opencv" -;Source: "interfaces\matlab\toolbox\opencv\cvwrap.dll"; DestDir: "{app}\interfaces\matlab\toolbox\opencv" -;Source: "interfaces\matlab\toolbox\opencv\cvdemos\*.m*"; DestDir: "{app}\interfaces\matlab\toolbox\opencv\cvdemos" +Source: "interfaces\swig\python\build\lib.win32-2.6\opencv\*.py*"; DestDir: "{app}\interfaces\swig\python\build\lib.win32-2.6\opencv" ; documentation Source: "docs\*.htm*"; DestDir: "{app}\docs" Source: "docs\*.jp*"; DestDir: "{app}\docs" +Source: "docs\*.png"; DestDir: "{app}\docs" Source: "docs\*.txt"; DestDir: "{app}\docs" Source: "docs\*.pdf"; DestDir: "{app}\docs" -Source: "docs\*.rtf"; DestDir: "{app}\docs" -Source: "docs\Makefile.*"; DestDir: "{app}\docs" +;Source: "docs\*.rtf"; DestDir: "{app}\docs" Source: "docs\ref\*.htm*"; DestDir: "{app}\docs\ref" Source: "docs\ref\*.css"; DestDir: "{app}\docs\ref" -;Source: "docs\ref\Makefile.*"; DestDir: "{app}\docs\ref" Source: "docs\ref\pics\*.jp*"; DestDir: "{app}\docs\ref\pics" Source: "docs\ref\pics\*.png"; DestDir: "{app}\docs\ref\pics" -;Source: "docs\ref\pics\Makefile.*"; DestDir: "{app}\docs\ref\pics" Source: "docs\papers\*.pdf"; DestDir: "{app}\docs\papers" Source: "docs\papers\*.ps"; DestDir: "{app}\docs\papers" Source: "docs\vidsurv\*.doc"; DestDir: "{app}\docs\vidsurv" ; sample code -Source: "samples\makefile.*"; DestDir: "{app}\samples" Source: "samples\c\*.c*"; DestDir: "{app}\samples\c" Source: "samples\c\*.sh"; DestDir: "{app}\samples\c" Source: "samples\c\*.jp*"; DestDir: "{app}\samples\c" +Source: "samples\c\*.txt"; DestDir: "{app}\samples\c" Source: "samples\c\*.png"; DestDir: "{app}\samples\c" Source: "samples\c\*.dsp"; DestDir: "{app}\samples\c" Source: "samples\c\*.vcproj"; DestDir: "{app}\samples\c" -Source: "samples\c\Makefile.*"; DestDir: "{app}\samples\c" +Source: "samples\c\Makefile.ms"; DestDir: "{app}\samples\c" +Source: "samples\c\Makefile.gnu"; DestDir: "{app}\samples\c" Source: "samples\c\*.exe"; DestDir: "{app}\samples\c" Source: "samples\c\*.data"; DestDir: "{app}\samples\c" Source: "samples\python\*.py"; DestDir: "{app}\samples\python" -Source: "samples\python\Makefile.*"; DestDir: "{app}\samples\python" ; batch tests -Source: "tests\Makefile.*"; DestDir: "{app}\tests" -Source: "tests\cv\Makefile.*"; DestDir: "{app}\tests\cv" Source: "tests\cv\src\*.c*"; DestDir: "{app}\tests\cv\src" Source: "tests\cv\src\*.h*"; DestDir: "{app}\tests\cv\src" -Source: "tests\cv\src\Makefile.*"; DestDir: "{app}\tests\cv\src" +Source: "tests\cv\src\Makefile.ms"; DestDir: "{app}\tests\cv\src" +Source: "tests\cv\src\Makefile.gnu"; DestDir: "{app}\tests\cv\src" Source: "tests\cv\src\*.dsp"; DestDir: "{app}\tests\cv\src" Source: "tests\cv\src\*.vcproj"; DestDir: "{app}\tests\cv\src" Source: "tests\cv\src\*.inc"; DestDir: "{app}\tests\cv\src" @@ -378,13 +297,14 @@ Source: "tests\cxts\*.c*"; DestDir: "{app}\tests\cxts" Source: "tests\cxts\*.h*"; DestDir: "{app}\tests\cxts" Source: "tests\cxts\*.dsp"; DestDir: "{app}\tests\cxts" Source: "tests\cxts\*.vcproj"; DestDir: "{app}\tests\cxts" -Source: "tests\cxts\Makefile.*"; DestDir: "{app}\tests\cxts" +Source: "tests\cxts\Makefile.ms"; DestDir: "{app}\tests\cxts" +Source: "tests\cxts\Makefile.gnu"; DestDir: "{app}\tests\cxts" Source: "tests\cxcore\src\*.c*"; DestDir: "{app}\tests\cxcore\src" Source: "tests\cxcore\src\*.h*"; DestDir: "{app}\tests\cxcore\src" Source: "tests\cxcore\src\*.dsp"; DestDir: "{app}\tests\cxcore\src" Source: "tests\cxcore\src\*.vcproj"; DestDir: "{app}\tests\cxcore\src" -Source: "tests\cxcore\src\Makefile.*"; DestDir: "{app}\tests\cxcore\src" -Source: "tests\python\Makefile.*"; DestDir: "{app}\tests\python" +Source: "tests\cxcore\src\Makefile.ms"; DestDir: "{app}\tests\cxcore\src" +Source: "tests\cxcore\src\Makefile.gnu"; DestDir: "{app}\tests\cxcore\src" Source: "tests\python\highgui\*.py"; DestDir: "{app}\tests\python\highgui" ; utilities @@ -393,68 +313,8 @@ Source: "utils\*.py"; DestDir: "{app}\utils" Source: "utils\*.iss"; DestDir: "{app}\utils" Source: "utils\*.bmp"; DestDir: "{app}\utils" Source: "utils\*.ico"; DestDir: "{app}\utils" -Source: "utils\cvinfo\*.c*"; DestDir: "{app}\utils\cvinfo" -Source: "utils\cvinfo\*.dsp"; DestDir: "{app}\utils\cvinfo" -Source: "utils\cvinfo\*.vcproj"; DestDir: "{app}\utils\cvinfo" - -; direct show filters -;Source: "filters\*.*"; DestDir: "{app}\filters" -Source: "filters\CalibFilter\*.c*"; DestDir: "{app}\filters\CalibFilter" -Source: "filters\CalibFilter\*.h*"; DestDir: "{app}\filters\CalibFilter" -Source: "filters\CalibFilter\*.rc"; DestDir: "{app}\filters\CalibFilter" -Source: "filters\CalibFilter\*.def"; DestDir: "{app}\filters\CalibFilter" -Source: "filters\CalibFilter\*.dsp"; DestDir: "{app}\filters\CalibFilter" -Source: "filters\CalibFilter\*.vcproj"; DestDir: "{app}\filters\CalibFilter" - -Source: "filters\ProxyTrans\*.c*"; DestDir: "{app}\filters\ProxyTrans" -Source: "filters\ProxyTrans\*.h*"; DestDir: "{app}\filters\ProxyTrans" -Source: "filters\ProxyTrans\*.rc"; DestDir: "{app}\filters\ProxyTrans" -Source: "filters\ProxyTrans\*.def"; DestDir: "{app}\filters\ProxyTrans" -Source: "filters\ProxyTrans\*.dsp"; DestDir: "{app}\filters\ProxyTrans" -Source: "filters\ProxyTrans\*.vcproj"; DestDir: "{app}\filters\ProxyTrans" -Source: "filters\ProxyTrans\*.txt"; DestDir: "{app}\filters\ProxyTrans" - -Source: "filters\SyncFilter\*.c*"; DestDir: "{app}\filters\SyncFilter" -Source: "filters\SyncFilter\*.h*"; DestDir: "{app}\filters\SyncFilter" -;Source: "filters\ProxyTrans\*.rc"; DestDir: "{app}\filters\ProxyTrans" -Source: "filters\SyncFilter\*.def"; DestDir: "{app}\filters\SyncFilter" -Source: "filters\SyncFilter\*.dsp"; DestDir: "{app}\filters\SyncFilter" -Source: "filters\SyncFilter\*.vcproj"; DestDir: "{app}\filters\SyncFilter" - -;Source: "filters\Tracker3dFilter\*.*"; DestDir: "{app}\filters\Tracker3dFilter" -;Source: "filters\Tracker3dFilter\include\*.h*"; DestDir: "{app}\filters\Tracker3dFilter\include" -;Source: "filters\Tracker3dFilter\src\*.c*"; DestDir: "{app}\filters\Tracker3dFilter\src" -;Source: "filters\Tracker3dFilter\src\*.h*"; DestDir: "{app}\filters\Tracker3dFilter\src" -;Source: "filters\Tracker3dFilter\src\*.rc"; DestDir: "{app}\filters\Tracker3dFilter\src" -;Source: "filters\Tracker3dFilter\src\*.def"; DestDir: "{app}\filters\Tracker3dFilter\src" -;Source: "filters\Tracker3dFilter\src\*.dsp"; DestDir: "{app}\filters\Tracker3dFilter\src" - -;Source: "filters\Tracker3dFilter\trackers\*.*"; DestDir: "{app}\filters\Tracker3dFilter\trackers" -;Source: "filters\Tracker3dFilter\trackers\BlobTracker\*.c*"; DestDir: "{app}\filters\Tracker3dFilter\trackers\BlobTracker" -;Source: "filters\Tracker3dFilter\trackers\BlobTracker\*.h*"; DestDir: "{app}\filters\Tracker3dFilter\trackers\BlobTracker" -;Source: "filters\Tracker3dFilter\trackers\BlobTracker\*.rc"; DestDir: "{app}\filters\Tracker3dFilter\trackers\BlobTracker" -;Source: "filters\Tracker3dFilter\trackers\BlobTracker\*.def"; DestDir: "{app}\filters\Tracker3dFilter\trackers\BlobTracker" -;Source: "filters\Tracker3dFilter\trackers\BlobTracker\*.dsp"; DestDir: "{app}\filters\Tracker3dFilter\trackers\BlobTracker" - -;Source: "filters\Tracker3dFilter\trackers\CamShiftTracker\*.c*"; DestDir: "{app}\filters\Tracker3dFilter\trackers\CamShiftTracker" -;Source: "filters\Tracker3dFilter\trackers\CamShiftTracker\*.h*"; DestDir: "{app}\filters\Tracker3dFilter\trackers\CamShiftTracker" -;Source: "filters\Tracker3dFilter\trackers\CamShiftTracker\*.rc"; DestDir: "{app}\filters\Tracker3dFilter\trackers\CamShiftTracker" -;Source: "filters\Tracker3dFilter\trackers\CamShiftTracker\*.def"; DestDir: "{app}\filters\Tracker3dFilter\trackers\CamShiftTracker" -;Source: "filters\Tracker3dFilter\trackers\CamShiftTracker\*.dsp"; DestDir: "{app}\filters\Tracker3dFilter\trackers\CamShiftTracker" - -;Source: "filters\Tracker3dFilter\data\*.*"; DestDir: "{app}\filters\Tracker3dFilter\data" -;Source: "filters\Tracker3dFilter\data\CameraCalibration\*.*"; DestDir: "{app}\filters\Tracker3dFilter\data\CameraCalibration" -;Source: "filters\Tracker3dFilter\data\Tracking\*.*"; DestDir: "{app}\filters\Tracker3dFilter\data\Tracking" - ; applications -;Source: "apps\HaarFaceDetect\*.c*"; DestDir: "{app}\apps\HaarFaceDetect" -;Source: "apps\HaarFaceDetect\*.h*"; DestDir: "{app}\apps\HaarFaceDetect" -;Source: "apps\HaarFaceDetect\*.dsp"; DestDir: "{app}\apps\HaarFaceDetect" -;Source: "apps\HaarFaceDetect\*.zip"; DestDir: "{app}\apps\HaarFaceDetect" -;Source: "apps\HaarFaceDetect\Makefile.*"; DestDir: "{app}\apps\HaarFaceDetect" -;Source: "apps\HaarFaceDetect\SampleBase\*.*"; DestDir: "{app}\apps\HaarFaceDetect\SampleBase" - Source: "apps\HaarTraining\*.*"; DestDir: "{app}\apps\HaarTraining" Source: "apps\HaarTraining\include\*.h*"; DestDir: "{app}\apps\HaarTraining\include" Source: "apps\HaarTraining\make\*.ds*"; DestDir: "{app}\apps\HaarTraining\make" @@ -463,47 +323,30 @@ Source: "apps\HaarTraining\make\*.sln"; DestDir: "{app}\apps\HaarTraining\make" Source: "apps\HaarTraining\src\*.c*"; DestDir: "{app}\apps\HaarTraining\src" Source: "apps\HaarTraining\src\*.h*"; DestDir: "{app}\apps\HaarTraining\src" Source: "apps\HaarTraining\src\*.h*"; DestDir: "{app}\apps\HaarTraining\src" -Source: "apps\HaarTraining\src\Makefile.*"; DestDir: "{app}\apps\HaarTraining\src" Source: "apps\HaarTraining\doc\*.htm*"; DestDir: "{app}\apps\HaarTraining\doc" -;Source: "apps\Tracker3dDemo\*.c*"; DestDir: "{app}\apps\Tracker3dDemo" -;Source: "apps\Tracker3dDemo\*.h*"; DestDir: "{app}\apps\Tracker3dDemo" -;Source: "apps\Tracker3dDemo\*.rc"; DestDir: "{app}\apps\Tracker3dDemo" -;Source: "apps\Tracker3dDemo\*.ds*"; DestDir: "{app}\apps\Tracker3dDemo" - ; precompiled binaries -Source: "bin\cvinfo.exe"; DestDir: "{app}\bin" +Source: "C:\Program Files\Microsoft Visual Studio 8\VC\redist\x86\Microsoft.VC80.OPENMP\vcomp.dll"; DestDir: "{app}\bin" +Source: "C:\Program Files\Microsoft Visual Studio 8\VC\redist\x86\Microsoft.VC80.CRT\msvcp80.dll"; DestDir: "{app}\bin" +Source: "C:\Program Files\Microsoft Visual Studio 8\VC\redist\x86\Microsoft.VC80.CRT\msvcr80.dll"; DestDir: "{app}\bin" Source: "bin\cvtest.exe"; DestDir: "{app}\bin" Source: "bin\cxcoretest.exe"; DestDir: "{app}\bin" -Source: "bin\cxcore100.dll"; DestDir: "{app}\bin" -Source: "bin\cv100.dll"; DestDir: "{app}\bin" -Source: "bin\highgui100.dll"; DestDir: "{app}\bin" -Source: "bin\cvaux100.dll"; DestDir: "{app}\bin" -Source: "bin\ml100.dll"; DestDir: "{app}\bin" +Source: "bin\cxcore110.dll"; DestDir: "{app}\bin" +Source: "bin\cxcore110.pdb"; DestDir: "{app}\bin" +Source: "bin\cv110.dll"; DestDir: "{app}\bin" +Source: "bin\cv110.pdb"; DestDir: "{app}\bin" +Source: "bin\highgui110.dll"; DestDir: "{app}\bin" +Source: "bin\highgui110.pdb"; DestDir: "{app}\bin" +Source: "bin\cvaux110.dll"; DestDir: "{app}\bin" +Source: "bin\cvaux110.pdb"; DestDir: "{app}\bin" +Source: "bin\ml110.dll"; DestDir: "{app}\bin" +Source: "bin\ml110.pdb"; DestDir: "{app}\bin" +Source: "bin\ffopencv110.dll"; DestDir: "{app}\bin" +Source: "bin\ffopencv110.pdb"; DestDir: "{app}\bin" Source: "bin\cxts001.dll"; DestDir: "{app}\bin" -Source: "bin\cvcam100.dll"; DestDir: "{app}\bin" Source: "bin\haartraining.exe"; DestDir: "{app}\bin" Source: "bin\createsamples.exe"; DestDir: "{app}\bin" Source: "bin\performance.exe"; DestDir: "{app}\bin" -Source: "bin\proxytrans.ax"; DestDir: "{app}\bin" -Source: "bin\syncfilter.ax"; DestDir: "{app}\bin" -Source: "bin\calibfilter.ax"; DestDir: "{app}\bin" -Source: "bin\registerall.bat"; DestDir: "{app}\bin" -Source: "bin\libguide40.dll"; DestDir: "{app}\bin" - -;Source: "bin\*.exe"; DestDir: "{app}\bin" -;Source: "bin\*.dll"; DestDir: "{app}\bin" -;Source: "bin\*.ax"; DestDir: "{app}\bin" -;Source: "bin\*.bat"; DestDir: "{app}\bin" - -; 3D Tracking -;Source: "bin\Tracker3dDemo.exe"; DestDir: "{app}\bin" -;Source: "bin\Tracker3dFilter.ax"; DestDir: "{app}\bin" -;Source: "bin\BlobTracker.dll"; DestDir: "{app}\bin" -;Source: "bin\CamShiftTracker.dll"; DestDir: "{app}\bin" -;Source: "bin\tracking_expected_results*"; DestDir: "{app}\bin" -;Source: "bin\trackingtest*"; DestDir: "{app}\bin" -;Source: "bin\cam*.txt"; DestDir: "{app}\bin" ; import libraries Source: "lib\cxcore.lib"; DestDir: "{app}\lib" @@ -513,12 +356,11 @@ Source: "lib\cvaux.lib"; DestDir: "{app}\lib" Source: "lib\ml.lib"; DestDir: "{app}\lib" Source: "lib\cvhaartraining.lib"; DestDir: "{app}\lib" Source: "lib\cxts.lib"; DestDir: "{app}\lib" -Source: "lib\cvcam.lib"; DestDir: "{app}\lib" [Icons] Name: "{group}\OpenCV Workspace MSVC6"; Filename: "{app}\_make\opencv.dsw" -Name: "{group}\OpenCV Workspace .NET 2005"; Filename: "{app}\_make\opencv.sln" -;Name: "{group}\OpenCV Workspace Borland C++ BuilderX"; Filename: "{app}\_make\cbuilderx\opencv.bpgr" +Name: "{group}\OpenCV Workspace .NET 2005,2008"; Filename: "{app}\_make\opencv.vs2005.sln" +Name: "{group}\OpenCV Workspace .NET 2005,2008 (Express or Standard Edition)"; Filename: "{app}\_make\opencv.vs2005.no_openmp.sln" Name: "{group}\Documentation"; Filename: "{app}\docs\index.htm" Name: "{group}\Samples"; Filename: "{app}\samples\c\" @@ -531,15 +373,13 @@ Name: add_opencv_path; Description: "Add <...>\OpenCV\bin to the system PATH"; F ; "My Program" keys upon uninstall, and delete the "My Company" keys ; if there is nothing left in them. Root: HKCU; Subkey: "Environment"; ValueType: string; ValueName: "Path"; ValueData: "{app}\bin;{olddata}"; Flags: createvalueifdoesntexist; Tasks: add_opencv_path -Root: HKCU; Subkey: "Software\Intel"; Flags: uninsdeletekeyifempty -Root: HKCU; Subkey: "Software\Intel\OpenCV"; Flags: uninsdeletekey -Root: HKCU; Subkey: "Software\Intel\OpenCV\Settings"; ValueType: string; ValueName: "Path"; ValueData: "{app}" +Root: HKCU; Subkey: "Software\OpenCV"; Flags: uninsdeletekey +Root: HKCU; Subkey: "Software\OpenCV\Settings"; ValueType: string; ValueName: "Path"; ValueData: "{app}" [Run] -Filename: "{reg:HKLM\Software\Python\PythonCore\2.5\InstallPath,|C:\Python25\}python.exe"; Parameters: "setup-for-win.py install"; WorkingDir: "{app}\interfaces\swig\python"; Flags: skipifdoesntexist; StatusMsg: "Installing OpenCV Module for Python..." -Filename: "{app}\bin\RegisterAll.bat"; WorkingDir: "{app}\bin"; StatusMsg: "Registering DirectShow filters..." +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..." Filename: "{app}\docs\index.htm"; Description: "View Documentation"; Flags: postinstall shellexec [UninstallRun] -Filename: "{app}\bin\RegisterAll.bat"; Parameters: "/U"; WorkingDir: "{app}\bin" +