Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/04/14 13:23:58 (10 years ago)
Author:
ascheibe
Message:

#2244 removed references to SharpZipLib from installer files as this is not needed anymore with #2247

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/Installers/HiveSlaveInstaller.nsi

    r11599 r11652  
    6363  File "${SLAVEBUILDPATH}\HeuristicLab.PluginInfrastructure-3.3.dll"
    6464  File "${SLAVEBUILDPATH}\HeuristicLab.Tracing-3.3.dll"
    65   File "${SLAVEBUILDPATH}\ICSharpCode.SharpZipLib License.txt"
    66   File "${SLAVEBUILDPATH}\ICSharpCode.SharpZipLib.dll"
    6765
    6866
     
    102100  Delete $INSTDIR\HeuristicLab.PluginInfrastructure-3.3.dll
    103101  Delete $INSTDIR\HeuristicLab.Tracing-3.3.dll
    104   Delete "$INSTDIR\ICSharpCode.SharpZipLib License.txt"
    105   Delete $INSTDIR\ICSharpCode.SharpZipLib.dll
    106102  Delete $INSTDIR\uninstall.exe
    107103
Note: See TracChangeset for help on using the changeset viewer.