Changeset 4945 in osm


Ignore:
Timestamp:
2007-10-11T23:23:30+02:00 (17 years ago)
Author:
ulf
Message:

fix removal of "global plugins"

File:
1 edited

Legend:

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

    r4944 r4945  
    448448Delete "$INSTDIR\josm.exe"
    449449Delete "$INSTDIR\uninstall.exe"
    450 Delete "$INSTDIR\plugins\wmsplugin.jar"
    451 Delete "$INSTDIR\plugins\osmarender.jar"
    452 Delete "$INSTDIR\plugins\mappaint.jar"
    453 Delete "$INSTDIR\plugins\namefinder.jar"
    454 Delete "$INSTDIR\plugins\validator.jar"
     450Delete "$APPDATA\JOSM\plugins\wmsplugin.jar"
     451Delete "$APPDATA\JOSM\plugins\osmarender.jar"
     452Delete "$APPDATA\JOSM\plugins\mappaint.jar"
     453Delete "$APPDATA\JOSM\plugins\namefinder.jar"
     454Delete "$APPDATA\JOSM\plugins\validator.jar"
     455RMDir "$APPDATA\JOSM\plugins"
     456RMDir "$APPDATA\JOSM"
    455457IfErrors 0 NoJOSMErrorMsg
    456458        MessageBox MB_OK "Please note: josm.exe could not be removed, it's probably in use!" IDOK 0 ;skipped if josm.exe removed
Note: See TracChangeset for help on using the changeset viewer.