Changeset 11467 in josm


Ignore:
Timestamp:
2017-01-16T17:05:35+01:00 (7 years ago)
Author:
bastiK
Message:

applied #14242 - Uninstaller is buggy in silent mode (patch by IdealChain)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/windows/josm.nsi

    r7849 r11467  
    381381SetShellVarContext current
    382382
     383ClearErrors
    383384Delete "$INSTDIR\josm-tested.jar"
    384385IfErrors 0 NoJOSMErrorMsg
     
    442443SectionIn 1 2
    443444; this test must be done after all other things uninstalled (e.g. Global Settings)
     445IfSilent NoFinalErrorMsg
    444446IfFileExists "$INSTDIR" 0 NoFinalErrorMsg
    445447    MessageBox MB_OK $(un.JOSM_INSTDIR_ERROR) IDOK 0 ; skipped if dir doesn't exist
Note: See TracChangeset for help on using the changeset viewer.