Ignore:
Timestamp:
2009-09-19T23:59:00+02:00 (16 years ago)
Author:
ulf
Message:

As there were some discussion about the windows installer:
Instead of integrating the josm jar file into the josm.exe file, install it as a separate file.
This way it might be easier for others to understand what the installer is doing.

File:
1 edited

Legend:

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

    r14201 r17700  
    288288SetOutPath $INSTDIR
    289289File "josm.exe"
     290File "..\core\dist\josm-custom.jar"
    290291
    291292; XXX - should be provided/done by josm.jar itself and not here!
     
    427428SetShellVarContext current
    428429
    429 Delete "$INSTDIR\josm.exe"
     430Delete "$INSTDIR\josm-custom.jar"
    430431IfErrors 0 NoJOSMErrorMsg
    431         MessageBox MB_OK $(un.JOSM_IN_USE_ERROR) IDOK 0 ;skipped if josm.exe removed
     432        MessageBox MB_OK $(un.JOSM_IN_USE_ERROR) IDOK 0 ;skipped if josm.jar removed
    432433        Abort $(un.JOSM_IN_USE_ERROR)
    433434NoJOSMErrorMsg:
     435Delete "$INSTDIR\josm.exe"
    434436Delete "$INSTDIR\imageformats\qjpeg4.dll"
    435437RMDir "$INSTDIR\imageformats"
Note: See TracChangeset for help on using the changeset viewer.