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/HiveJanitorServiceInstaller.nsi

    r11599 r11652  
    5656  File "${JANITORBUILDPATH}\HeuristicLab.Services.Hive-3.3.dll"
    5757  File "${JANITORBUILDPATH}\HeuristicLab.Tracing-3.3.dll"
    58   File "${JANITORBUILDPATH}\ICSharpCode.SharpZipLib License.txt"
    59   File "${JANITORBUILDPATH}\ICSharpCode.SharpZipLib.dll"
    60 
     58 
    6159  WriteRegStr HKLM SOFTWARE\HeuristicLabHiveJanitorService "Install_Dir" "$INSTDIR"
    6260  WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\HeuristicLabHiveJanitorService" "DisplayName" "HeuristicLabHiveJanitorService"
     
    8785  Delete "$INSTDIR\HeuristicLab.Services.Hive-3.3.dll"
    8886  Delete "$INSTDIR\HeuristicLab.Tracing-3.3.dll"
    89   Delete "$INSTDIR\ICSharpCode.SharpZipLib License.txt"
    90   Delete "$INSTDIR\ICSharpCode.SharpZipLib.dll"   
    9187  Delete "$INSTDIR\uninstall.exe"
    9288
Note: See TracChangeset for help on using the changeset viewer.