summaryrefslogtreecommitdiffstats
path: root/util/scripts/win-binary/config
diff options
context:
space:
mode:
authorAlexis Menard <alexis.menard@nokia.com>2009-04-17 10:40:52 (GMT)
committerAlexis Menard <alexis.menard@nokia.com>2009-04-17 10:40:52 (GMT)
commitbb2e4df9bee3148e819c98410aa36e22dad95d7a (patch)
treea6e6e8c070a72378d4b2e5f39ad3cc9c368b61ab /util/scripts/win-binary/config
downloadQt-bb2e4df9bee3148e819c98410aa36e22dad95d7a.zip
Qt-bb2e4df9bee3148e819c98410aa36e22dad95d7a.tar.gz
Qt-bb2e4df9bee3148e819c98410aa36e22dad95d7a.tar.bz2
Initial import of kinetic-animations branch from the old kinetic
repository to the new repository
Diffstat (limited to 'util/scripts/win-binary/config')
-rw-r--r--util/scripts/win-binary/config/addin.conf42
-rw-r--r--util/scripts/win-binary/config/addin7x.conf48
-rw-r--r--util/scripts/win-binary/config/config.aeryn2
-rw-r--r--util/scripts/win-binary/config/config.alessandro6411
-rw-r--r--util/scripts/win-binary/config/config.chiana1
-rw-r--r--util/scripts/win-binary/config/config.default17
-rw-r--r--util/scripts/win-binary/config/config.innsikt1
-rw-r--r--util/scripts/win-binary/config/config.kepler14
-rw-r--r--util/scripts/win-binary/config/config.planck17
-rw-r--r--util/scripts/win-binary/config/config.radeberger17
-rw-r--r--util/scripts/win-binary/config/config.samarin1
-rw-r--r--util/scripts/win-binary/config/eclipse.conf20
-rw-r--r--util/scripts/win-binary/config/mingw-opensource.conf95
-rw-r--r--util/scripts/win-binary/config/qsa.conf34
-rw-r--r--util/scripts/win-binary/config/qsa_eval.conf36
-rw-r--r--util/scripts/win-binary/config/qsa_gpl.conf34
-rw-r--r--util/scripts/win-binary/config/qtjambi-commercial.conf33
-rw-r--r--util/scripts/win-binary/config/qtjambi-eval.conf34
-rw-r--r--util/scripts/win-binary/config/vc60-commercial.conf110
-rw-r--r--util/scripts/win-binary/config/vc60-eval.conf133
-rw-r--r--util/scripts/win-binary/config/vs2003-commercial-vsip.conf131
-rw-r--r--util/scripts/win-binary/config/vs2003-commercial.conf110
-rw-r--r--util/scripts/win-binary/config/vs2003-demo.conf58
-rw-r--r--util/scripts/win-binary/config/vs2003-eval.conf124
-rw-r--r--util/scripts/win-binary/config/vs2005-ce-commercial.conf165
-rw-r--r--util/scripts/win-binary/config/vs2005-ce-eval.conf202
-rw-r--r--util/scripts/win-binary/config/vs2005-commercial-vsip.conf131
-rw-r--r--util/scripts/win-binary/config/vs2005-commercial.conf113
-rw-r--r--util/scripts/win-binary/config/vs2005-eval.conf127
-rw-r--r--util/scripts/win-binary/config/vs2005-qtdemo.conf115
-rw-r--r--util/scripts/win-binary/config/vs2008-ce-commercial.conf97
-rw-r--r--util/scripts/win-binary/config/vs2008-ce-eval.conf202
-rw-r--r--util/scripts/win-binary/config/vs2008-commercial-vsip.conf131
-rw-r--r--util/scripts/win-binary/config/vs2008-commercial.conf113
-rw-r--r--util/scripts/win-binary/config/vs2008-eval.conf127
-rw-r--r--util/scripts/win-binary/config/vsip.conf41
36 files changed, 2687 insertions, 0 deletions
diff --git a/util/scripts/win-binary/config/addin.conf b/util/scripts/win-binary/config/addin.conf
new file mode 100644
index 0000000..ad7daa4
--- /dev/null
+++ b/util/scripts/win-binary/config/addin.conf
@@ -0,0 +1,42 @@
+Section GETFILES
+copy extsync addin7x
+copy extsync addin60
+copy extsync debugext
+copy extsync vsip
+SectionEnd
+
+Section NSIS
+# general installer options
+installer begin "QMsAddin Collection"
+installer version "2.1"
+installer output "c:\iwmake\qt-vsaddin-collection-2.1.3.exe"
+installer startmenu "QMsAddin Collection v2.1"
+installer enable component_page
+installer enable directory_page
+installer enable admin_check
+installer enable uninstall_previous
+installer enable warn_no_qt_found
+installer enable optional_shortcutcreation
+installer instdir addin 0 "Add-ins Installation Directory"
+
+# license checking
+installer module licensecheck
+installer defineDir licensecheck licenseDir "addin7x"
+installer define licensecheck productlist "Universal|Desktop|DesktopLight|Console|UnsupportedEvaluation|SupportedEvaluation|FullSourceEvaluation|Academic|Educational"
+
+# addin options
+installer module addin7x
+
+# addin60 options
+installer module addin60
+
+# debugext options
+installer module debugext
+
+# help options
+installer module help
+
+# compile the package
+installer compile
+installer sign
+SectionEnd \ No newline at end of file
diff --git a/util/scripts/win-binary/config/addin7x.conf b/util/scripts/win-binary/config/addin7x.conf
new file mode 100644
index 0000000..34edb7b
--- /dev/null
+++ b/util/scripts/win-binary/config/addin7x.conf
@@ -0,0 +1,48 @@
+Section GETFILES
+copy extsync addin7x
+#copy extsync addin60
+copy extsync debugext
+#copy extsync vsip
+SectionEnd
+
+Section NSIS
+# general installer options
+installer begin "Qt4 Visual Studio Add-in"
+installer version "1.0b2"
+installer output "c:\iwmake\qt-vs-addin-1.0.0-beta2.exe"
+installer startmenu "Qt4 Visual Studio Add-in v1.0b2"
+installer enable component_page
+installer enable directory_page
+installer enable admin_check
+installer enable uninstall_previous
+#installer enable warn_no_qt_found
+installer enable optional_shortcutcreation
+installer instdir addin 0 "Add-ins Installation Directory"
+
+# license checking
+#installer module licensecheck
+#installer defineDir licensecheck licenseDir "addin7x"
+#installer define licensecheck productlist "Universal|Desktop|DesktopLight|Console|UnsupportedEvaluation|SupportedEvaluation|FullSourceEvaluation|Academic|Educational"
+installer licenseFile "%IWMAKE_ROOT%\LICENSE.QT4VSADDIN"
+
+# addin options
+installer module addin7x
+
+# addin60 options
+#installer module addin60
+
+# debugext options
+installer module debugext
+installer define debugext novc60
+installer define debugext novs2002
+installer define debugext novs2003
+
+# help options
+installer module help
+installer define help novs2002
+installer define help novs2003
+
+# compile the package
+installer compile
+installer sign
+SectionEnd
diff --git a/util/scripts/win-binary/config/config.aeryn b/util/scripts/win-binary/config/config.aeryn
new file mode 100644
index 0000000..48408a8
--- /dev/null
+++ b/util/scripts/win-binary/config/config.aeryn
@@ -0,0 +1,2 @@
+env perlPath c:\bin\perl\bin
+env NSISPath "c:\program files (x86)\NSIS"
diff --git a/util/scripts/win-binary/config/config.alessandro64 b/util/scripts/win-binary/config/config.alessandro64
new file mode 100644
index 0000000..b6233a3
--- /dev/null
+++ b/util/scripts/win-binary/config/config.alessandro64
@@ -0,0 +1,11 @@
+#where to find nsis
+env NSISPath "%ProgramFiles(x86)%\NSIS"
+
+#where to find perl
+env perlPath "c:\Perl64\bin"
+
+#where to find all external files
+env extroot "c:\temp\eclipse\binaries"
+
+#where to find packages
+env releaseLocation "http://localhost/qtpackagesforinstallertests"
diff --git a/util/scripts/win-binary/config/config.chiana b/util/scripts/win-binary/config/config.chiana
new file mode 100644
index 0000000..3380376
--- /dev/null
+++ b/util/scripts/win-binary/config/config.chiana
@@ -0,0 +1 @@
+env extroot \\tirion-nokia.troll.no\binaries \ No newline at end of file
diff --git a/util/scripts/win-binary/config/config.default b/util/scripts/win-binary/config/config.default
new file mode 100644
index 0000000..b515c54
--- /dev/null
+++ b/util/scripts/win-binary/config/config.default
@@ -0,0 +1,17 @@
+#root directory
+env root "c:\iwmake"
+
+#where to find all external files
+env extroot "\\tirion\binaries"
+
+#where to find mingw
+env mingwPath "c:\mingw"
+
+#where to find nsis
+env NSISPath "%ProgramFiles%\NSIS"
+
+#where to find perl
+env perlPath "c:\Perl\bin"
+
+#where to find packages
+env releaseLocation "http://tirion.troll.no/~qt/packages/%QT_VERSION%"
diff --git a/util/scripts/win-binary/config/config.innsikt b/util/scripts/win-binary/config/config.innsikt
new file mode 100644
index 0000000..5290526
--- /dev/null
+++ b/util/scripts/win-binary/config/config.innsikt
@@ -0,0 +1 @@
+env perlPath "C:\Program Files\activestateperl\bin"
diff --git a/util/scripts/win-binary/config/config.kepler b/util/scripts/win-binary/config/config.kepler
new file mode 100644
index 0000000..1958c03
--- /dev/null
+++ b/util/scripts/win-binary/config/config.kepler
@@ -0,0 +1,14 @@
+#root directory
+env root "f:\iwmake"
+
+#where to find mingw
+env mingwPath "f:\mingw"
+
+#where to find nsis
+env NSISPath "%ProgramFiles%\NSIS"
+
+#where to find perl
+env perlPath "f:\Perl\bin"
+
+#where to find packages
+env releaseLocation "http://ares.troll.no/~harald/packages"
diff --git a/util/scripts/win-binary/config/config.planck b/util/scripts/win-binary/config/config.planck
new file mode 100644
index 0000000..cc95a1f
--- /dev/null
+++ b/util/scripts/win-binary/config/config.planck
@@ -0,0 +1,17 @@
+env extroot "c:\lupinella"
+#env extroot "\\tirion.nokia.troll.no\binaries"
+
+#root directory
+env root "c:\iwmake"
+
+#where to find mingw
+env mingwPath "c:\mingw"
+
+#where to find nsis
+env NSISPath "%ProgramFiles%\NSIS"
+
+#where to find perl
+env perlPath "c:\Perl\bin"
+
+#where to find packages
+env releaseLocation "http://tirion.troll.no/~qt/packages"
diff --git a/util/scripts/win-binary/config/config.radeberger b/util/scripts/win-binary/config/config.radeberger
new file mode 100644
index 0000000..e0606c6
--- /dev/null
+++ b/util/scripts/win-binary/config/config.radeberger
@@ -0,0 +1,17 @@
+#root directory
+env root "c:\iwmake"
+
+#where to find all external files
+env extroot "\\lupinella\public\binaries"
+
+#where to find mingw
+env mingwPath "c:\mingw"
+
+#where to find nsis
+env NSISPath "%ProgramFiles%\NSIS"
+
+#where to find perl
+env perlPath "c:\Perl\bin"
+
+#where to find packages
+env releaseLocation "http://becks.troll.no/~espenr/"
diff --git a/util/scripts/win-binary/config/config.samarin b/util/scripts/win-binary/config/config.samarin
new file mode 100644
index 0000000..512abbd
--- /dev/null
+++ b/util/scripts/win-binary/config/config.samarin
@@ -0,0 +1 @@
+env NSISPath "c:\program files (x86)\NSIS" \ No newline at end of file
diff --git a/util/scripts/win-binary/config/eclipse.conf b/util/scripts/win-binary/config/eclipse.conf
new file mode 100644
index 0000000..2969dd4
--- /dev/null
+++ b/util/scripts/win-binary/config/eclipse.conf
@@ -0,0 +1,20 @@
+Section GETFILES
+copy extsync eclipse
+SectionEnd
+
+Section NSIS
+# general installer options
+installer begin "Qt Eclipse Integration"
+installer version "1.4.0"
+installer output "c:\iwmake\qt-eclipse-integration-win32-${PRODUCT_VERSION}.exe"
+installer startmenu "Qt Eclipse Integration v${PRODUCT_VERSION}"
+installer licenseFile "%IWMAKE_ROOT%\eclipse\plugins\com.trolltech.qtcpp.feature_${PRODUCT_VERSION}\license.txt"
+installer enable directory_page
+installer enable uninstall_previous
+installer instdir eclipse 0 "Integration Installation Directory"
+
+installer module eclipse
+
+# compile the package
+installer compile
+SectionEnd
diff --git a/util/scripts/win-binary/config/mingw-opensource.conf b/util/scripts/win-binary/config/mingw-opensource.conf
new file mode 100644
index 0000000..88e8c9e
--- /dev/null
+++ b/util/scripts/win-binary/config/mingw-opensource.conf
@@ -0,0 +1,95 @@
+#extracts the package to buildDir
+
+extract dest "build_mingw_opensource"
+Section EXTRACT
+extract extUnpack "qt-win-opensource-src-%QT_VERSION%.zip"
+SectionEnd
+
+#build the binaries
+build begin mingw "build_mingw_opensource"
+
+Section CONFIGURE
+build configure "-confirm-license -debug-and-release -plugin-sql-sqlite -plugin-sql-odbc -qt-libpng -qt-libjpeg -openssl"
+SectionEnd
+
+Section BUILD
+build bin
+SectionEnd
+
+build finish
+
+# organize release files
+Section ORGANIZE
+delete dir "release_mingw_opensource"
+
+copy dest "release_mingw_opensource"
+copy src "build_mingw_opensource"
+
+# extract everything once more
+extract dest "release_mingw_opensource"
+extract unpack "qt-win-opensource-src-%QT_VERSION%.zip"
+
+# qconfig.h
+copy file "src\corelib\global\qconfig.h"
+copy file "include\QtCore\qconfig.h"
+copy file "include\Qt\qconfig.h"
+
+# qconfig.pri
+copy file "mkspecs\qconfig.pri"
+
+# .qmake.cache
+copy file ".qmake.cache"
+
+# default mkspec
+copy files "mkspecs\default\*" "mkspecs\default\"
+
+# copy all binary files
+copy all "*.a"
+copy all "*.exe"
+copy all "*.dll"
+
+# .prl files
+copy files "lib\*.prl" "lib\"
+
+# assistant help files
+copy all "*.qch"
+
+# remove unused stuff
+delete files "lib\*.dll"
+
+# copy InetLoad license info
+copy files "..\INetLoad\Readme.txt" "src\3rdparty\InetLoad\"
+
+SectionEnd
+
+Section NSIS
+# general installer options
+installer begin "Qt OpenSource"
+installer version "%QT_VERSION%"
+installer output "c:\iwmake\qt-win-opensource-%QT_VERSION%-mingw.exe"
+installer startmenu "Qt by Nokia v%QT_VERSION% (OpenSource)"
+installer enable component_page
+installer enable directory_page
+installer enable startmenu_page
+installer instdir mingw 0 "Qt Installation Directory"
+installer licenseFile "%IWMAKE_ROOT%\release_mingw_opensource\.LICENSE-MERGED-GPL2-GPL3"
+#installer licenseFile "%IWMAKE_ROOT%\release_mingw_opensource\LICENSE.PREVIEW.OPENSOURCE"
+
+installer runfunction "Run Examples and Demos"
+installer readmefunction "Show Documentation"
+
+installer module registeruiext
+installer module opensource
+
+# mingw options
+installer module mingw
+installer src mingw "release_mingw_opensource"
+installer makeFileList mingw "release_mingw_opensource"
+installer buildDir mingw "build_mingw_opensource"
+installer enable nodirlengthcheck
+SectionEnd
+
+# compile the package
+Section NSIS_COMPILE
+installer compile
+SectionEnd
diff --git a/util/scripts/win-binary/config/qsa.conf b/util/scripts/win-binary/config/qsa.conf
new file mode 100644
index 0000000..f585515
--- /dev/null
+++ b/util/scripts/win-binary/config/qsa.conf
@@ -0,0 +1,34 @@
+env releaseLocation "http://anarki.troll.no/~gunnar/packages" "" ""
+
+Section EXTRACT
+extract dest "qsa"
+extract extUnpack "qsa-win-commercial-%QSA_VERSION_NUMBER%.zip"
+SectionEnd
+
+Section NSIS
+# general installer options
+installer begin "QSA"
+installer version "%QSA_VERSION_NUMBER%"
+installer output "c:\iwmake\qsa-win-commercial-%QSA_VERSION_NUMBER%.exe"
+installer startmenu "Trolltech QSA v%QSA_VERSION_NUMBER%"
+installer enable directory_page
+installer enable admin_check
+installer instdir qsa 0 "QSA Installation Directory"
+
+installer welcomenote "This wizard will guide you through the installation of QSA v%QSA_VERSION_NUMBER%.\r\n\r\nQSA %QSA_VERSION_NUMBER% requires Qt 4.0.1 snapshots or later.\r\n\r\nThe installer will try to determine your development environment. If you experience problems installing QSA %QSA_VERSION_NUMBER%, please make sure the PATH and QMAKESPEC environment variables are set up correctly and try again.\r\n\r\nClick Next to continue."
+
+#installer licenseFile "%IWMAKE_ROOT%\qsa\LICENSE.PREVIEW"
+
+# key checker
+installer module licensecheck
+installer defineDir licensecheck licenseDir "qsa"
+installer define licensecheck productlist "Universal|Desktop"
+installer define licensecheck checkproduct "QSA"
+
+# INSERT qsa module (specify root if path to sources is different than qsa)
+installer module qsa
+
+# compile the package
+installer compile
+installer sign
+SectionEnd
diff --git a/util/scripts/win-binary/config/qsa_eval.conf b/util/scripts/win-binary/config/qsa_eval.conf
new file mode 100644
index 0000000..5f595e5
--- /dev/null
+++ b/util/scripts/win-binary/config/qsa_eval.conf
@@ -0,0 +1,36 @@
+env releaseLocation "http://anarki.troll.no/~gunnar/packages" "" ""
+
+Section EXTRACT
+extract dest "qsa"
+extract extUnpack "qsa-win-eval-1.2.2.zip"
+SectionEnd
+
+Section NSIS
+# general installer options
+installer begin "QSA"
+installer version "1.2.2"
+installer output "c:\iwmake\qsa-win-eval-1.2.2.exe"
+installer startmenu "Trolltech QSA v1.2.2"
+installer enable directory_page
+# installer enable admin_check
+installer instdir qsa 0 "QSA Installation Directory"
+
+installer welcomenote "This wizard will guide you through the installation of QSA v1.2.2.\r\n\r\nQSA 1.2.2 requires Qt 4.0.1 snapshots or later.\r\n\r\nThe installer will try to determine your development environment. If you experience problems installing QSA 1.2.2, please make sure the PATH and QMAKESPEC environment variables are set up correctly and try again.\r\n\r\nClick Next to continue."
+
+# installer licenseFile "%IWMAKE_ROOT%\qsa\LICENSE.PREVIEW"
+
+# key checker
+installer module licensecheck
+installer defineDir licensecheck licenseDir "qsa"
+installer define licensecheck license "LICENSE.EVAL"
+installer define licensecheck uslicense "LICENSE.EVAL"
+installer define licensecheck productlist "UnsupportedEvaluation|SupportedEvaluation|FullSourceEvaluation|Desktop|Universal"
+installer define licensecheck checkproduct "QSA"
+
+# INSERT qsa module (specify root if path to sources is different than qsa)
+installer module qsa
+
+# compile the package
+installer compile
+installer sign
+SectionEnd
diff --git a/util/scripts/win-binary/config/qsa_gpl.conf b/util/scripts/win-binary/config/qsa_gpl.conf
new file mode 100644
index 0000000..e599605
--- /dev/null
+++ b/util/scripts/win-binary/config/qsa_gpl.conf
@@ -0,0 +1,34 @@
+env releaseLocation "http://anarki.troll.no/~gunnar/packages" "" ""
+
+Section EXTRACT
+extract dest "qsa"
+extract extUnpack "qsa-win-opensource-1.2.2.zip"
+SectionEnd
+
+Section NSIS
+# general installer options
+installer begin "QSA"
+installer version "1.2.2"
+installer output "c:\iwmake\qsa-win-opensource-1.2.2.exe"
+installer startmenu "Trolltech QSA v1.2.2"
+installer enable directory_page
+installer enable admin_check
+installer instdir qsa 0 "QSA Installation Directory"
+
+installer welcomenote "This wizard will guide you through the installation of QSA v1.2.2.\r\n\r\nQSA 1.2.2 requires Qt 4.0.1 snapshots or later.\r\n\r\nThe installer will try to determine your development environment. If you experience problems installing QSA 1.2.2, please make sure the PATH and QMAKESPEC environment variables are set up correctly and try again.\r\n\r\nClick Next to continue."
+
+installer licenseFile "%IWMAKE_ROOT%\qsa\LICENSE.GPL"
+
+# key checker
+#installer module licensecheck
+#installer defineDir licensecheck license "qsa\.LICENSE"
+#installer defineDir licensecheck uslicense "qsa\.LICENSE-US"
+#installer define licensecheck productlist "Universal|Desktop"
+#installer define licensecheck checkproduct "QSA"
+
+# INSERT qsa module (specify root if path to sources is different than qsa)
+installer module qsa
+
+# compile the package
+installer compile
+SectionEnd
diff --git a/util/scripts/win-binary/config/qtjambi-commercial.conf b/util/scripts/win-binary/config/qtjambi-commercial.conf
new file mode 100644
index 0000000..3ce1e76
--- /dev/null
+++ b/util/scripts/win-binary/config/qtjambi-commercial.conf
@@ -0,0 +1,33 @@
+env releaseLocation "http://anarki.troll.no/~gunnar/packages/commercial"
+
+delete dir "qtjambi_commercial"
+extract dest "qtjambi_commercial"
+extract extUnpack "qtjambi-win32-commercial-%QTJAMBI_VERSION%.zip"
+
+Section NSIS
+# general installer options
+installer begin "Qt Jambi"
+installer version "%QTJAMBI_VERSION%"
+installer output "x:\public_html\packages\commercial\qtjambi-win32-commercial-%QTJAMBI_VERSION%.exe"
+installer startmenu "Qt Jambi by Nokia v4.3.3_01"
+installer makeFileList qtjambi "qtjambi_commercial"
+
+installer enable directory_page
+installer enable startmenu_page
+installer instdir qtjambi 0 "Qt Jambi Installation Directory"
+
+# license checking
+installer module licensecheck
+installer define licensecheck license "LICENSE"
+installer define licensecheck uslicense "LICENSE"
+installer defineDir licensecheck licenseDir "qtjambi_commercial"
+installer define licensecheck productlist "Universal|Desktop|DesktopLight|Console|FullSourceEvaluation|Academic|Educational"
+
+installer module qtjambi
+
+# compile the package
+installer compile
+installer sign
+SectionEnd
+
+
diff --git a/util/scripts/win-binary/config/qtjambi-eval.conf b/util/scripts/win-binary/config/qtjambi-eval.conf
new file mode 100644
index 0000000..4411ca3
--- /dev/null
+++ b/util/scripts/win-binary/config/qtjambi-eval.conf
@@ -0,0 +1,34 @@
+env releaseLocation "http://anarki.troll.no/~gunnar/packages/eval"
+
+delete dir "qtjambi_evaluation"
+extract dest "qtjambi_evaluation"
+extract extUnpack "qtjambi-win32-eval-%QTJAMBI_VERSION%.zip"
+
+Section NSIS
+# general installer options
+installer begin "Qt Jambi Evaluation"
+installer version "%QTJAMBI_VERSION%"
+installer output "x:\public_html\packages\eval\qtjambi-win32-eval-%QTJAMBI_VERSION%.exe"
+installer startmenu "Qt Jambi by Nokia v4.3.3_01"
+installer makeFileList qtjambi "qtjambi_evaluation"
+
+installer enable directory_page
+installer enable startmenu_page
+installer instdir qtjambi 0 "Qt Jambi Installation Directory"
+
+# license checking
+installer module licensecheck
+installer define licensecheck license "LICENSE.EVAL"
+installer define licensecheck uslicense "LICENSE.EVAL"
+installer defineDir licensecheck licenseDir "qtjambi_evaluation"
+installer define licensecheck productlist "UnsupportedEvaluation|SupportedEvaluation|FullSourceEvaluation"
+
+installer module qtjambi
+installer module evaluation
+
+# compile the package
+installer compile
+installer sign
+SectionEnd
+
+
diff --git a/util/scripts/win-binary/config/vc60-commercial.conf b/util/scripts/win-binary/config/vc60-commercial.conf
new file mode 100644
index 0000000..1c2877d
--- /dev/null
+++ b/util/scripts/win-binary/config/vc60-commercial.conf
@@ -0,0 +1,110 @@
+#extracts the package to buildDir
+extract dest "build_vc60_commercial_________________PADDING_________________"
+Section EXTRACT
+extract extUnpack "qt-win-commercial-src-%QT_VERSION%.zip"
+#delete line with "activeqt" in examples.pro file (don't build this)
+delete line "build_vc60_commercial_________________PADDING_________________\examples\examples.pro" "activeqt"
+SectionEnd
+
+#build the binaries
+build begin vc60 "build_vc60_commercial_________________PADDING_________________"
+
+Section CONFIGURE
+build configure "-confirm-license -plugin-sql-sqlite -plugin-sql-odbc -qt-libpng -qt-libjpeg -no-phonon -openssl"
+SectionEnd
+
+Section BUILD
+build bin sub-src
+build binInDir "tools"
+build binInDir "demos" release
+build binInDir "examples" release
+build dbPlugins
+SectionEnd
+
+build finish
+
+# organize release files
+Section ORGANIZE
+delete dir "release_vc60_commercial"
+
+copy dest "release_vc60_commercial"
+copy src "build_vc60_commercial_________________PADDING_________________"
+
+# extract everything once more
+extract dest "release_vc60_commercial"
+extract unpack "qt-win-commercial-src-%QT_VERSION%.zip"
+
+# copying program database files
+copy files "lib\*.pdb" "bin\"
+copy files "src\winmain\*.pdb" "src\winmain\"
+
+# moc files (exclude release moc files)
+copy filesEx "src\moc_*.cpp" "src\" "release_shared"
+copy filesEx "src\*.moc" "src\" "release_shared"
+
+# qconfig.h
+copy file "src\corelib\global\qconfig.h"
+copy file "include\QtCore\qconfig.h"
+copy file "include\Qt\qconfig.h"
+
+# qconfig.pri
+copy file "mkspecs\qconfig.pri"
+
+# .qmake.cache
+copy file ".qmake.cache"
+
+# default mkspec
+copy files "mkspecs\default\*" "mkspecs\default\"
+
+# copy all binary files
+copy all "*.lib"
+copy all "*.exe"
+copy all "*.dll"
+
+# .prl files
+copy files "lib\*.prl" "lib\"
+
+# assistant help files
+copy all "*.qch"
+
+# remove unused stuff
+delete files "lib\*.dll"
+SectionEnd
+
+Section NSIS
+# general installer options
+installer begin "Qt Commercial"
+installer version "%QT_VERSION%"
+installer output "c:\iwmake\qt-win-commercial-%QT_VERSION%-vc60.exe"
+installer startmenu "Qt by Nokia v%QT_VERSION% (VC60)"
+
+installer enable component_page
+installer enable directory_page
+installer enable startmenu_page
+
+installer instdir msvc 0 "Qt Installation Directory"
+
+installer runfunction "Run Examples and Demos"
+installer readmefunction "Show Documentation"
+
+#installer define licensecheck license "LICENSE.PREVIEW.COMMERCIAL"
+#installer define licensecheck uslicense "LICENSE.PREVIEW.COMMERCIAL"
+
+# license checking
+installer module licensecheck
+installer defineDir licensecheck licenseDir "release_vc60_commercial"
+installer define licensecheck productlist "Universal|Desktop|DesktopLight|Console|FullSourceEvaluation|Academic|Educational"
+
+installer module registeruiext
+
+# msvc options
+installer module msvc
+installer src msvc "release_vc60_commercial"
+installer makeFileList msvc "release_vc60_commercial"
+installer buildDir msvc "build_vc60_commercial_________________PADDING_________________"
+installer define msvc vc60
+
+# compile the package
+installer compile
+installer sign
+SectionEnd
diff --git a/util/scripts/win-binary/config/vc60-eval.conf b/util/scripts/win-binary/config/vc60-eval.conf
new file mode 100644
index 0000000..f2fc154
--- /dev/null
+++ b/util/scripts/win-binary/config/vc60-eval.conf
@@ -0,0 +1,133 @@
+#extracts the package to buildDir
+extract dest "build_vc60_evaluation_________________PADDING_________________"
+Section EXTRACT
+extract extUnpack "qt-win-commercial-src-%QT_VERSION%.zip"
+extract extPatch "qt-win-evalpatches-src-%QT_VERSION%.zip"
+#delete line with "activeqt" in examples.pro file (don't build this)
+delete line "build_vc60_evaluation_________________PADDING_________________\examples\examples.pro" "activeqt"
+SectionEnd
+
+Section GETFILES
+copy extsync addin60
+copy extsync debugext
+SectionEnd
+
+#build the binaries
+build begin vc60 "build_vc60_evaluation_________________PADDING_________________"
+
+Section CONFIGURE
+build configure "-confirm-license -plugin-sql-sqlite -plugin-sql-odbc -qt-libpng -qt-libjpeg -openssl -no-phonon -D QT_EVAL"
+SectionEnd
+
+Section BUILD
+build bin sub-src
+build binInDir "tools"
+build binInDir "demos" release
+build binInDir "examples" release
+build dbPlugins
+SectionEnd
+
+build finish
+
+# organize release files
+Section ORGANIZE
+delete dir "release_vc60_evaluation"
+
+copy dest "release_vc60_evaluation"
+copy src "build_vc60_evaluation_________________PADDING_________________"
+
+# extract everything once more
+extract dest "release_vc60_evaluation"
+extract unpack "qt-win-commercial-src-%QT_VERSION%.zip"
+
+# create header files
+copy syncqt
+
+delete destDir "src"
+delete destDir "tools"
+delete destDir "qmake"
+
+# phrasebooks & porting .xml file
+copy files "tools\linguist\phrasebooks\*.qph" "phrasebooks\"
+copy files "tools\porting\src\*.xml" ""
+
+# copying program database files
+copy files "lib\*.pdb" "bin\"
+copy files "src\winmain\*.pdb" "src\winmain\"
+
+# qconfig.h
+copy files "src\corelib\global\qconfig.h" "include\Qt\"
+
+# qconfig.pri
+copy file "mkspecs\qconfig.pri"
+
+# .qmake.cache
+copy file ".qmake.cache"
+
+# default mkspec
+copy files "mkspecs\default\*" "mkspecs\default\"
+
+# copy all binary files
+copy all "*.lib"
+copy all "*.exe"
+copy all "*.dll"
+
+# .prl files
+copy files "lib\*.prl" "lib\"
+
+# assistant help files
+copy all "*.qch"
+
+# remove unused stuff
+delete files "lib\*.dll"
+delete file "configure.exe"
+
+# copy some activeqt stuff needed to compile examples
+copy file "src\activeqt\control\qaxserver.rc"
+copy file "src\activeqt\control\qaxserver.ico"
+copy file "src\activeqt\control\qaxserver.def"
+SectionEnd
+
+Section NSIS
+# general installer options
+installer begin "Qt Evaluation"
+installer version "%QT_VERSION%"
+installer output "c:\iwmake\qt-win-eval-%QT_VERSION%-vc60.exe"
+installer startmenu "Qt by Nokia v%QT_VERSION% (Eval. VC60)"
+
+installer enable component_page
+installer enable directory_page
+installer enable startmenu_page
+
+installer instdir msvc 0 "Qt v%QT_VERSION%:"
+installer instdir addin 1 "Visual Studio Add-In:"
+
+installer runfunction "Run Examples and Demos"
+installer readmefunction "Show Documentation"
+
+# license checking
+installer module licensecheck
+installer defineDir licensecheck licenseDir "release_vc60_evaluation"
+installer define licensecheck productlist "UnsupportedEvaluation|SupportedEvaluation|FullSourceEvaluation"
+
+installer module evaluation
+installer module environment
+installer module registeruiext
+
+# msvc options
+installer module msvc
+installer src msvc "release_vc60_evaluation"
+installer makeFileList msvc "release_vc60_evaluation"
+installer buildDir msvc "build_vc60_evaluation_________________PADDING_________________"
+installer define msvc vc60
+
+# help options
+installer module addin60
+
+# debugext options
+installer module debugext
+
+# compile the package
+installer compile
+installer sign
+SectionEnd
diff --git a/util/scripts/win-binary/config/vs2003-commercial-vsip.conf b/util/scripts/win-binary/config/vs2003-commercial-vsip.conf
new file mode 100644
index 0000000..4f3ba8b
--- /dev/null
+++ b/util/scripts/win-binary/config/vs2003-commercial-vsip.conf
@@ -0,0 +1,131 @@
+#extracts the package to buildDir
+extract dest "build_vs2003_commercial_vsip_________________PADDING_________________"
+Section EXTRACT
+extract extUnpack "qt-win-commercial-src-%QT_VERSION%.zip"
+#delete line with "activeqt" in examples.pro file (don't build this)
+delete line "build_vs2003_commercial_vsip_________________PADDING_________________\examples\examples.pro" "activeqt"
+SectionEnd
+
+Section GETFILES
+copy extsync vsip
+copy extsync debugext
+SectionEnd
+
+#build the binaries
+build begin vs2003 "build_vs2003_commercial_vsip_________________PADDING_________________"
+
+Section CONFIGURE
+build configure "-confirm-license -plugin-sql-sqlite -plugin-sql-odbc -qt-libpng -qt-libjpeg -openssl"
+SectionEnd
+
+Section BUILD
+build bin sub-src
+build binInDir "tools"
+build binInDir "demos" release
+build binInDir "examples" release
+build dbPlugins
+SectionEnd
+
+build finish
+
+# organize release files
+Section ORGANIZE
+delete dir "release_vs2003_commercial_vsip"
+
+copy dest "release_vs2003_commercial_vsip"
+copy src "build_vs2003_commercial_vsip_________________PADDING_________________"
+
+# extract everything once more
+extract dest "release_vs2003_commercial_vsip"
+extract unpack "qt-win-commercial-src-%QT_VERSION%.zip"
+
+# copying program database files
+copy files "lib\*.pdb" "bin\"
+copy files "src\winmain\*.pdb" "src\winmain\"
+
+# moc files (exclude release moc files)
+copy filesEx "src\moc_*.cpp" "src\" "release_shared"
+copy filesEx "src\*.moc" "src\" "release_shared"
+
+# qconfig.h
+copy file "src\corelib\global\qconfig.h"
+copy file "include\QtCore\qconfig.h"
+copy file "include\Qt\qconfig.h"
+
+# qconfig.pri
+copy file "mkspecs\qconfig.pri"
+
+# .qmake.cache
+copy file ".qmake.cache"
+
+# default mkspec
+copy files "mkspecs\default\*" "mkspecs\default\"
+
+# copy all binary files
+copy all "*.lib"
+copy all "*.exe"
+copy all "*.dll"
+
+# copy manifest files (vs2003 stuff)
+copy all "*.manifest"
+
+# .prl files
+copy files "lib\*.prl" "lib\"
+
+# assistant help files
+copy all "*.qch"
+
+# remove unused stuff
+delete files "lib\*.dll"
+SectionEnd
+
+Section NSIS
+# general installer options
+installer begin "Qt Commercial"
+installer version "%QT_VERSION%"
+installer output "c:\iwmake\qt-win-commercial-vsintegration-%QT_VERSION%-vs2003.exe"
+installer startmenu "Qt by Nokia v%QT_VERSION% (VS2003)"
+
+installer enable component_page
+installer enable directory_page
+installer enable startmenu_page
+
+installer instdir msvc 0 "Qt Installation Directory"
+installer instdir vsip 1 "Visual Studio Integration:"
+
+installer runfunction "Run Examples and Demos"
+installer readmefunction "Show Documentation"
+
+#installer define licensecheck license "LICENSE.PREVIEW.COMMERCIAL"
+#installer define licensecheck uslicense "LICENSE.PREVIEW.COMMERCIAL"
+
+# license checking
+installer module licensecheck
+installer defineDir licensecheck licenseDir "release_vs2003_commercial_vsip"
+installer define licensecheck productlist "Universal|Desktop|DesktopLight|Console|FullSourceEvaluation|Academic|Educational"
+
+installer module registeruiext
+
+# msvc options
+installer module msvc
+installer src msvc "release_vs2003_commercial_vsip"
+installer makeFileList msvc "release_vs2003_commercial_vsip"
+installer buildDir msvc "build_vs2003_commercial_vsip_________________PADDING_________________"
+installer define msvc vs2003
+
+# vsip options
+installer module vsip
+installer define vsip version "1.4.0"
+installer define vsip no2005
+installer define vsip no2008
+
+# help options
+installer module help
+
+# debugext options
+installer module debugext
+
+# compile the package
+installer compile
+installer sign
+SectionEnd
diff --git a/util/scripts/win-binary/config/vs2003-commercial.conf b/util/scripts/win-binary/config/vs2003-commercial.conf
new file mode 100644
index 0000000..2d3a47f
--- /dev/null
+++ b/util/scripts/win-binary/config/vs2003-commercial.conf
@@ -0,0 +1,110 @@
+#extracts the package to buildDir
+extract dest "build_vs2003_commercial_________________PADDING_________________"
+Section EXTRACT
+extract extUnpack "qt-win-commercial-src-%QT_VERSION%.zip"
+#delete line with "activeqt" in examples.pro file (don't build this)
+delete line "build_vs2003_commercial_________________PADDING_________________\examples\examples.pro" "activeqt"
+SectionEnd
+
+#build the binaries
+build begin vs2003 "build_vs2003_commercial_________________PADDING_________________"
+
+Section CONFIGURE
+build configure "-confirm-license -plugin-sql-sqlite -plugin-sql-odbc -qt-libpng -qt-libjpeg -openssl"
+SectionEnd
+
+Section BUILD
+build bin sub-src
+build binInDir "tools"
+build binInDir "demos" release
+build binInDir "examples" release
+build dbPlugins
+SectionEnd
+
+build finish
+
+# organize release files
+Section ORGANIZE
+delete dir "release_vs2003_commercial"
+
+copy dest "release_vs2003_commercial"
+copy src "build_vs2003_commercial_________________PADDING_________________"
+
+# extract everything once more
+extract dest "release_vs2003_commercial"
+extract unpack "qt-win-commercial-src-%QT_VERSION%.zip"
+
+# copying program database files
+copy files "lib\*.pdb" "bin\"
+copy files "src\winmain\*.pdb" "src\winmain\"
+
+# moc files (exclude release moc files)
+copy filesEx "src\moc_*.cpp" "src\" "release_shared"
+copy filesEx "src\*.moc" "src\" "release_shared"
+
+# qconfig.h
+copy file "src\corelib\global\qconfig.h"
+copy file "include\QtCore\qconfig.h"
+copy file "include\Qt\qconfig.h"
+
+# qconfig.pri
+copy file "mkspecs\qconfig.pri"
+
+# .qmake.cache
+copy file ".qmake.cache"
+
+# default mkspec
+copy files "mkspecs\default\*" "mkspecs\default\"
+
+# copy all binary files
+copy all "*.lib"
+copy all "*.exe"
+copy all "*.dll"
+
+# .prl files
+copy files "lib\*.prl" "lib\"
+
+# assistant help files
+copy all "*.qch"
+
+# remove unused stuff
+delete files "lib\*.dll"
+SectionEnd
+
+Section NSIS
+# general installer options
+installer begin "Qt Commercial"
+installer version "%QT_VERSION%"
+installer output "c:\iwmake\qt-win-commercial-%QT_VERSION%-vs2003.exe"
+installer startmenu "Qt by Nokia v%QT_VERSION% (VS2003)"
+installer enable component_page
+installer enable directory_page
+installer enable startmenu_page
+installer instdir msvc 0 "Qt Installation Directory"
+
+installer runfunction "Run Examples and Demos"
+installer readmefunction "Show Documentation"
+
+#installer define licensecheck license "LICENSE.PREVIEW.COMMERCIAL"
+#installer define licensecheck uslicense "LICENSE.PREVIEW.COMMERCIAL"
+
+# license checking
+installer module licensecheck
+installer defineDir licensecheck licenseDir "release_vs2003_commercial"
+installer define licensecheck productlist "Universal|Desktop|DesktopLight|Console|FullSourceEvaluation|Academic|Educational"
+
+installer module registeruiext
+
+# msvc options
+installer module msvc
+installer src msvc "release_vs2003_commercial"
+installer makeFileList msvc "release_vs2003_commercial"
+installer buildDir msvc "build_vs2003_commercial_________________PADDING_________________"
+installer define msvc vs2003
+SectionEnd
+
+# compile the package
+Section NSIS_COMPILE
+installer compile
+installer sign
+SectionEnd
diff --git a/util/scripts/win-binary/config/vs2003-demo.conf b/util/scripts/win-binary/config/vs2003-demo.conf
new file mode 100644
index 0000000..ef2d48d
--- /dev/null
+++ b/util/scripts/win-binary/config/vs2003-demo.conf
@@ -0,0 +1,58 @@
+#extracts the package to buildDir
+Section Extract
+copy dest "build_vs2003_demo_________________PADDING_________________"
+copy package "qt-win-commercial-desktop-4.0.0.zip"
+SectionEnd
+
+#build the binaries
+build begin vs2003 "build_vs2003_demo_________________PADDING_________________"
+
+Section Configure
+build configure "-confirm-license -release -plugin-sql-sqlite -plugin-sql-odbc -qt-libpng -qt-libjpeg"
+SectionEnd
+
+Section Build
+build bin
+SectionEnd
+
+build finish
+
+# organize release files
+Section Organize
+delete dir "release_vs2003_demo"
+
+copy dest "release_vs2003_demo"
+copy src "build_vs2003_demo_________________PADDING_________________"
+
+copy files "bin\*.dll" "bin\"
+copy files "doc\*" "doc\"
+copy files "demos\*.exe" "demos\"
+copy files "examples\*.exe" "examples\"
+copy file "bin\qtdemo.exe" "bin\"
+copy file "bin\assistant.exe" "bin\"
+copy runtime "71"
+SectionEnd
+
+# update the nsis plugins
+installer updateplugins
+
+# general installer options
+installer begin "Qt Demos"
+installer version "4.0.0"
+installer output "c:\iwmake\qt-demos_4.0.0.exe"
+installer startmenu "Qt Demos v4.0.0"
+installer enable component_page
+installer enable directory_page
+installer instdir msvc 0 "Qt Installation Directory"
+
+installer module environment
+installer module registeruiext
+
+# msvc7x options
+installer module msvc
+installer define msvc nodefault
+installer src msvc "release_vs2003_demo"
+installer buildDir msvc "build_vs2003_demo_________________PADDING_________________"
+
+# compile the package
+installer compile \ No newline at end of file
diff --git a/util/scripts/win-binary/config/vs2003-eval.conf b/util/scripts/win-binary/config/vs2003-eval.conf
new file mode 100644
index 0000000..d139fc9
--- /dev/null
+++ b/util/scripts/win-binary/config/vs2003-eval.conf
@@ -0,0 +1,124 @@
+#extracts the package to buildDir
+extract dest "build_vs2003_evaluation_________________PADDING_________________"
+Section EXTRACT
+extract extUnpack "qt-win-commercial-src-%QT_VERSION%.zip"
+extract extPatch "qt-win-evalpatches-src-%QT_VERSION%.zip"
+#delete line with "activeqt" in examples.pro file (don't build this)
+delete line "build_vs2003_evaluation_________________PADDING_________________\examples\examples.pro" "activeqt"
+SectionEnd
+
+Section GETFILES
+copy extsync debugext
+SectionEnd
+
+#build the binaries
+build begin vs2003 "build_vs2003_evaluation_________________PADDING_________________"
+
+Section CONFIGURE
+build configure "-confirm-license -plugin-sql-sqlite -plugin-sql-odbc -qt-libpng -qt-libjpeg -openssl -D QT_EVAL"
+SectionEnd
+
+Section BUILD
+build bin sub-src
+build binInDir "tools"
+build binInDir "demos" release
+build binInDir "examples" release
+build dbPlugins
+SectionEnd
+
+build finish
+
+# organize release files
+Section ORGANIZE
+delete dir "release_vs2003_evaluation"
+
+copy dest "release_vs2003_evaluation"
+copy src "build_vs2003_evaluation_________________PADDING_________________"
+
+# extract everything once more
+extract dest "release_vs2003_evaluation"
+extract unpack "qt-win-commercial-src-%QT_VERSION%.zip"
+
+# create header files
+copy syncqt
+
+delete destDir "src"
+delete destDir "tools"
+delete destDir "qmake"
+
+# phrasebooks & porting .xml file
+copy files "tools\linguist\phrasebooks\*.qph" "phrasebooks\"
+copy files "tools\porting\src\*.xml" ""
+
+# copying program database files
+copy files "lib\*.pdb" "bin\"
+copy files "src\winmain\*.pdb" "src\winmain\"
+
+# qconfig.h
+copy files "src\corelib\global\qconfig.h" "include\Qt\"
+
+# qconfig.pri
+copy file "mkspecs\qconfig.pri"
+
+# .qmake.cache
+copy file ".qmake.cache"
+
+# default mkspec
+copy files "mkspecs\default\*" "mkspecs\default\"
+
+# copy all binary files
+copy all "*.lib"
+copy all "*.exe"
+copy all "*.dll"
+
+# .prl files
+copy files "lib\*.prl" "lib\"
+
+# assistant help files
+copy all "*.qch"
+
+# remove unused stuff
+delete files "lib\*.dll"
+delete file "configure.exe"
+
+# copy some activeqt stuff needed to compile examples
+copy file "src\activeqt\control\qaxserver.rc"
+copy file "src\activeqt\control\qaxserver.ico"
+copy file "src\activeqt\control\qaxserver.def"
+SectionEnd
+
+Section NSIS
+# general installer options
+installer begin "Qt Evaluation"
+installer version "%QT_VERSION%"
+installer output "c:\iwmake\qt-win-eval-%QT_VERSION%-vs2003.exe"
+installer startmenu "Qt by Nokia v%QT_VERSION% (Eval. VS2003)"
+
+installer enable component_page
+installer enable directory_page
+installer enable startmenu_page
+
+installer instdir msvc 0 "Qt v%QT_VERSION%:"
+
+installer runfunction "Run Examples and Demos"
+installer readmefunction "Show Documentation"
+
+# license checking
+installer module licensecheck
+installer defineDir licensecheck licenseDir "release_vs2003_evaluation"
+installer define licensecheck productlist "UnsupportedEvaluation|SupportedEvaluation|FullSourceEvaluation"
+
+installer module evaluation
+installer module registeruiext
+
+# msvc options
+installer module msvc
+installer src msvc "release_vs2003_evaluation"
+installer makeFileList msvc "release_vs2003_evaluation"
+installer buildDir msvc "build_vs2003_evaluation_________________PADDING_________________"
+installer define msvc vs2003
+
+# compile the package
+installer compile
+installer sign
+SectionEnd
diff --git a/util/scripts/win-binary/config/vs2005-ce-commercial.conf b/util/scripts/win-binary/config/vs2005-ce-commercial.conf
new file mode 100644
index 0000000..dbfaa41
--- /dev/null
+++ b/util/scripts/win-binary/config/vs2005-ce-commercial.conf
@@ -0,0 +1,165 @@
+# qt-%QT_VERSION%
+env releaseLocation "http://tirion.troll.no/~qt/packages/%QT_VERSION%"
+
+#extracts the package to buildDir
+extract dest "qtsources"
+Section EXTRACT
+# qt-%QT_VERSION%
+extract extUnpack "qt-embedded-wince-commercial-src-%QT_VERSION%.zip"
+#delete line with "activeqt" in examples.pro file (don't build this)
+delete line "qtsources\examples\examples.pro" "activeqt"
+
+SectionEnd
+
+#build the WIN32 binaries
+build begin vs2005 "build_vs2005_ce_win32_commercial_________________PADDING_________________"
+Section CONFIGUREWIN32
+build shadowconfigure "qtsources" "-confirm-license -no-webkit -no-phonon -qt-libpng -qt-libjpeg -no-openssl -no-incredibuild-xge"
+SectionEnd
+Section BUILDWIN32
+build bin sub-src
+build binInDir "tools"
+SectionEnd
+build finish
+
+#build the WM50 binaries
+build begin vs2005 "build_vs2005_ce_wm50_commercial_________________PADDING_________________"
+Section CONFIGUREWM50
+build shadowconfigure "qtsources" "-confirm-license -xplatform wincewm50pocket-msvc2005 -no-openssl -no-incredibuild-xge"
+SectionEnd
+Section BUILDWM50
+build setcepaths "wincewm50pocket-msvc2005"
+build bin sub-src
+SectionEnd
+build finish
+
+#build the ssdk50x86 binaries
+build begin vs2005 "build_vs2005_ce_ssdk50x86_commercial_________________PADDING_________________"
+Section CONFIGURESSDK50X86
+build shadowconfigure "qtsources" "-confirm-license -xplatform wince50standard-x86-msvc2005 -no-openssl -no-incredibuild-xge"
+SectionEnd
+Section BUILDSSDK50X86
+build setcepaths "wince50standard-x86-msvc2005"
+build bin sub-src
+SectionEnd
+build finish
+
+# organize release files
+Section ORGANIZE
+delete dir "release_vs2005_ce_commercial"
+copy dest "release_vs2005_ce_commercial"
+
+# copy sources to "qtsources"
+copy src "qtsources"
+delete dir "release_vs2005_ce_commercial\qtsources"
+copy dest "release_vs2005_ce_commercial\qtsources"
+copy all "*"
+
+# copy WIN32 binaries
+copy src "build_vs2005_ce_win32_commercial_________________PADDING_________________"
+delete dir "release_vs2005_ce_commercial\win32binaries"
+copy dest "release_vs2005_ce_commercial\win32binaries"
+copy files "bin\*" "bin\"
+copy files "lib\*.pdb" "bin\"
+copy files "include\*" "include\"
+copy files "lib\*.prl" "lib\"
+copy files "lib\*.lib" "lib\"
+copy files "mkspecs\*" "mkspecs\"
+copy files "plugins\*" "plugins\"
+copy file "src\corelib\global\qconfig.h"
+copy file ".qmake.cache"
+
+copy src "release_vs2005_ce_commercial\qtsources\doc\html"
+copy dest "release_vs2005_ce_commercial\win32binaries\doc\html"
+copy all "*"
+copy src "release_vs2005_ce_commercial\qtsources\doc\qch"
+copy dest "release_vs2005_ce_commercial\win32binaries\doc\qch"
+copy all "*"
+delete dir "release_vs2005_ce_commercial\qtsources\doc\html"
+#copy all "qch"
+delete dir "release_vs2005_ce_commercial\qtsources\doc\qch"
+
+# copy WM50 binaries
+copy src "build_vs2005_ce_wm50_commercial_________________PADDING_________________"
+delete dir "release_vs2005_ce_commercial\wm50binaries"
+copy dest "release_vs2005_ce_commercial\wm50binaries"
+copy files "bin\*" "bin\"
+copy files "include\*" "include\"
+copy files "lib\*.prl" "lib\"
+copy files "lib\*.lib" "lib\"
+copy files "lib\*.pdb" "lib\"
+copy files "lib\*.dll" "lib\"
+copy files "mkspecs\*" "mkspecs\"
+copy files "plugins\*" "plugins\"
+copy file "src\corelib\global\qconfig.h"
+copy file ".qmake.cache"
+
+# copy ssdk50x86 binaries
+copy src "build_vs2005_ce_ssdk50x86_commercial_________________PADDING_________________"
+delete dir "release_vs2005_ce_commercial\ssdk50x86binaries"
+copy dest "release_vs2005_ce_commercial\ssdk50x86binaries"
+copy files "bin\*" "bin\"
+copy files "include\*" "include\"
+copy files "lib\*.prl" "lib\"
+copy files "lib\*.lib" "lib\"
+copy files "lib\*.pdb" "lib\"
+copy files "lib\*.dll" "lib\"
+copy files "mkspecs\*" "mkspecs\"
+copy files "plugins\*" "plugins\"
+copy file "src\corelib\global\qconfig.h"
+copy file ".qmake.cache"
+
+SectionEnd
+
+Section NSIS
+# general installer options
+installer begin "Qt for Windows CE Commercial"
+installer version "%QT_VERSION%"
+installer welcometitle "Welcome to Qt for Windows CE"
+installer finishtitle "Completing Qt for Windows CE"
+installer output "c:\iwmake\qt-embedded-wince-commercial-%QT_VERSION%-vs2005.exe"
+installer startmenu "Qt for Windows CE by Nokia v%QT_VERSION% (VS2005)"
+
+installer enable component_page
+installer enable directory_page
+installer enable startmenu_page
+
+installer instdir msvc 0 "Qt Installation Directory"
+
+installer readmefunction "Show Documentation"
+# ### FIXME: Use start page as soon as assistant allows you to do so previously to loading documentation.
+# installer readmestartpage "qthelp://com.trolltech.qt.440/qdoc/wince-with-qt-introduction.html"
+
+# license checking
+installer module licensecheck
+installer defineDir licensecheck licenseDir "release_vs2005_ce_commercial\qtsources"
+installer define licensecheck productlist "Universal|Desktop|DesktopLight|Console|FullSourceEvaluation|Academic|Educational"
+installer define licensecheck wince
+
+#installer licenseFile "%IWMAKE_ROOT%\LICENSE.PREVIEW.COMMERCIAL"
+
+installer module registeruiext
+
+# msvc options
+installer module msvc
+installer makeFileList msvc "release_vs2005_ce_commercial"
+installer buildDir msvc "build_vs2005_ce_win32_commercial_________________PADDING_________________"
+installer defineDir msvc qtsourcetree "qtsources"
+installer define msvc qtsourceinstalldirname "qtsources"
+installer defineDir msvc win32buildtree "build_vs2005_ce_win32_commercial_________________PADDING_________________"
+installer define msvc win32buildinstalldirname "win32binaries"
+installer defineDir msvc wm50buildtree "build_vs2005_ce_wm50_commercial_________________PADDING_________________"
+installer define msvc wm50buildinstalldirname "wm50binaries"
+installer define msvc wm50sdk "wincewm50pocket-msvc2005"
+installer define msvc wm50versionpretty "Windows Mobile 5 Pocket"
+installer defineDir msvc ssdk50x86buildtree "build_vs2005_ce_ssdk50x86_commercial_________________PADDING_________________"
+installer define msvc ssdk50x86buildinstalldirname "ssdk50x86binaries"
+installer define msvc ssdk50x86sdk "wince50standard-x86-msvc2005"
+installer define msvc ssdk50x86versionpretty "WinCE standard SDK 5 x86"
+installer define msvc vs2005
+#installer define msvc skippatchlicenseinformation
+
+# compile the package
+installer compile
+installer sign
+SectionEnd
diff --git a/util/scripts/win-binary/config/vs2005-ce-eval.conf b/util/scripts/win-binary/config/vs2005-ce-eval.conf
new file mode 100644
index 0000000..aadc04a
--- /dev/null
+++ b/util/scripts/win-binary/config/vs2005-ce-eval.conf
@@ -0,0 +1,202 @@
+# qt-%QT_VERSION%
+env releaseLocation "http://tirion.troll.no/~qt/packages/%QT_VERSION%"
+
+#extracts the package to buildDir
+extract dest "qtsources"
+Section EXTRACT
+# qt-%QT_VERSION%
+extract extUnpack "qt-embedded-wince-commercial-src-%QT_VERSION%.zip"
+# This is a little bit hacky: The eval patches unzip to qt-win... not to qt-wince
+# Thus we keep extracting to that directory and copy it over to our target afterwards
+extract src "qt-win-commercial-src-%QT_VERSION%"
+extract extPatch "qt-win-evalpatches-src-%QT_VERSION%.zip"
+extract src "qt-wince-commercial-src-%QT_VERSION%"
+#delete line with "activeqt" in examples.pro file (don't build this)
+delete line "qtsources\examples\examples.pro" "activeqt"
+SectionEnd
+
+Section GETFILES
+copy extsync debugext
+SectionEnd
+
+
+#build the WIN32 binaries
+build begin vs2005 "build_vs2005_ce_win32_evaluation_________________PADDING_________________"
+Section CONFIGUREWIN32
+build shadowconfigure "qtsources" "-confirm-license -no-webkit -no-phonon -qt-libpng -qt-libjpeg -no-openssl -no-incredibuild-xge -D QT_EVAL"
+SectionEnd
+Section BUILDWIN32
+build bin sub-src
+build binInDir "tools"
+SectionEnd
+build finish
+
+#build the WM50 binaries
+build begin vs2005 "build_vs2005_ce_wm50_evaluation_________________PADDING_________________"
+Section CONFIGUREWM50
+build shadowconfigure "qtsources" "-confirm-license -xplatform wincewm50pocket-msvc2005 -no-openssl -no-incredibuild-xge -D QT_EVAL"
+SectionEnd
+Section BUILDWM50
+build setcepaths "wincewm50pocket-msvc2005"
+build bin sub-src
+SectionEnd
+build finish
+
+#build the ssdk50x86 binaries
+build begin vs2005 "build_vs2005_ce_ssdk50x86_evaluation_________________PADDING_________________"
+Section CONFIGURESSDK50X86
+build shadowconfigure "qtsources" "-confirm-license -xplatform wince50standard-x86-msvc2005 -no-openssl -no-incredibuild-xge -D QT_EVAL"
+SectionEnd
+Section BUILDSSDK50X86
+build setcepaths "wince50standard-x86-msvc2005"
+build bin sub-src
+SectionEnd
+build finish
+
+# organize release files
+Section ORGANIZE
+delete dir "release_vs2005_ce_evaluation"
+copy dest "release_vs2005_ce_evaluation"
+
+# copy sources to "qtsources"
+copy src "qtsources"
+delete dir "release_vs2005_ce_evaluation\qtsources"
+copy dest "release_vs2005_ce_evaluation\qtsources"
+copy all "*"
+# NOTE: The eval package must not contain sources. Thus we can only provide
+# the binary builds we have to potential customers.
+delete destdir "src"
+delete destdir "tools"
+delete destdir "qmake"
+delete destdir "utils"
+delete file "configure.exe"
+copy dest "qtsources"
+copy syncqt
+
+# copy WIN32 binaries
+copy src "build_vs2005_ce_win32_evaluation_________________PADDING_________________"
+delete dir "release_vs2005_ce_evaluation\win32binaries"
+copy dest "release_vs2005_ce_evaluation\win32binaries"
+copy files "bin\*" "bin\"
+copy files "lib\*.pdb" "bin\"
+#copy files "include\*" "include\"
+copy files "lib\*.prl" "lib\"
+copy files "lib\*.lib" "lib\"
+copy files "mkspecs\*" "mkspecs\"
+copy files "plugins\*" "plugins\"
+copy file "include\Qt\qconfig.h"
+copy file "src\corelib\global\qconfig.h"
+copy file ".qmake.cache"
+# copy header files
+copy src "qtsources\include"
+copy dest "release_vs2005_ce_evaluation\win32binaries\include"
+copy all "*"
+
+copy src "release_vs2005_ce_evaluation\qtsources\doc\html"
+copy dest "release_vs2005_ce_evaluation\win32binaries\doc\html"
+copy all "*"
+copy src "release_vs2005_ce_evaluation\qtsources\doc\qch"
+copy dest "release_vs2005_ce_evaluation\win32binaries\doc\qch"
+copy all "*"
+delete dir "release_vs2005_ce_evaluation\qtsources\doc\html"
+#copy all "qch"
+delete dir "release_vs2005_ce_evaluation\qtsources\doc\qch"
+
+# copy WM50 binaries
+copy src "build_vs2005_ce_wm50_evaluation_________________PADDING_________________"
+delete dir "release_vs2005_ce_evaluation\wm50binaries"
+copy dest "release_vs2005_ce_evaluation\wm50binaries"
+copy files "bin\*" "bin\"
+#copy files "include\*" "include\"
+copy files "lib\*.prl" "lib\"
+copy files "lib\*.lib" "lib\"
+copy files "lib\*.pdb" "lib\"
+copy files "lib\*.dll" "lib\"
+copy files "mkspecs\*" "mkspecs\"
+copy files "plugins\*" "plugins\"
+copy file "include\Qt\qconfig.h"
+copy file "src\corelib\global\qconfig.h"
+copy file ".qmake.cache"
+# copy header files
+copy src "qtsources\include"
+copy dest "release_vs2005_ce_evaluation\wm50binaries\include"
+copy all "*"
+
+# copy ssdk50x86 binaries
+copy src "build_vs2005_ce_ssdk50x86_evaluation_________________PADDING_________________"
+delete dir "release_vs2005_ce_evaluation\ssdk50x86binaries"
+copy dest "release_vs2005_ce_evaluation\ssdk50x86binaries"
+copy files "bin\*" "bin\"
+#copy files "include\*" "include\"
+copy files "lib\*.prl" "lib\"
+copy files "lib\*.lib" "lib\"
+copy files "lib\*.pdb" "lib\"
+copy files "lib\*.dll" "lib\"
+copy files "mkspecs\*" "mkspecs\"
+copy files "plugins\*" "plugins\"
+copy file "include\Qt\qconfig.h"
+copy file "src\corelib\global\qconfig.h"
+copy file ".qmake.cache"
+# copy header files
+copy src "qtsources\include"
+copy dest "release_vs2005_ce_evaluation\ssdk50x86binaries\include"
+copy all "*"
+
+SectionEnd
+
+Section NSIS
+# general installer options
+installer begin "Qt Evaluation for Windows CE"
+installer version "%QT_VERSION%"
+installer welcometitle "Welcome to Qt for Windows CE"
+installer finishtitle "Completing Qt for Windows CE"
+installer output "c:\iwmake\qt-embedded-wince-eval-%QT_VERSION%-vs2005.exe"
+installer startmenu "Qt for Windows CE by Nokia v%QT_VERSION% (Eval. VS2005)"
+
+installer enable component_page
+installer enable directory_page
+installer enable startmenu_page
+
+installer instdir msvc 0 "Qt Installation Directory"
+
+installer readmefunction "Show Documentation"
+
+# ### FIXME: Use start page as soon as assistant allows you to do so previously to loading documentation.
+# installer readmestartpage "qthelp://com.trolltech.qt.440/qdoc/wince-with-qt-introduction.html"
+
+# license checking
+installer module licensecheck
+installer defineDir licensecheck licenseDir "release_vs2005_ce_evaluation\qtsources"
+installer define licensecheck productlist "UnsupportedEvaluation|SupportedEvaluation|FullSourceEvaluation"
+installer define licensecheck wince
+
+# ### FIXME: Remove once we have proper licenses
+#installer licenseFile "%IWMAKE_ROOT%\LICENSE.PREVIEW.COMMERCIAL"
+
+# msvc options
+installer module msvc
+installer makeFileList msvc "release_vs2005_ce_evaluation"
+#installer buildDir msvc "build_vs2005_ce_win32_evaluation_________________PADDING_________________"
+installer buildDir msvc "qtsources"
+installer defineDir msvc qtsourcetree "qtsources"
+installer define msvc qtsourceinstalldirname "qtsources"
+installer defineDir msvc win32buildtree "build_vs2005_ce_win32_evaluation_________________PADDING_________________"
+installer define msvc win32buildinstalldirname "win32binaries"
+installer defineDir msvc wm50buildtree "build_vs2005_ce_wm50_evaluation_________________PADDING_________________"
+installer define msvc wm50buildinstalldirname "wm50binaries"
+installer define msvc wm50sdk "wincewm50pocket-msvc2005"
+installer define msvc wm50versionpretty "Windows Mobile 5 Pocket"
+installer defineDir msvc ssdk50x86buildtree "build_vs2005_ce_ssdk50x86_evaluation_________________PADDING_________________"
+installer define msvc ssdk50x86buildinstalldirname "ssdk50x86binaries"
+installer define msvc ssdk50x86sdk "wince50standard-x86-msvc2005"
+installer define msvc ssdk50x86versionpretty "WinCE standard SDK 5 x86"
+installer define msvc vs2005
+#installer define msvc skippatchlicenseinformation
+
+installer module evaluation
+installer module registeruiext
+
+# compile the package
+installer compile
+installer sign
+SectionEnd
diff --git a/util/scripts/win-binary/config/vs2005-commercial-vsip.conf b/util/scripts/win-binary/config/vs2005-commercial-vsip.conf
new file mode 100644
index 0000000..38885e7
--- /dev/null
+++ b/util/scripts/win-binary/config/vs2005-commercial-vsip.conf
@@ -0,0 +1,131 @@
+#extracts the package to buildDir
+extract dest "build_vs2005_commercial_vsip_________________PADDING_________________"
+Section EXTRACT
+extract extUnpack "qt-win-commercial-src-%QT_VERSION%.zip"
+#delete line with "activeqt" in examples.pro file (don't build this)
+delete line "build_vs2005_commercial_vsip_________________PADDING_________________\examples\examples.pro" "activeqt"
+SectionEnd
+
+Section GETFILES
+copy extsync vsip
+copy extsync debugext
+SectionEnd
+
+#build the binaries
+build begin vs2005 "build_vs2005_commercial_vsip_________________PADDING_________________"
+
+Section CONFIGURE
+build configure "-confirm-license -plugin-sql-sqlite -plugin-sql-odbc -qt-libpng -qt-libjpeg -openssl"
+SectionEnd
+
+Section BUILD
+build bin sub-src
+build binInDir "tools"
+build binInDir "demos" release
+build binInDir "examples" release
+build dbPlugins
+SectionEnd
+
+build finish
+
+# organize release files
+Section ORGANIZE
+delete dir "release_vs2005_commercial_vsip"
+
+copy dest "release_vs2005_commercial_vsip"
+copy src "build_vs2005_commercial_vsip_________________PADDING_________________"
+
+# extract everything once more
+extract dest "release_vs2005_commercial_vsip"
+extract unpack "qt-win-commercial-src-%QT_VERSION%.zip"
+
+# copying program database files
+copy files "lib\*.pdb" "bin\"
+copy files "src\winmain\*.pdb" "src\winmain\"
+
+# moc files (exclude release moc files)
+copy filesEx "src\moc_*.cpp" "src\" "release_shared"
+copy filesEx "src\*.moc" "src\" "release_shared"
+
+# qconfig.h
+copy file "src\corelib\global\qconfig.h"
+copy file "include\QtCore\qconfig.h"
+copy file "include\Qt\qconfig.h"
+
+# qconfig.pri
+copy file "mkspecs\qconfig.pri"
+
+# .qmake.cache
+copy file ".qmake.cache"
+
+# default mkspec
+copy files "mkspecs\default\*" "mkspecs\default\"
+
+# copy all binary files
+copy all "*.lib"
+copy all "*.exe"
+copy all "*.dll"
+
+# copy manifest files (vs2005 stuff)
+copy all "*.manifest"
+
+# .prl files
+copy files "lib\*.prl" "lib\"
+
+# assistant help files
+copy all "*.qch"
+
+# remove unused stuff
+delete files "lib\*.dll"
+SectionEnd
+
+Section NSIS
+# general installer options
+installer begin "Qt Commercial"
+installer version "%QT_VERSION%"
+installer output "c:\iwmake\qt-win-commercial-vsintegration-%QT_VERSION%-vs2005.exe"
+installer startmenu "Qt by Nokia v%QT_VERSION% (VS2005)"
+
+installer enable component_page
+installer enable directory_page
+installer enable startmenu_page
+
+installer instdir msvc 0 "Qt Installation Directory"
+installer instdir vsip 1 "Visual Studio Integration:"
+
+installer runfunction "Run Examples and Demos"
+installer readmefunction "Show Documentation"
+
+#installer define licensecheck license "LICENSE.PREVIEW.COMMERCIAL"
+#installer define licensecheck uslicense "LICENSE.PREVIEW.COMMERCIAL"
+
+# license checking
+installer module licensecheck
+installer defineDir licensecheck licenseDir "release_vs2005_commercial_vsip"
+installer define licensecheck productlist "Universal|Desktop|DesktopLight|Console|FullSourceEvaluation|Academic|Educational"
+
+installer module registeruiext
+
+# msvc options
+installer module msvc
+installer src msvc "release_vs2005_commercial_vsip"
+installer makeFileList msvc "release_vs2005_commercial_vsip"
+installer buildDir msvc "build_vs2005_commercial_vsip_________________PADDING_________________"
+installer define msvc vs2005
+
+# vsip options
+installer module vsip
+installer define vsip version "1.4.0"
+installer define vsip no2003
+installer define vsip no2008
+
+# help options
+installer module help
+
+# debugext options
+installer module debugext
+
+# compile the package
+installer compile
+installer sign
+SectionEnd
diff --git a/util/scripts/win-binary/config/vs2005-commercial.conf b/util/scripts/win-binary/config/vs2005-commercial.conf
new file mode 100644
index 0000000..1529638
--- /dev/null
+++ b/util/scripts/win-binary/config/vs2005-commercial.conf
@@ -0,0 +1,113 @@
+#extracts the package to buildDir
+extract dest "build_vs2005_commercial_________________PADDING_________________"
+Section EXTRACT
+extract extUnpack "qt-win-commercial-src-%QT_VERSION%.zip"
+#delete line with "activeqt" in examples.pro file (don't build this)
+delete line "build_vs2005_commercial_________________PADDING_________________\examples\examples.pro" "activeqt"
+SectionEnd
+
+#build the binaries
+build begin vs2005 "build_vs2005_commercial_________________PADDING_________________"
+
+Section CONFIGURE
+build configure "-confirm-license -plugin-sql-sqlite -plugin-sql-odbc -qt-libpng -qt-libjpeg -openssl"
+SectionEnd
+
+Section BUILD
+build bin sub-src
+build binInDir "tools"
+build binInDir "demos" release
+build binInDir "examples" release
+build dbPlugins
+SectionEnd
+
+build finish
+
+# organize release files
+Section ORGANIZE
+delete dir "release_vs2005_commercial"
+
+copy dest "release_vs2005_commercial"
+copy src "build_vs2005_commercial_________________PADDING_________________"
+
+# extract everything once more
+extract dest "release_vs2005_commercial"
+extract unpack "qt-win-commercial-src-%QT_VERSION%.zip"
+
+# copying program database files
+copy files "lib\*.pdb" "bin\"
+copy files "src\winmain\*.pdb" "src\winmain\"
+
+# moc files (exclude release moc files)
+copy filesEx "src\moc_*.cpp" "src\" "release_shared"
+copy filesEx "src\*.moc" "src\" "release_shared"
+
+# qconfig.h
+copy file "src\corelib\global\qconfig.h"
+copy file "include\QtCore\qconfig.h"
+copy file "include\Qt\qconfig.h"
+
+# qconfig.pri
+copy file "mkspecs\qconfig.pri"
+
+# .qmake.cache
+copy file ".qmake.cache"
+
+# default mkspec
+copy files "mkspecs\default\*" "mkspecs\default\"
+
+# copy all binary files
+copy all "*.lib"
+copy all "*.exe"
+copy all "*.dll"
+
+# copy manifest files (vs2005 stuff)
+copy all "*.manifest"
+
+# .prl files
+copy files "lib\*.prl" "lib\"
+
+# assistant help files
+copy all "*.qch"
+
+# remove unused stuff
+delete files "lib\*.dll"
+SectionEnd
+
+Section NSIS
+# general installer options
+installer begin "Qt Commercial"
+installer version "%QT_VERSION%"
+installer output "c:\iwmake\qt-win-commercial-%QT_VERSION%-vs2005.exe"
+installer startmenu "Qt by Nokia v%QT_VERSION% (VS2005)"
+
+installer enable component_page
+installer enable directory_page
+installer enable startmenu_page
+
+installer instdir msvc 0 "Qt Installation Directory"
+
+installer runfunction "Run Examples and Demos"
+installer readmefunction "Show Documentation"
+
+#installer define licensecheck license "LICENSE.PREVIEW.COMMERCIAL"
+#installer define licensecheck uslicense "LICENSE.PREVIEW.COMMERCIAL"
+
+# license checking
+installer module licensecheck
+installer defineDir licensecheck licenseDir "release_vs2005_commercial"
+installer define licensecheck productlist "Universal|Desktop|DesktopLight|Console|FullSourceEvaluation|Academic|Educational"
+
+installer module registeruiext
+
+# msvc options
+installer module msvc
+installer src msvc "release_vs2005_commercial"
+installer makeFileList msvc "release_vs2005_commercial"
+installer buildDir msvc "build_vs2005_commercial_________________PADDING_________________"
+installer define msvc vs2005
+
+# compile the package
+installer compile
+installer sign
+SectionEnd
diff --git a/util/scripts/win-binary/config/vs2005-eval.conf b/util/scripts/win-binary/config/vs2005-eval.conf
new file mode 100644
index 0000000..e4bdc1d
--- /dev/null
+++ b/util/scripts/win-binary/config/vs2005-eval.conf
@@ -0,0 +1,127 @@
+#extracts the package to buildDir
+extract dest "build_vs2005_evaluation_________________PADDING_________________"
+Section EXTRACT
+extract extUnpack "qt-win-commercial-src-%QT_VERSION%.zip"
+extract extPatch "qt-win-evalpatches-src-%QT_VERSION%.zip"
+#delete line with "activeqt" in examples.pro file (don't build this)
+delete line "build_vs2005_evaluation_________________PADDING_________________\examples\examples.pro" "activeqt"
+SectionEnd
+
+Section GETFILES
+copy extsync debugext
+SectionEnd
+
+#build the binaries
+build begin vs2005 "build_vs2005_evaluation_________________PADDING_________________"
+
+Section CONFIGURE
+build configure "-confirm-license -plugin-sql-sqlite -plugin-sql-odbc -qt-libpng -qt-libjpeg -openssl -D QT_EVAL"
+SectionEnd
+
+Section BUILD
+build bin sub-src
+build binInDir "tools"
+build binInDir "demos" release
+build binInDir "examples" release
+build dbPlugins
+SectionEnd
+
+build finish
+
+# organize release files
+Section ORGANIZE
+delete dir "release_vs2005_evaluation"
+
+copy dest "release_vs2005_evaluation"
+copy src "build_vs2005_evaluation_________________PADDING_________________"
+
+# extract everything once more
+extract dest "release_vs2005_evaluation"
+extract unpack "qt-win-commercial-src-%QT_VERSION%.zip"
+
+# create header files
+copy syncqt
+
+delete destDir "src"
+delete destDir "tools"
+delete destDir "qmake"
+
+# phrasebooks & porting .xml file
+copy files "tools\linguist\phrasebooks\*.qph" "phrasebooks\"
+copy files "tools\porting\src\*.xml" ""
+
+# copying program database files
+copy files "lib\*.pdb" "bin\"
+copy files "src\winmain\*.pdb" "src\winmain\"
+
+# qconfig.h
+copy files "src\corelib\global\qconfig.h" "include\Qt\"
+
+# qconfig.pri
+copy file "mkspecs\qconfig.pri"
+
+# .qmake.cache
+copy file ".qmake.cache"
+
+# default mkspec
+copy files "mkspecs\default\*" "mkspecs\default\"
+
+# copy all binary files
+copy all "*.lib"
+copy all "*.exe"
+copy all "*.dll"
+
+# copy manifest files (vs2005 stuff)
+copy all "*.manifest"
+
+# .prl files
+copy files "lib\*.prl" "lib\"
+
+# assistant help files
+copy all "*.qch"
+
+# remove unused stuff
+delete files "lib\*.dll"
+delete file "configure.exe"
+
+# copy some activeqt stuff needed to compile examples
+copy file "src\activeqt\control\qaxserver.rc"
+copy file "src\activeqt\control\qaxserver.ico"
+copy file "src\activeqt\control\qaxserver.def"
+SectionEnd
+
+Section NSIS
+# general installer options
+installer begin "Qt Evaluation"
+installer version "%QT_VERSION%"
+installer output "c:\iwmake\qt-win-eval-%QT_VERSION%-vs2005.exe"
+installer startmenu "Qt by Nokia v%QT_VERSION% (Eval. VS2005)"
+
+installer enable component_page
+installer enable directory_page
+installer enable startmenu_page
+
+installer instdir msvc 0 "Qt v%QT_VERSION%:"
+
+installer runfunction "Run Examples and Demos"
+installer readmefunction "Show Documentation"
+
+# license checking
+installer module licensecheck
+installer defineDir licensecheck licenseDir "release_vs2005_evaluation"
+installer define licensecheck productlist "UnsupportedEvaluation|SupportedEvaluation|FullSourceEvaluation"
+
+installer module evaluation
+installer module registeruiext
+
+# msvc options
+installer module msvc
+installer src msvc "release_vs2005_evaluation"
+installer makeFileList msvc "release_vs2005_evaluation"
+installer buildDir msvc "build_vs2005_evaluation_________________PADDING_________________"
+installer define msvc vs2005
+
+# compile the package
+installer compile
+installer sign
+SectionEnd
diff --git a/util/scripts/win-binary/config/vs2005-qtdemo.conf b/util/scripts/win-binary/config/vs2005-qtdemo.conf
new file mode 100644
index 0000000..7f4ba09
--- /dev/null
+++ b/util/scripts/win-binary/config/vs2005-qtdemo.conf
@@ -0,0 +1,115 @@
+#
+# Qt-demo consists of the compiled demos + assistant
+#
+# Required manual steps
+# - Download dxwebsetup.exe to C:\iwmake
+# - Copy vcredist_x86.exe from VS8 folder to C:\iwmake
+# - Set up environment to include ActiveX
+# - set INCLUDE=C:\Program Files\Microsoft DirectX SDK (March 2008)\Include;C:\Program Files\Microsoft SDKs\Windows\v6.0\Include;%INCLUDE%
+# - set LIB=C:\Program Files\Microsoft DirectX SDK (March 2008)\Lib\x86;C:\Program Files\Microsoft SDKs\Windows\v6.0\Lib;%LIB%
+# - Run EXTRACT
+# - Patch demo/qtdemo/xml/examples.xml to only display startable demos
+# - Copy examples/qtconcurrent/README from 4.4 depot
+#
+
+#extracts the package to buildDir
+Section EXTRACT
+extract dest "build_msvc_qtdemo_________________PADDING_________________"
+extract extUnpack qt-win-opensource-src-%QT_VERSION%.zip
+SectionEnd
+
+#build the binaries
+build begin vs2005 "build_msvc_qtdemo_________________PADDING_________________"
+
+Section CONFIGURE
+# sqlite is needed by assistant
+build configure "-confirm-license -release -plugin-sql-sqlite -qt-libpng -qt-libjpeg"
+SectionEnd
+
+Section BUILD
+build bin sub-src
+build binInDir "tools\assistant" release
+build binInDir "tools\designer" release
+build binInDir "demos" release
+build binInDir "examples" release
+build finish
+SectionEnd
+
+
+# organize release files
+Section ORGANIZE
+delete dir "release_msvc_qtdemo"
+
+copy dest "release_msvc_qtdemo"
+copy src "build_msvc_qtdemo_________________PADDING_________________"
+
+# copy all binary files
+copy file "bin\qtdemo.exe"
+copy file "bin\assistant.exe"
+copy files "bin\*.dll" "bin"
+
+# copy documentation files
+copy files "doc\qch\*.qch" "doc\qch"
+
+# copy plugins
+copy files "plugins\accessible\*.dll" "plugins\accessible"
+copy files "plugins\codecs\*.dll" "plugins\codecs"
+copy files "plugins\iconengines\*.dll" "plugins\iconengines"
+copy files "plugins\imageformats\*.dll" "plugins\imageformats"
+copy files "plugins\sqldrivers\*.dll" "plugins\sqldrivers"
+copy files "plugins\phonon_backend\*.dll" "plugins\phonon_backend"
+
+# copy demo & example files
+copy files "demos" "demos"
+copy files "examples" "examples"
+
+# copy external installers
+copy external "%IWMAKE_ROOT%\dxwebsetup.exe" "prerequisites"
+copy external "%IWMAKE_ROOT%\vcredist_x86.exe" "prerequisites"
+
+# delete build artifacts
+delete files "ui_*.h"
+delete files "Makefile"
+delete files "*.Debug"
+delete files "*.Release"
+delete files "*.a"
+delete files "*.lib"
+delete files "*.vcproj"
+delete dirs "tmp"
+delete dirs ".obj"
+delete dirs ".moc"
+SectionEnd
+
+Section NSIS
+# general installer options
+installer begin "Qt"
+installer version "demo-%QT_VERSION%"
+installer output "%IWMAKE_ROOT%\qt-win-demo-%QT_VERSION%.exe"
+installer startmenu "Qt Demo by Nokia v%QT_VERSION%"
+installer welcomenote "Welcome to the Qt Demos and Examples application. This application illustrates some of the key features included the cross-platform application framework Qt. Many of these examples contain source code.\n\nFor a full, free product evaluation, please visit http://qtsoftware.com/evaluate/"
+installer welcomeicon "images\qt-wizard-clean.bmp"
+
+installer enable directory_page
+installer enable startmenu_page
+
+installer instdir msvc 0 "Qt Demo Installation Directory"
+
+installer runfunction "Run Examples and Demos"
+# installer readmefunction "Show Documentation"
+
+# options
+installer module msvc
+installer src msvc "release_msvc_qtdemo"
+installer makeFileList msvc "release_msvc_qtdemo"
+installer buildDir msvc "build_msvc_qtdemo_________________PADDING_________________"
+
+installer module qtdemo
+installer define qtdemo vcredist "prerequisites\vcredist_x86.exe"
+installer define qtdemo directx "prerequisites\dxwebsetup.exe"
+
+installer licenseFile "%IWMAKE_ROOT%\build_msvc_qtdemo_________________PADDING_________________\.LICENSE-MERGED-GPL2-GPL3"
+
+# compile the package
+installer compile
+installer sign
+SectionEnd
diff --git a/util/scripts/win-binary/config/vs2008-ce-commercial.conf b/util/scripts/win-binary/config/vs2008-ce-commercial.conf
new file mode 100644
index 0000000..d730168
--- /dev/null
+++ b/util/scripts/win-binary/config/vs2008-ce-commercial.conf
@@ -0,0 +1,97 @@
+#extracts the package to buildDir
+extract dest "build_vs2008_commercial_________________PADDING_________________"
+Section EXTRACT
+extract extUnpack "qt-embedded-wince-commercial-src-%QT_VERSION%.zip"
+#delete line with "activeqt" in examples.pro file (don't build this)
+#delete line "build_vs2008_commercial_________________PADDING_________________\examples\examples.pro" "activeqt"
+SectionEnd
+
+#build the binaries
+build begin vs2008 "build_vs2008_commercial_________________PADDING_________________"
+
+Section CONFIGURE
+build configure "-confirm-license -plugin-sql-sqlite -qt-libpng -qt-libjpeg -qt-style-windowsce -qt-style-windowsmobile -no-opengl -no-qt3support -release"
+SectionEnd
+
+Section BUILD
+build bin sub-src
+build binInDir "tools\assistant" release
+build binInDir "tools\designer" release
+build binInDir "tools\linguist" release
+SectionEnd
+
+build finish
+
+# organize release files
+Section ORGANIZE
+delete dir "release_vs2008_commercial"
+
+copy dest "release_vs2008_commercial"
+copy src "build_vs2008_commercial_________________PADDING_________________"
+
+# extract everything once more
+extract dest "release_vs2008_commercial"
+extract unpack "qt-embedded-wince-commercial-src-%QT_VERSION%.zip"
+
+# copy all binary files
+copy all "*.exe"
+copy all "*.dll"
+
+# copy plugins to appropiate place
+copy files "plugins\accessible\*.dll" "bin\accessible"
+copy files "plugins\codecs\*.dll" "bin\codecs"
+copy files "plugins\designer\*.dll" "bin\designer"
+copy files "plugins\iconengines\*.dll" "bin\iconengines"
+copy files "plugins\imageformats\*.dll" "bin\imageformats"
+# remove unused stuff
+delete files "lib\*.*"
+delete destDir "plugins"
+
+# remove host tools being recompiled later
+# unfortunately msvc.nsh depends on qmake.exe
+# delete file "bin\qmake.exe"
+delete file "bin\moc.exe"
+delete file "bin\uic.exe"
+delete file "bin\rcc.exe"
+SectionEnd
+
+Section NSIS
+# general installer options
+installer begin "Qt for Windows CE Commercial"
+installer version "%QT_VERSION%"
+installer welcometitle "Welcome to Qt for Windows CE"
+installer finishtitle "Completing Qt for Windows CE"
+installer output "c:\iwmake\qt-embedded-wince-commercial-%QT_VERSION%-vs2008.exe"
+installer startmenu "Qt for Windows CE by Nokia v%QT_VERSION% (VS2008)"
+
+installer enable component_page
+installer enable directory_page
+installer enable startmenu_page
+
+installer instdir msvc 0 "Qt Installation Directory"
+
+installer readmefunction "Show Documentation"
+installer readmestartpage "wince-with-qt-introduction.html"
+
+#installer define licensecheck license "LICENSE.PREVIEW.COMMERCIAL"
+#installer define licensecheck uslicense "LICENSE.PREVIEW.COMMERCIAL"
+
+# license checking
+installer module licensecheck
+installer defineDir licensecheck licenseDir "release_vs2008_commercial"
+installer define licensecheck productlist "Universal|Desktop|DesktopLight|Console|FullSourceEvaluation|Academic|Educational"
+installer define licensecheck wince
+
+installer module registeruiext
+
+# msvc options
+installer module msvc
+installer src msvc "release_vs2008_commercial"
+installer makeFileList msvc "release_vs2008_commercial"
+installer buildDir msvc "build_vs2008_commercial_________________PADDING_________________"
+installer define msvc vs2008ce
+
+# compile the package
+installer compile
+installer sign
+SectionEnd
diff --git a/util/scripts/win-binary/config/vs2008-ce-eval.conf b/util/scripts/win-binary/config/vs2008-ce-eval.conf
new file mode 100644
index 0000000..deef004
--- /dev/null
+++ b/util/scripts/win-binary/config/vs2008-ce-eval.conf
@@ -0,0 +1,202 @@
+# qt-%QT_VERSION%
+env releaseLocation "http://tirion.troll.no/~qt/packages/%QT_VERSION%"
+
+#extracts the package to buildDir
+extract dest "qtsources"
+Section EXTRACT
+# qt-%QT_VERSION%
+extract extUnpack "qt-embedded-wince-commercial-src-%QT_VERSION%.zip"
+# This is a little bit hacky: The eval patches unzip to qt-win... not to qt-wince
+# Thus we keep extracting to that directory and copy it over to our target afterwards
+extract src "qt-win-commercial-src-%QT_VERSION%"
+extract extPatch "qt-win-evalpatches-src-%QT_VERSION%.zip"
+extract src "qt-wince-commercial-src-%QT_VERSION%"
+#delete line with "activeqt" in examples.pro file (don't build this)
+delete line "qtsources\examples\examples.pro" "activeqt"
+SectionEnd
+
+Section GETFILES
+copy extsync debugext
+SectionEnd
+
+
+#build the WIN32 binaries
+build begin vs2008 "build_vs2008_ce_win32_evaluation_________________PADDING_________________"
+Section CONFIGUREWIN32
+build shadowconfigure "qtsources" "-confirm-license -no-webkit -no-phonon -qt-libpng -qt-libjpeg -no-openssl -no-incredibuild-xge -D QT_EVAL"
+SectionEnd
+Section BUILDWIN32
+build bin sub-src
+build binInDir "tools"
+SectionEnd
+build finish
+
+#build the WM50 binaries
+build begin vs2008 "build_vs2008_ce_wm50_evaluation_________________PADDING_________________"
+Section CONFIGUREWM50
+build shadowconfigure "qtsources" "-confirm-license -xplatform wincewm50pocket-msvc2008 -no-openssl -no-incredibuild-xge -D QT_EVAL"
+SectionEnd
+Section BUILDWM50
+build setcepaths "wincewm50pocket-msvc2008"
+build bin sub-src
+SectionEnd
+build finish
+
+#build the ssdk50x86 binaries
+build begin vs2008 "build_vs2008_ce_ssdk50x86_evaluation_________________PADDING_________________"
+Section CONFIGURESSDK50X86
+build shadowconfigure "qtsources" "-confirm-license -xplatform wince50standard-x86-msvc2008 -no-openssl -no-incredibuild-xge -D QT_EVAL"
+SectionEnd
+Section BUILDSSDK50X86
+build setcepaths "wince50standard-x86-msvc2008"
+build bin sub-src
+SectionEnd
+build finish
+
+# organize release files
+Section ORGANIZE
+delete dir "release_vs2008_ce_evaluation"
+copy dest "release_vs2008_ce_evaluation"
+
+# copy sources to "qtsources"
+copy src "qtsources"
+delete dir "release_vs2008_ce_evaluation\qtsources"
+copy dest "release_vs2008_ce_evaluation\qtsources"
+copy all "*"
+# NOTE: The eval package must not contain sources. Thus we can only provide
+# the binary builds we have to potential customers.
+delete destdir "src"
+delete destdir "tools"
+delete destdir "qmake"
+delete destdir "utils"
+delete file "configure.exe"
+copy dest "qtsources"
+copy syncqt
+
+# copy WIN32 binaries
+copy src "build_vs2008_ce_win32_evaluation_________________PADDING_________________"
+delete dir "release_vs2008_ce_evaluation\win32binaries"
+copy dest "release_vs2008_ce_evaluation\win32binaries"
+copy files "bin\*" "bin\"
+copy files "lib\*.pdb" "bin\"
+#copy files "include\*" "include\"
+copy files "lib\*.prl" "lib\"
+copy files "lib\*.lib" "lib\"
+copy files "mkspecs\*" "mkspecs\"
+copy files "plugins\*" "plugins\"
+copy file "include\Qt\qconfig.h"
+copy file "src\corelib\global\qconfig.h"
+copy file ".qmake.cache"
+# copy header files
+copy src "qtsources\include"
+copy dest "release_vs2008_ce_evaluation\win32binaries\include"
+copy all "*"
+
+copy src "release_vs2008_ce_evaluation\qtsources\doc\html"
+copy dest "release_vs2008_ce_evaluation\win32binaries\doc\html"
+copy all "*"
+copy src "release_vs2008_ce_evaluation\qtsources\doc\qch"
+copy dest "release_vs2008_ce_evaluation\win32binaries\doc\qch"
+copy all "*"
+delete dir "release_vs2008_ce_evaluation\qtsources\doc\html"
+#copy all "qch"
+delete dir "release_vs2008_ce_evaluation\qtsources\doc\qch"
+
+# copy WM50 binaries
+copy src "build_vs2008_ce_wm50_evaluation_________________PADDING_________________"
+delete dir "release_vs2008_ce_evaluation\wm50binaries"
+copy dest "release_vs2008_ce_evaluation\wm50binaries"
+copy files "bin\*" "bin\"
+#copy files "include\*" "include\"
+copy files "lib\*.prl" "lib\"
+copy files "lib\*.lib" "lib\"
+copy files "lib\*.pdb" "lib\"
+copy files "lib\*.dll" "lib\"
+copy files "mkspecs\*" "mkspecs\"
+copy files "plugins\*" "plugins\"
+copy file "include\Qt\qconfig.h"
+copy file "src\corelib\global\qconfig.h"
+copy file ".qmake.cache"
+# copy header files
+copy src "qtsources\include"
+copy dest "release_vs2008_ce_evaluation\wm50binaries\include"
+copy all "*"
+
+# copy ssdk50x86 binaries
+copy src "build_vs2008_ce_ssdk50x86_evaluation_________________PADDING_________________"
+delete dir "release_vs2008_ce_evaluation\ssdk50x86binaries"
+copy dest "release_vs2008_ce_evaluation\ssdk50x86binaries"
+copy files "bin\*" "bin\"
+#copy files "include\*" "include\"
+copy files "lib\*.prl" "lib\"
+copy files "lib\*.lib" "lib\"
+copy files "lib\*.pdb" "lib\"
+copy files "lib\*.dll" "lib\"
+copy files "mkspecs\*" "mkspecs\"
+copy files "plugins\*" "plugins\"
+copy file "include\Qt\qconfig.h"
+copy file "src\corelib\global\qconfig.h"
+copy file ".qmake.cache"
+# copy header files
+copy src "qtsources\include"
+copy dest "release_vs2008_ce_evaluation\ssdk50x86binaries\include"
+copy all "*"
+
+SectionEnd
+
+Section NSIS
+# general installer options
+installer begin "Qt Evaluation for Windows CE"
+installer version "%QT_VERSION%"
+installer welcometitle "Welcome to Qt for Windows CE"
+installer finishtitle "Completing Qt for Windows CE"
+installer output "c:\iwmake\qt-embedded-wince-eval-%QT_VERSION%-vs2008.exe"
+installer startmenu "Qt for Windows CE by Nokia v%QT_VERSION% (Eval. VS2008)"
+
+installer enable component_page
+installer enable directory_page
+installer enable startmenu_page
+
+installer instdir msvc 0 "Qt Installation Directory"
+
+installer readmefunction "Show Documentation"
+
+# ### FIXME: Use start page as soon as assistant allows you to do so previously to loading documentation.
+# installer readmestartpage "qthelp://com.trolltech.qt.440/qdoc/wince-with-qt-introduction.html"
+
+# license checking
+installer module licensecheck
+installer defineDir licensecheck licenseDir "release_vs2008_ce_evaluation\qtsources"
+installer define licensecheck productlist "UnsupportedEvaluation|SupportedEvaluation|FullSourceEvaluation"
+installer define licensecheck wince
+
+# ### FIXME: Remove once we have proper licenses
+#installer licenseFile "%IWMAKE_ROOT%\LICENSE.PREVIEW.COMMERCIAL"
+
+# msvc options
+installer module msvc
+installer makeFileList msvc "release_vs2008_ce_evaluation"
+#installer buildDir msvc "build_vs2008_ce_win32_evaluation_________________PADDING_________________"
+installer buildDir msvc "qtsources"
+installer defineDir msvc qtsourcetree "qtsources"
+installer define msvc qtsourceinstalldirname "qtsources"
+installer defineDir msvc win32buildtree "build_vs2008_ce_win32_evaluation_________________PADDING_________________"
+installer define msvc win32buildinstalldirname "win32binaries"
+installer defineDir msvc wm50buildtree "build_vs2008_ce_wm50_evaluation_________________PADDING_________________"
+installer define msvc wm50buildinstalldirname "wm50binaries"
+installer define msvc wm50sdk "wincewm50pocket-msvc2008"
+installer define msvc wm50versionpretty "Windows Mobile 5 Pocket"
+installer defineDir msvc ssdk50x86buildtree "build_vs2008_ce_ssdk50x86_evaluation_________________PADDING_________________"
+installer define msvc ssdk50x86buildinstalldirname "ssdk50x86binaries"
+installer define msvc ssdk50x86sdk "wince50standard-x86-msvc2008"
+installer define msvc ssdk50x86versionpretty "WinCE standard SDK 5 x86"
+installer define msvc vs2008
+#installer define msvc skippatchlicenseinformation
+
+installer module evaluation
+installer module registeruiext
+
+# compile the package
+installer compile
+installer sign
+SectionEnd
diff --git a/util/scripts/win-binary/config/vs2008-commercial-vsip.conf b/util/scripts/win-binary/config/vs2008-commercial-vsip.conf
new file mode 100644
index 0000000..01eb71e
--- /dev/null
+++ b/util/scripts/win-binary/config/vs2008-commercial-vsip.conf
@@ -0,0 +1,131 @@
+#extracts the package to buildDir
+extract dest "build_vs2008_commercial_vsip_________________PADDING_________________"
+Section EXTRACT
+extract extUnpack "qt-win-commercial-src-%QT_VERSION%.zip"
+#delete line with "activeqt" in examples.pro file (don't build this)
+delete line "build_vs2008_commercial_vsip_________________PADDING_________________\examples\examples.pro" "activeqt"
+SectionEnd
+
+Section GETFILES
+copy extsync vsip
+copy extsync debugext
+SectionEnd
+
+#build the binaries
+build begin vs2008 "build_vs2008_commercial_vsip_________________PADDING_________________"
+
+Section CONFIGURE
+build configure "-confirm-license -plugin-sql-sqlite -plugin-sql-odbc -qt-libpng -qt-libjpeg -openssl"
+SectionEnd
+
+Section BUILD
+build bin sub-src
+build binInDir "tools"
+build binInDir "demos" release
+build binInDir "examples" release
+build dbPlugins
+SectionEnd
+
+build finish
+
+# organize release files
+Section ORGANIZE
+delete dir "release_vs2008_commercial_vsip"
+
+copy dest "release_vs2008_commercial_vsip"
+copy src "build_vs2008_commercial_vsip_________________PADDING_________________"
+
+# extract everything once more
+extract dest "release_vs2008_commercial_vsip"
+extract unpack "qt-win-commercial-src-%QT_VERSION%.zip"
+
+# copying program database files
+copy files "lib\*.pdb" "bin\"
+copy files "src\winmain\*.pdb" "src\winmain\"
+
+# moc files (exclude release moc files)
+copy filesEx "src\moc_*.cpp" "src\" "release_shared"
+copy filesEx "src\*.moc" "src\" "release_shared"
+
+# qconfig.h
+copy file "src\corelib\global\qconfig.h"
+copy file "include\QtCore\qconfig.h"
+copy file "include\Qt\qconfig.h"
+
+# qconfig.pri
+copy file "mkspecs\qconfig.pri"
+
+# .qmake.cache
+copy file ".qmake.cache"
+
+# default mkspec
+copy files "mkspecs\default\*" "mkspecs\default\"
+
+# copy all binary files
+copy all "*.lib"
+copy all "*.exe"
+copy all "*.dll"
+
+# copy manifest files (vs2008 stuff)
+copy all "*.manifest"
+
+# .prl files
+copy files "lib\*.prl" "lib\"
+
+# assistant help files
+copy all "*.qch"
+
+# remove unused stuff
+delete files "lib\*.dll"
+SectionEnd
+
+Section NSIS
+# general installer options
+installer begin "Qt Commercial"
+installer version "%QT_VERSION%"
+installer output "c:\iwmake\qt-win-commercial-vsintegration-%QT_VERSION%-vs2008.exe"
+installer startmenu "Qt by Nokia v%QT_VERSION% (VS2008)"
+
+installer enable component_page
+installer enable directory_page
+installer enable startmenu_page
+
+installer instdir msvc 0 "Qt Installation Directory"
+installer instdir vsip 1 "Visual Studio Integration:"
+
+installer runfunction "Run Examples and Demos"
+installer readmefunction "Show Documentation"
+
+#installer define licensecheck license "LICENSE.PREVIEW.COMMERCIAL"
+#installer define licensecheck uslicense "LICENSE.PREVIEW.COMMERCIAL"
+
+# license checking
+installer module licensecheck
+installer defineDir licensecheck licenseDir "release_vs2008_commercial_vsip"
+installer define licensecheck productlist "Universal|Desktop|DesktopLight|Console|FullSourceEvaluation|Academic|Educational"
+
+installer module registeruiext
+
+# msvc options
+installer module msvc
+installer src msvc "release_vs2008_commercial_vsip"
+installer makeFileList msvc "release_vs2008_commercial_vsip"
+installer buildDir msvc "build_vs2008_commercial_vsip_________________PADDING_________________"
+installer define msvc vs2008
+
+# vsip options
+installer module vsip
+installer define vsip version "1.4.0"
+installer define vsip no2003
+installer define vsip no2005
+
+# help options
+installer module help
+
+# debugext options
+installer module debugext
+
+# compile the package
+installer compile
+installer sign
+SectionEnd
diff --git a/util/scripts/win-binary/config/vs2008-commercial.conf b/util/scripts/win-binary/config/vs2008-commercial.conf
new file mode 100644
index 0000000..dba456e
--- /dev/null
+++ b/util/scripts/win-binary/config/vs2008-commercial.conf
@@ -0,0 +1,113 @@
+#extracts the package to buildDir
+extract dest "build_vs2008_commercial_________________PADDING_________________"
+Section EXTRACT
+extract extUnpack "qt-win-commercial-src-%QT_VERSION%.zip"
+#delete line with "activeqt" in examples.pro file (don't build this)
+delete line "build_vs2008_commercial_________________PADDING_________________\examples\examples.pro" "activeqt"
+SectionEnd
+
+#build the binaries
+build begin vs2008 "build_vs2008_commercial_________________PADDING_________________"
+
+Section CONFIGURE
+build configure "-confirm-license -plugin-sql-sqlite -plugin-sql-odbc -qt-libpng -qt-libjpeg -openssl"
+SectionEnd
+
+Section BUILD
+build bin sub-src
+build binInDir "tools"
+build binInDir "demos" release
+build binInDir "examples" release
+build dbPlugins
+SectionEnd
+
+build finish
+
+# organize release files
+Section ORGANIZE
+delete dir "release_vs2008_commercial"
+
+copy dest "release_vs2008_commercial"
+copy src "build_vs2008_commercial_________________PADDING_________________"
+
+# extract everything once more
+extract dest "release_vs2008_commercial"
+extract unpack "qt-win-commercial-src-%QT_VERSION%.zip"
+
+# copying program database files
+copy files "lib\*.pdb" "bin\"
+copy files "src\winmain\*.pdb" "src\winmain\"
+
+# moc files (exclude release moc files)
+copy filesEx "src\moc_*.cpp" "src\" "release_shared"
+copy filesEx "src\*.moc" "src\" "release_shared"
+
+# qconfig.h
+copy file "src\corelib\global\qconfig.h"
+copy file "include\QtCore\qconfig.h"
+copy file "include\Qt\qconfig.h"
+
+# qconfig.pri
+copy file "mkspecs\qconfig.pri"
+
+# .qmake.cache
+copy file ".qmake.cache"
+
+# default mkspec
+copy files "mkspecs\default\*" "mkspecs\default\"
+
+# copy all binary files
+copy all "*.lib"
+copy all "*.exe"
+copy all "*.dll"
+
+# copy manifest files (vs2008 stuff)
+copy all "*.manifest"
+
+# .prl files
+copy files "lib\*.prl" "lib\"
+
+# assistant help files
+copy all "*.qch"
+
+# remove unused stuff
+delete files "lib\*.dll"
+SectionEnd
+
+Section NSIS
+# general installer options
+installer begin "Qt Commercial"
+installer version "%QT_VERSION%"
+installer output "c:\iwmake\qt-win-commercial-%QT_VERSION%-vs2008.exe"
+installer startmenu "Qt by Nokia v%QT_VERSION% (VS2008)"
+
+installer enable component_page
+installer enable directory_page
+installer enable startmenu_page
+
+installer instdir msvc 0 "Qt Installation Directory"
+
+installer runfunction "Run Examples and Demos"
+installer readmefunction "Show Documentation"
+
+#installer define licensecheck license "LICENSE.PREVIEW.COMMERCIAL"
+#installer define licensecheck uslicense "LICENSE.PREVIEW.COMMERCIAL"
+
+# license checking
+installer module licensecheck
+installer defineDir licensecheck licenseDir "release_vs2008_commercial"
+installer define licensecheck productlist "Universal|Desktop|DesktopLight|Console|FullSourceEvaluation|Academic|Educational"
+
+installer module registeruiext
+
+# msvc options
+installer module msvc
+installer src msvc "release_vs2008_commercial"
+installer makeFileList msvc "release_vs2008_commercial"
+installer buildDir msvc "build_vs2008_commercial_________________PADDING_________________"
+installer define msvc vs2008
+
+# compile the package
+installer compile
+installer sign
+SectionEnd
diff --git a/util/scripts/win-binary/config/vs2008-eval.conf b/util/scripts/win-binary/config/vs2008-eval.conf
new file mode 100644
index 0000000..8f50ad0
--- /dev/null
+++ b/util/scripts/win-binary/config/vs2008-eval.conf
@@ -0,0 +1,127 @@
+#extracts the package to buildDir
+extract dest "build_vs2008_evaluation_________________PADDING_________________"
+Section EXTRACT
+extract extUnpack "qt-win-commercial-src-%QT_VERSION%.zip"
+extract extPatch "qt-win-evalpatches-src-%QT_VERSION%.zip"
+#delete line with "activeqt" in examples.pro file (don't build this)
+delete line "build_vs2008_evaluation_________________PADDING_________________\examples\examples.pro" "activeqt"
+SectionEnd
+
+Section GETFILES
+copy extsync debugext
+SectionEnd
+
+#build the binaries
+build begin vs2008 "build_vs2008_evaluation_________________PADDING_________________"
+
+Section CONFIGURE
+build configure "-confirm-license -plugin-sql-sqlite -plugin-sql-odbc -qt-libpng -qt-libjpeg -openssl -D QT_EVAL"
+SectionEnd
+
+Section BUILD
+build bin sub-src
+build binInDir "tools"
+build binInDir "demos" release
+build binInDir "examples" release
+build dbPlugins
+SectionEnd
+
+build finish
+
+# organize release files
+Section ORGANIZE
+delete dir "release_vs2008_evaluation"
+
+copy dest "release_vs2008_evaluation"
+copy src "build_vs2008_evaluation_________________PADDING_________________"
+
+# extract everything once more
+extract dest "release_vs2008_evaluation"
+extract unpack "qt-win-commercial-src-%QT_VERSION%.zip"
+
+# create header files
+copy syncqt
+
+delete destDir "src"
+delete destDir "tools"
+delete destDir "qmake"
+
+# phrasebooks & porting .xml file
+copy files "tools\linguist\phrasebooks\*.qph" "phrasebooks\"
+copy files "tools\porting\src\*.xml" ""
+
+# copying program database files
+copy files "lib\*.pdb" "bin\"
+copy files "src\winmain\*.pdb" "src\winmain\"
+
+# qconfig.h
+copy files "src\corelib\global\qconfig.h" "include\Qt\"
+
+# qconfig.pri
+copy file "mkspecs\qconfig.pri"
+
+# .qmake.cache
+copy file ".qmake.cache"
+
+# default mkspec
+copy files "mkspecs\default\*" "mkspecs\default\"
+
+# copy all binary files
+copy all "*.lib"
+copy all "*.exe"
+copy all "*.dll"
+
+# copy manifest files (vs2008 stuff)
+copy all "*.manifest"
+
+# .prl files
+copy files "lib\*.prl" "lib\"
+
+# assistant help files
+copy all "*.qch"
+
+# remove unused stuff
+delete files "lib\*.dll"
+delete file "configure.exe"
+
+# copy some activeqt stuff needed to compile examples
+copy file "src\activeqt\control\qaxserver.rc"
+copy file "src\activeqt\control\qaxserver.ico"
+copy file "src\activeqt\control\qaxserver.def"
+SectionEnd
+
+Section NSIS
+# general installer options
+installer begin "Qt Evaluation"
+installer version "%QT_VERSION%"
+installer output "c:\iwmake\qt-win-eval-%QT_VERSION%-vs2008.exe"
+installer startmenu "Qt by Nokia v%QT_VERSION% (Eval. VS2008)"
+
+installer enable component_page
+installer enable directory_page
+installer enable startmenu_page
+
+installer instdir msvc 0 "Qt v%QT_VERSION%:"
+
+installer runfunction "Run Examples and Demos"
+installer readmefunction "Show Documentation"
+
+# license checking
+installer module licensecheck
+installer defineDir licensecheck licenseDir "release_vs2008_evaluation"
+installer define licensecheck productlist "UnsupportedEvaluation|SupportedEvaluation|FullSourceEvaluation"
+
+installer module evaluation
+installer module registeruiext
+
+# msvc options
+installer module msvc
+installer src msvc "release_vs2008_evaluation"
+installer makeFileList msvc "release_vs2008_evaluation"
+installer buildDir msvc "build_vs2008_evaluation_________________PADDING_________________"
+installer define msvc vs2008
+
+# compile the package
+installer compile
+installer sign
+SectionEnd
diff --git a/util/scripts/win-binary/config/vsip.conf b/util/scripts/win-binary/config/vsip.conf
new file mode 100644
index 0000000..6ddb23f
--- /dev/null
+++ b/util/scripts/win-binary/config/vsip.conf
@@ -0,0 +1,41 @@
+Section GETFILES
+copy extsync vsip
+copy extsync debugext
+SectionEnd
+
+Section NSIS
+installer begin "Qt Visual Studio Integration"
+installer version "1.5.0"
+installer output "c:\iwmake\qt-vsintegration-1.5.0.exe"
+installer startmenu "Qt Visual Studio Integration"
+installer readme readme.txt
+installer enable component_page
+installer enable directory_page
+installer enable admin_check
+installer enable uninstall_previous
+installer enable warn_no_qt_found
+installer enable optional_shortcutcreation
+installer instdir vsip 0 "Integration Installation Directory"
+
+# license checking
+installer module licensecheck
+installer defineDir licensecheck licenseDir "vsip"
+installer define licensecheck productlist "Universal|Desktop|DesktopLight|UnsupportedEvaluation|SupportedEvaluation|FullSourceEvaluation|Academic|Educational"
+
+# vsip options
+installer module vsip
+installer define vsip version "1.5.0"
+
+# help options
+installer module help
+
+# debugext options
+installer module debugext
+
+# ui extension registration
+installer module registeruiext
+
+# compile the package
+installer compile
+installer sign
+SectionEnd