diff --git a/patches/msi-MsiGetDatabaseState/definition b/patches/msi-MsiGetDatabaseState/definition index 8b8efc04..ae9fd201 100644 --- a/patches/msi-MsiGetDatabaseState/definition +++ b/patches/msi-MsiGetDatabaseState/definition @@ -1,2 +1,2 @@ -Fixes: [43093] Return MSIDBSTATE_ERROR when MsiGetDatabaseState is called from a custom action +Fixes: Return MSIDBSTATE_ERROR when MsiGetDatabaseState is called from a custom action Depends: ntoskrnl-DriverTest diff --git a/patches/patchinstall.sh b/patches/patchinstall.sh index 803c359f..05e6586c 100755 --- a/patches/patchinstall.sh +++ b/patches/patchinstall.sh @@ -5863,9 +5863,6 @@ fi # | * Compiler_Warnings, ntdll-NtAllocateUuids, ntoskrnl-Stubs, dxva2-Video_Decoder, winedevice-Default_Drivers, ntoskrnl- # | DriverTest # | -# | This patchset fixes the following Wine bugs: -# | * [#43093] Return MSIDBSTATE_ERROR when MsiGetDatabaseState is called from a custom action -# | # | Modified files: # | * configure.ac, dlls/msi/database.c, dlls/msi/tests/Makefile.in, dlls/msi/tests/custom.dll/Makefile.in, # | dlls/msi/tests/custom.dll/custom.spec, dlls/msi/tests/custom.dll/main.c, dlls/msi/tests/install.c