Skip to content

Commit 4c055b9

Browse files
author
jef
committed
fix #3082
git-svn-id: http://svn.osgeo.org/qgis/trunk@14350 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent c06db86 commit 4c055b9

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

ms-windows/QGIS-Installer.nsi

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,6 @@ Section "Quantum GIS" SecQGIS
352352
File .\Installer-Files\QGIS.ico
353353
File .\Installer-Files\QGIS_Web.ico
354354
SetOutPath "$INSTALL_DIR"
355-
File .\Installer-Files\QGIS-WebSite.url
356355
!if ${INSTALLER_TYPE} == "OSGeo4W"
357356
File .\Installer-Files\postinstall.bat
358357
File .\Installer-Files\preremove.bat
@@ -420,12 +419,6 @@ Section "Quantum GIS" SecQGIS
420419
"$INSTALL_DIR\icons\QGIS.ico" "" SW_SHOWNORMAL "" "Launch ${COMPLETE_NAME}"
421420
!endif
422421

423-
CreateShortCut "$SMPROGRAMS\${QGIS_BASE}\Quantum GIS Web Site.lnk" "$INSTALL_DIR\QGIS-WebSite.url" ""\
424-
"$INSTALL_DIR\icons\QGIS_Web.ico" "" SW_SHOWNORMAL "" "Visit the Quantum GIS Web Site"
425-
426-
CreateShortCut "$SMPROGRAMS\${QGIS_BASE}\Uninstall ${QGIS_BASE}.lnk" "$INSTALL_DIR\Uninstall-QGIS.exe" ""\
427-
"$INSTALL_DIR\Uninstall-QGIS.exe" "" SW_SHOWNORMAL "" "Uninstall ${COMPLETE_NAME}"
428-
429422
GetFullPathName /SHORT $0 $INSTALL_DIR
430423
System::Call 'Kernel32::SetEnvironmentVariableA(t, t) i("OSGEO4W_ROOT", "$0").r0'
431424
System::Call 'Kernel32::SetEnvironmentVariableA(t, t) i("OSGEO4W_STARTMENU", "$SMPROGRAMS\${QGIS_BASE}").r0'
@@ -581,8 +574,6 @@ Section "Uninstall"
581574
Delete "$INSTDIR\e00conv.exe"
582575
Delete "$INSTDIR\gpsbabel.exe"
583576

584-
Delete "$INSTDIR\QGIS-WebSite.url"
585-
586577
Delete "$INSTDIR\*.dll"
587578
Delete "$INSTDIR\*.csv"
588579

0 commit comments

Comments
 (0)