new upstream release (3.3.0); modify package compatibility for Stretch
[ossec-hids.git] / src / win32 / ui.nsi
diff --git a/src/win32/ui.nsi b/src/win32/ui.nsi
deleted file mode 100644 (file)
index 87e4c6d..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-; This is for Vista. For some reason it is not reading
-; my template correctly. 
-
-!include "MUI.nsh"
-!define VERSION "2.7"
-!define NAME "OSSEC HIDS"
-!define /date CDATE "%b %d %Y at %H:%M:%S"
-
-
-Name "${NAME} Windows Agent v${VERSION}"
-BrandingText "Copyright (C) 2011 Trend Micro Inc."
-OutFile "win32ui.exe"
-
-
-InstallDir $PROGRAMFILES\ossec-agent
-
-
-  !define MUI_ICON favicon.ico
-
-
-  !insertmacro MUI_LANGUAGE "English"
-
-;--------------------------------
-
-Function .onInit
-    SetOutPath $INSTDIR
-    Exec '"$INSTDIR\os_win32ui.exe" "$INSTDIR"'
-    Abort
-FunctionEnd
-            
-
-
-Section "OSSEC UI - Should not be called." MainSec
-;Required section.
-SectionIn RO
-SectionEnd