summaryrefslogtreecommitdiffstats
path: root/util/scripts/win-binary/config/qsa_eval.conf
diff options
context:
space:
mode:
Diffstat (limited to 'util/scripts/win-binary/config/qsa_eval.conf')
-rw-r--r--util/scripts/win-binary/config/qsa_eval.conf36
1 files changed, 36 insertions, 0 deletions
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