[vlc-devel] commit: Revert "Delete *.dll and plugins before install." ( Jean-Baptiste Kempf )

git version control git at videolan.org
Wed Sep 17 02:03:59 CEST 2008


vlc | branch: 0.9-bugfix | Jean-Baptiste Kempf <jb at videolan.org> | Tue Sep 16 16:45:12 2008 -0700| [3c1281bd5feb49b8e05f59673aa81fd7439486ae] | committer: Jean-Baptiste Kempf 

Revert "Delete *.dll and plugins before install."

This reverts commit 9b880b5602f55166ec80b38c1d227905dd5b3bba.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3c1281bd5feb49b8e05f59673aa81fd7439486ae
---

 extras/package/win32/vlc.win32.nsi.in |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/extras/package/win32/vlc.win32.nsi.in b/extras/package/win32/vlc.win32.nsi.in
index 9eaa82e..daec099 100644
--- a/extras/package/win32/vlc.win32.nsi.in
+++ b/extras/package/win32/vlc.win32.nsi.in
@@ -400,14 +400,12 @@ Section $Name_Section01 SEC01
   !insertmacro InstallFile vlc.exe.manifest
 
   ; All dlls
-  Delete *.dll
   !insertmacro InstallFile *.dll
 
   ; Text files
   !insertmacro InstallFile *.txt
 
   ; Subfolders
-  RMDir /r "$INSTDIR\plugins"
   !insertmacro InstallFolder plugins
   !insertmacro InstallFolder locale
   !insertmacro InstallFolder osdmenu




More information about the vlc-devel mailing list