summaryrefslogtreecommitdiffstats
path: root/tools/installer
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2009-08-12 15:26:23 +1000
committerJason McDonald <jason.mcdonald@nokia.com>2009-08-12 15:26:23 +1000
commit168ebe84e7b7234a4f51e7b3b6ac4f14b6766c20 (patch)
tree8428f893886a05ef2d12d73d8e0aba57b902a96a /tools/installer
parent812b3940012f3c04fb79b8fa8c4ac64ff8051dd4 (diff)
Update URL's to use new domain.
Reviewed-by: Trust Me
Diffstat (limited to 'tools/installer')
-rw-r--r--tools/installer/nsis/installer.nsi6
-rw-r--r--tools/installer/nsis/opensource.ini8
2 files changed, 7 insertions, 7 deletions
diff --git a/tools/installer/nsis/installer.nsi b/tools/installer/nsis/installer.nsi
index 72eceb457..a079f2c7c 100644
--- a/tools/installer/nsis/installer.nsi
+++ b/tools/installer/nsis/installer.nsi
@@ -47,7 +47,7 @@
!include "includes\global.nsh"
!define PRODUCT_PUBLISHER "Nokia Corporation and/or its subsidiary(-ies)"
-!define PRODUCT_WEB_SITE "http://qtsoftware.com"
+!define PRODUCT_WEB_SITE "http://qt.nokia.com"
!define INSTALL_ICON "images\install.ico"
!define WELCOME_PAGE_ICON "images\qt-wizard.bmp"
@@ -214,7 +214,7 @@ Section -CommonSection
WriteRegStr SHCTX "$PRODUCT_UNIQUE_KEY" "Publisher" "${PRODUCT_PUBLISHER}"
WriteIniStr "$INSTDIR\${PRODUCT_NAME}.url" "InternetShortcut" "URL" "${PRODUCT_WEB_SITE}"
- CreateShortCut "$SMPROGRAMS\$STARTMENU_STRING\QtSoftware.com.lnk" "$INSTDIR\${PRODUCT_NAME}.url"
+ CreateShortCut "$SMPROGRAMS\$STARTMENU_STRING\qt.nokia.com.lnk" "$INSTDIR\${PRODUCT_NAME}.url"
CreateShortCut "$SMPROGRAMS\$STARTMENU_STRING\Uninstall ${PRODUCT_NAME} ${PRODUCT_VERSION}.lnk" "$INSTDIR\uninst.exe"
SetOutPath "$INSTDIR"
SectionEnd
@@ -405,7 +405,7 @@ Section Uninstall
Delete "$INSTDIR\${PRODUCT_NAME}.url"
Delete "$INSTDIR\uninst.exe"
Delete "$SMPROGRAMS\$STARTMENU_STRING\Uninstall ${PRODUCT_NAME} ${PRODUCT_VERSION}.lnk"
- Delete "$SMPROGRAMS\$STARTMENU_STRING\QtSoftware.com.lnk"
+ Delete "$SMPROGRAMS\$STARTMENU_STRING\qt.nokia.com.lnk"
RMDir "$SMPROGRAMS\$STARTMENU_STRING"
RMDir "$INSTDIR"
diff --git a/tools/installer/nsis/opensource.ini b/tools/installer/nsis/opensource.ini
index 58982d2a8..6b4f4be3c 100644
--- a/tools/installer/nsis/opensource.ini
+++ b/tools/installer/nsis/opensource.ini
@@ -55,8 +55,8 @@ Bottom=78
[Field 2]
Type=Link
-Text=http://qtsoftware.com/developer/downloads/qt
-State=http://qtsoftware.com/developer/downloads/qt
+Text=http://qt.nokia.com/downloads
+State=http://qt.nokia.com/downloads
Left=0
Right=278
Top=80
@@ -64,8 +64,8 @@ Bottom=88
[Field 3]
Type=Link
-Text=http://qtsoftware.com/company/model
-State=http://qtsoftware.com/company/model
+Text=http://qt.nokia.com/about
+State=http://qt.nokia.com/about
Left=0
Right=267
Top=112