From a89452f6e6bc4b1a17337720fce1998d5e77e184 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Sun, 26 Dec 2010 00:01:01 +0100 Subject: [PATCH] Include more wxWidgets DLLs --- installer/mkvtoolnix-unicode.nsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/installer/mkvtoolnix-unicode.nsi b/installer/mkvtoolnix-unicode.nsi index 5d886f36d..15b64a771 100644 --- a/installer/mkvtoolnix-unicode.nsi +++ b/installer/mkvtoolnix-unicode.nsi @@ -127,6 +127,7 @@ Section "Program files" SEC01 File "mkvpropedit.exe" File "mmg.exe" File "wxbase28u_gcc_custom.dll" + File "wxmsw28u_adv_gcc_custom.dll" File "wxmsw28u_core_gcc_custom.dll" File "wxmsw28u_html_gcc_custom.dll" SetOutPath "$INSTDIR\data" @@ -404,6 +405,7 @@ Section Uninstall Delete "$INSTDIR\mingwm10.dll" Delete "$INSTDIR\regex2.dll" Delete "$INSTDIR\wxbase28u_gcc_custom.dll" + Delete "$INSTDIR\wxmsw28u_adv_gcc_custom.dll" Delete "$INSTDIR\wxmsw28u_core_gcc_custom.dll" Delete "$INSTDIR\wxmsw28u_html_gcc_custom.dll" Delete "$INSTDIR\zlib1.dll"