diff --git a/dist/windows/strawberry.nsi.in b/dist/windows/strawberry.nsi.in index ccbf9a323..c407869ac 100644 --- a/dist/windows/strawberry.nsi.in +++ b/dist/windows/strawberry.nsi.in @@ -334,7 +334,6 @@ Section "Strawberry" Strawberry File "libvorbisfile-3.dll" File "libwavpack-1.dll" File "libwinpthread-1.dll" - File "libxml2-2.dll" File "libzstd.dll" File "zlib1.dll" @@ -473,7 +472,6 @@ Section "Strawberry" Strawberry File "libiconv.dll" File "libpng16.dll" File "libspeex.dll" - File "libxml2.dll" File "pcre2-8.dll" File "pcre2-16.dll" File "twolame.dll" @@ -484,7 +482,6 @@ Section "Strawberry" Strawberry File "libiconvd.dll" File "libpng16d.dll" File "libspeexd.dll" - File "libxml2d.dll" File "pcre2-8d.dll" File "pcre2-16d.dll" File "twolamed.dll" @@ -511,6 +508,7 @@ Section "Strawberry" Strawberry !ifdef msvc && debug File "icuin75d.dll" File "icuuc75d.dll" + File "libxml2d.dll" File "Qt6Concurrentd.dll" File "Qt6Cored.dll" File "Qt6Guid.dll" @@ -520,6 +518,7 @@ Section "Strawberry" Strawberry !else File "icuin75.dll" File "icuuc75.dll" + File "libxml2.dll" File "Qt6Concurrent.dll" File "Qt6Core.dll" File "Qt6Gui.dll" @@ -903,7 +902,6 @@ Section "Uninstall" Delete "$INSTDIR\libvorbisfile-3.dll" Delete "$INSTDIR\libwavpack-1.dll" Delete "$INSTDIR\libwinpthread-1.dll" - Delete "$INSTDIR\libxml2-2.dll" Delete "$INSTDIR\libzstd.dll" Delete "$INSTDIR\zlib1.dll" @@ -1042,7 +1040,6 @@ Section "Uninstall" Delete "$INSTDIR\libiconv.dll" Delete "$INSTDIR\libpng16.dll" Delete "$INSTDIR\libspeex.dll" - Delete "$INSTDIR\libxml2.dll" Delete "$INSTDIR\pcre2-8.dll" Delete "$INSTDIR\pcre2-16.dll" Delete "$INSTDIR\twolame.dll" @@ -1053,7 +1050,6 @@ Section "Uninstall" Delete "$INSTDIR\libiconvd.dll" Delete "$INSTDIR\libpng16d.dll" Delete "$INSTDIR\libspeexd.dll" - Delete "$INSTDIR\libxml2d.dll" Delete "$INSTDIR\pcre2-8d.dll" Delete "$INSTDIR\pcre2-16d.dll" Delete "$INSTDIR\twolamed.dll" @@ -1079,6 +1075,7 @@ Section "Uninstall" !ifdef msvc && debug Delete "$INSTDIR\icuin75d.dll" Delete "$INSTDIR\icuuc75d.dll" + Delete "$INSTDIR\libxml2d.dll" Delete "$INSTDIR\Qt6Concurrentd.dll" Delete "$INSTDIR\Qt6Cored.dll" Delete "$INSTDIR\Qt6Guid.dll" @@ -1088,6 +1085,7 @@ Section "Uninstall" !else Delete "$INSTDIR\icuin75.dll" Delete "$INSTDIR\icuuc75.dll" + Delete "$INSTDIR\libxml2.dll" Delete "$INSTDIR\Qt6Concurrent.dll" Delete "$INSTDIR\Qt6Core.dll" Delete "$INSTDIR\Qt6Gui.dll"