Skip to content

Commit acff0b1

Browse files
author
timlinux
committedMar 30, 2011
nsi updates: commented out reboot which causes nsis to fail for me. Updated quickpackage to set version name to 1.7
git-svn-id: http://svn.osgeo.org/qgis/trunk@15642 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 44bf9e9 commit acff0b1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎ms-windows/QGIS-Installer.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ Section "Quantum GIS" SecQGIS
427427
nsExec::ExecToLog '"$0" /c "$INSTALL_DIR\postinstall.bat"'
428428

429429
!if ${INSTALLER_TYPE} == "OSGeo4W"
430-
IfFileExists "$INSTALL_DIR\etc\reboot" SetRebootFlag true
430+
;IfFileExists "$INSTALL_DIR\etc\reboot" SetRebootFlag true
431431

432432
Delete "$DESKTOP\Quantum GIS (${VERSION_NUMBER}).lnk"
433433
CreateShortCut "$DESKTOP\Quantum GIS (${VERSION_NUMBER}).lnk" "$INSTALL_DIR\bin\nircmd.exe" 'exec hide "$INSTALL_DIR\bin\qgis.bat"' \

‎ms-windows/quickpackage.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
# Tim Sutton November 2010
1313

1414
makensis \
15-
-DVERSION_NUMBER='1.6.0' \
16-
-DVERSION_NAME='Copiapo' \
15+
-DVERSION_NUMBER='1.7.0' \
16+
-DVERSION_NAME='Wroclaw' \
1717
-DSVN_REVISION='0' \
1818
-DQGIS_BASE='Quantum GIS' \
19-
-DINSTALLER_NAME='QGIS-1-6-0-Setup.exe' \
20-
-DDISPLAYED_NAME='Quantum GIS 1.6.0' \
19+
-DINSTALLER_NAME='QGIS-1-7-0-Setup.exe' \
20+
-DDISPLAYED_NAME='Quantum GIS 1.7.0' \
2121
-DBINARY_REVISION=1 \
2222
-DINSTALLER_TYPE=OSGeo4W \
2323
-DPACKAGE_FOLDER=osgeo4w/unpacked \

0 commit comments

Comments
 (0)
Please sign in to comment.