Commit 9b880b56 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Delete *.dll and plugins before install.

This will remove the issues that people reported about entry-point not found...
parent 5a4c6cde
...@@ -400,12 +400,14 @@ Section $Name_Section01 SEC01 ...@@ -400,12 +400,14 @@ Section $Name_Section01 SEC01
!insertmacro InstallFile vlc.exe.manifest !insertmacro InstallFile vlc.exe.manifest
; All dlls ; All dlls
Delete *.dll
!insertmacro InstallFile *.dll !insertmacro InstallFile *.dll
; Text files ; Text files
!insertmacro InstallFile *.txt !insertmacro InstallFile *.txt
; Subfolders ; Subfolders
RMDir /r "$INSTDIR\plugins"
!insertmacro InstallFolder plugins !insertmacro InstallFolder plugins
!insertmacro InstallFolder locale !insertmacro InstallFolder locale
!insertmacro InstallFolder osdmenu !insertmacro InstallFolder osdmenu
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment