Ignore:
Timestamp:
2014-07-10T18:33:10+02:00 (11 years ago)
Author:
donvip
Message:

[josm_win_installer] fix #josm10241 - disable quicklaunch icon by default + need Java 7 minimum

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/nsis/josm.nsi

    r30198 r30517  
    333333Section $(JOSM_SEC_DESKTOP_ICON) SecDesktopIcon
    334334;-------------------------------------------
    335 ; SectionIn 1 2
    336335; Create desktop icon
    337336; Desktop icon for a program should not be installed as default!
     
    341340Section $(JOSM_SEC_QUICKLAUNCH_ICON) SecQuickLaunchIcon
    342341;-------------------------------------------
    343 SectionIn 1 2
    344 ; Create quick launch icon
     342; Create quick launch icon. Does not really exist as of Windows 7/8 but still advanced users use it.
     343; Only disable it by default, see #10241
    345344CreateShortCut "$QUICKLAUNCH\JOSM.lnk" "$INSTDIR\josm.exe" "" "$INSTDIR\josm.exe" 0 "" "" $(JOSM_LINK_TEXT)
    346345SectionEnd
Note: See TracChangeset for help on using the changeset viewer.