Changeset 17700 in osm for applications/editors/josm/nsis/josm.nsi
- Timestamp:
- 2009-09-19T23:59:00+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/nsis/josm.nsi
r14201 r17700 288 288 SetOutPath $INSTDIR 289 289 File "josm.exe" 290 File "..\core\dist\josm-custom.jar" 290 291 291 292 ; XXX - should be provided/done by josm.jar itself and not here! … … 427 428 SetShellVarContext current 428 429 429 Delete "$INSTDIR\josm .exe"430 Delete "$INSTDIR\josm-custom.jar" 430 431 IfErrors 0 NoJOSMErrorMsg 431 MessageBox MB_OK $(un.JOSM_IN_USE_ERROR) IDOK 0 ;skipped if josm. exeremoved432 MessageBox MB_OK $(un.JOSM_IN_USE_ERROR) IDOK 0 ;skipped if josm.jar removed 432 433 Abort $(un.JOSM_IN_USE_ERROR) 433 434 NoJOSMErrorMsg: 435 Delete "$INSTDIR\josm.exe" 434 436 Delete "$INSTDIR\imageformats\qjpeg4.dll" 435 437 RMDir "$INSTDIR\imageformats"
Note:
See TracChangeset
for help on using the changeset viewer.