diff --git a/dist/windows/strawberry.nsi.in b/dist/windows/strawberry.nsi.in index 37fedc23a..f6e9f30f8 100644 --- a/dist/windows/strawberry.nsi.in +++ b/dist/windows/strawberry.nsi.in @@ -306,10 +306,12 @@ Section "Strawberry" Strawberry File "libexpat-1.dll" File "libmman.dll" File "libmpfr-6.dll" + File "libpcre2-8d.dll" File "libpcre2-16d.dll" File "libreadline8.dll" File "libtermcap.dll" !else + File "libpcre2-8.dll" File "libpcre2-16.dll" !endif @@ -392,6 +394,7 @@ Section "Strawberry" Strawberry File "libpng16.dll" File "libprotobuf.dll" File "libxml2.dll" + File "pcre2-8.dll" File "pcre2-16.dll" File "zlib.dll" !endif @@ -399,6 +402,7 @@ Section "Strawberry" Strawberry File "libpng16d.dll" File "libprotobufd.dll" File "libxml2d.dll" + File "pcre2-8d.dll" File "pcre2-16d.dll" File "zlibd.dll" !endif @@ -781,10 +785,12 @@ Section "Uninstall" Delete "$INSTDIR\libexpat-1.dll" Delete "$INSTDIR\libmman.dll" Delete "$INSTDIR\libmpfr-6.dll" + Delete "$INSTDIR\libpcre2-8d.dll" Delete "$INSTDIR\libpcre2-16d.dll" Delete "$INSTDIR\libreadline8.dll" Delete "$INSTDIR\libtermcap.dll" !else + Delete "$INSTDIR\libpcre2-8.dll" Delete "$INSTDIR\libpcre2-16.dll" !endif @@ -867,6 +873,7 @@ Section "Uninstall" Delete "$INSTDIR\libpng16.dll" Delete "$INSTDIR\libprotobuf.dll" Delete "$INSTDIR\libxml2.dll" + Delete "$INSTDIR\pcre2-8.dll" Delete "$INSTDIR\pcre2-16.dll" Delete "$INSTDIR\zlib.dll" !endif @@ -874,6 +881,7 @@ Section "Uninstall" Delete "$INSTDIR\libpng16d.dll" Delete "$INSTDIR\libprotobufd.dll" Delete "$INSTDIR\libxml2d.dll" + Delete "$INSTDIR\pcre2-8d.dll" Delete "$INSTDIR\pcre2-16d.dll" Delete "$INSTDIR\zlibd.dll" !endif