Changeset 11580 in josm for trunk/windows/josm.nsi


Ignore:
Timestamp:
2017-02-18T12:56:44+01:00 (7 years ago)
Author:
stoecker
Message:

see #13470 - drop last remaining HTML imagery part in windows installer (uninstaller still contains something)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/windows/josm.nsi

    r11467 r11580  
    299299File "../../dist/turnrestrictions.jar"
    300300StrCpy $plugins "$plugins<entry value='turnrestrictions'/>"
    301 SectionEnd
    302 
    303 Section $(JOSM_SEC_WMS) SecWMS
    304 ;-------------------------------------------
    305 SectionIn 1 2
    306 SetShellVarContext current
    307 SetOutPath $INSTDIR\imageformats
    308 File "webkit-image\imageformats\qjpeg4.dll"
    309 SetOutPath $INSTDIR
    310 File "webkit-image\mingwm10.dll"
    311 File "webkit-image\QtCore4.dll"
    312 File "webkit-image\QtGui4.dll"
    313 File "webkit-image\QtNetwork4.dll"
    314 File "webkit-image\QtWebKit4.dll"
    315 File "webkit-image\webkit-image.exe"
    316301SectionEnd
    317302
     
    456441  !insertmacro MUI_DESCRIPTION_TEXT ${SecPluginsGroup} $(JOSM_SECDESC_PLUGINS_GROUP)
    457442  !insertmacro MUI_DESCRIPTION_TEXT ${SecTurnrestrictionsPlugin} $(JOSM_SECDESC_TURNRESTRICTIONS_PLUGIN)
    458   !insertmacro MUI_DESCRIPTION_TEXT ${SecWMS} $(JOSM_SECDESC_WMS)
    459443  !insertmacro MUI_DESCRIPTION_TEXT ${SecStartMenu} $(JOSM_SECDESC_STARTMENU)
    460444  !insertmacro MUI_DESCRIPTION_TEXT ${SecDesktopIcon} $(JOSM_SECDESC_DESKTOP_ICON)
Note: See TracChangeset for help on using the changeset viewer.