[vlmc-devel] nsis: Install OpenSSL dlls and remove them on uninstall.

Rohit Yadav git at videolan.org
Thu Jul 28 07:34:59 CEST 2011


vlmc | branch: master | Rohit Yadav <rohityadav89 at gmail.com> | Thu Jul 28 11:16:37 2011 +0530| [800c84cd5d47db6fc0ee015ffe0864a5f58478aa] | committer: Rohit Yadav

nsis: Install OpenSSL dlls and remove them on uninstall.

> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=800c84cd5d47db6fc0ee015ffe0864a5f58478aa
---

 nsis/installer.nsi |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/nsis/installer.nsi b/nsis/installer.nsi
index 54a1b06..c05ece1 100644
--- a/nsis/installer.nsi
+++ b/nsis/installer.nsi
@@ -61,6 +61,8 @@ Section "@PROJECT_NAME_SHORT@ (required)"
   ; Put file there
   File "libvlc.dll"
   File "libvlccore.dll"
+  File "libeay32.dll"
+  File "ssleay32.dll"
 ;  File "mingwm10.dll"
 ;  File "libgcc_s_dw2-1.dll"
 ;  File "QtCore4.dll"
@@ -124,6 +126,8 @@ Section "Uninstall"
   Delete "$INSTDIR\uninstall.exe"
   Delete "$INSTDIR\libvlc.dll"
   Delete "$INSTDIR\libvlccore.dll"
+  Delete "$INSTDIR\libeay32.dll"
+  Delete "$INSTDIR\ssleay32.dll"
 ;  Delete "$INSTDIR\mingwm10.dll"
 ;  Delete "$INSTDIR\libgcc_s_dw2-1.dll"
 ;  Delete "$INSTDIR\QtCore4.dll"



More information about the Vlmc-devel mailing list