Skip to content

Commit

Permalink
removed installation of traymonitor
Browse files Browse the repository at this point in the history
as we have still some problems with the traymonitor,
we dont offer to install it.
  • Loading branch information
pstorz authored and Marco van Wieringen committed Feb 17, 2015
1 parent 3970de4 commit f504f38
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions platforms/win32/winbareos.nsi
Expand Up @@ -295,30 +295,30 @@ SectionIn 2

SectionEnd

Section /o "Tray-Monitor" SEC_TRAYMON
SectionIn 1 2


SetShellVarContext all
CreateShortCut "$SMPROGRAMS\${PRODUCT_NAME}\bareos-tray-monitor.lnk" "$INSTDIR\bareos-tray-monitor.exe" '-c "$APPDATA\${PRODUCT_NAME}\tray-monitor.conf"'

File "bareos-tray-monitor.exe"
# File "libbareos.dll"
# File "libcrypto-8.dll"
# File "libgcc_s_sjlj-1.dll"
File "libpng15-15.dll"
# File "libssl-8.dll"
# File "libstdc++-6.dll"
# File "pthreadGCE2.dll"
File "QtCore4.dll"
File "QtGui4.dll"
# File "zlib1.dll"


!insertmacro InstallConfFile "tray-monitor.conf"
# File "tray-monitor.conf"

SectionEnd
#Section /o "Tray-Monitor" SEC_TRAYMON
#SectionIn 1 2
#
#
# SetShellVarContext all
# CreateShortCut "$SMPROGRAMS\${PRODUCT_NAME}\bareos-tray-monitor.lnk" "$INSTDIR\bareos-tray-monitor.exe" '-c "$APPDATA\${PRODUCT_NAME}\tray-monitor.conf"'
#
# File "bareos-tray-monitor.exe"
## File "libbareos.dll"
## File "libcrypto-8.dll"
## File "libgcc_s_sjlj-1.dll"
# File "libpng15-15.dll"
## File "libssl-8.dll"
## File "libstdc++-6.dll"
## File "pthreadGCE2.dll"
# File "QtCore4.dll"
# File "QtGui4.dll"
## File "zlib1.dll"
#
#
# !insertmacro InstallConfFile "tray-monitor.conf"
## File "tray-monitor.conf"
#
#SectionEnd


Section /o "Qt Console (BAT)" SEC_BAT
Expand Down Expand Up @@ -349,7 +349,7 @@ SectionEnd
!insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN
!insertmacro MUI_DESCRIPTION_TEXT ${SEC_CLIENT} "Installs the Bareos File Daemon and required Files"
!insertmacro MUI_DESCRIPTION_TEXT ${SEC_BCONSOLE} "Installs the CLI client console (bconsole)"
!insertmacro MUI_DESCRIPTION_TEXT ${SEC_TRAYMON} "Installs the tray Icon to monitor the Bareos client"
# !insertmacro MUI_DESCRIPTION_TEXT ${SEC_TRAYMON} "Installs the tray Icon to monitor the Bareos client"
!insertmacro MUI_DESCRIPTION_TEXT ${SEC_BAT} "Installs the Qt Console (BAT)"
!insertmacro MUI_FUNCTION_DESCRIPTION_END

Expand Down Expand Up @@ -524,7 +524,7 @@ Function .onInit
# make first section mandatory
SectionSetFlags ${SEC_CLIENT} 17 # SF_SELECTED & SF_RO
# SectionSetFlags ${SEC_BCONSOLE} ${SF_SELECTED} # SF_SELECTED
SectionSetFlags ${SEC_TRAYMON} ${SF_SELECTED} # SF_SELECTED
#SectionSetFlags ${SEC_TRAYMON} ${SF_SELECTED} # SF_SELECTED

# find out the computer name
Call GetComputerName
Expand Down

0 comments on commit f504f38

Please sign in to comment.