[vlc-devel] commit: Delete *.dll and plugins before install. (Jean-Baptiste Kempf )
git version control
git at videolan.org
Tue Sep 16 08:00:20 CEST 2008
vlc | branch: 0.9-bugfix | Jean-Baptiste Kempf <jb at videolan.org> | Mon Sep 15 23:02:05 2008 -0700| [9b880b5602f55166ec80b38c1d227905dd5b3bba] | committer: Jean-Baptiste Kempf
Delete *.dll and plugins before install.
This will remove the issues that people reported about entry-point not found...
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9b880b5602f55166ec80b38c1d227905dd5b3bba
---
extras/package/win32/vlc.win32.nsi.in | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/extras/package/win32/vlc.win32.nsi.in b/extras/package/win32/vlc.win32.nsi.in
index daec099..9eaa82e 100644
--- a/extras/package/win32/vlc.win32.nsi.in
+++ b/extras/package/win32/vlc.win32.nsi.in
@@ -400,12 +400,14 @@ 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