Changeset 17700 in osm
- Timestamp:
- 2009-09-19T23:59:00+02:00 (15 years ago)
- Location:
- applications/editors/josm/nsis
- Files:
-
- 4 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" -
applications/editors/josm/nsis/launch4j.xml
r14517 r17700 1 1 <launch4jConfig> 2 <dontWrapJar> false</dontWrapJar>2 <dontWrapJar>true</dontWrapJar> 3 3 <headerType>0</headerType> 4 <jar> ../core/dist/josm-custom.jar</jar>4 <jar>josm-custom.jar</jar> 5 5 <outfile>josm.exe</outfile> 6 6 <errTitle></errTitle> -
applications/editors/josm/nsis/locale/english.nsh
r14201 r17700 48 48 !insertmacro JOSM_MACRO_DEFAULT_STRING un.JOSM_FULL_UNINSTALL "All (remove all)" 49 49 50 !insertmacro JOSM_MACRO_DEFAULT_STRING un.JOSM_IN_USE_ERROR "Please note: josm .execould not be removed, it's probably in use!"50 !insertmacro JOSM_MACRO_DEFAULT_STRING un.JOSM_IN_USE_ERROR "Please note: josm could not be removed, it's probably in use!" 51 51 !insertmacro JOSM_MACRO_DEFAULT_STRING un.JOSM_INSTDIR_ERROR "Please note: The directory $INSTDIR could not be removed!" 52 52 -
applications/editors/josm/nsis/locale/german.nsh
r14201 r17700 45 45 !insertmacro JOSM_MACRO_DEFAULT_STRING un.JOSM_FULL_UNINSTALL "Alles (alles entfernen)" 46 46 47 !insertmacro JOSM_MACRO_DEFAULT_STRING un.JOSM_IN_USE_ERROR "Achtung: josm .exekonnte nicht entfernt werden, möglicherweise wird es noch benutzt!"47 !insertmacro JOSM_MACRO_DEFAULT_STRING un.JOSM_IN_USE_ERROR "Achtung: josm konnte nicht entfernt werden, möglicherweise wird es noch benutzt!" 48 48 !insertmacro JOSM_MACRO_DEFAULT_STRING un.JOSM_INSTDIR_ERROR "Achtung: Das Verzeichnis $INSTDIR konnte nicht entfernt werden!" 49 49
Note:
See TracChangeset
for help on using the changeset viewer.