12 Aug
2025
12 Aug
'25
8:15 a.m.
Commit 8cd69810596e ("msi: Get system directory just once.") remove call to GetSystemDirectoryW() in load_fusion_dlls() but forgot to add corresponding wcscpy() call. This causes loading mscoree.dll to fail, breaking .NET-assembly-related functionalities. Add it back. --- Note: it seems like there isn't a test which actually test interactions between msi.dll and GAC/WinSxS. It probably makes sense to add some or modify existing ones. -- v2: msi: fix .NET assembly-related functionalities due to missed string copy https://gitlab.winehq.org/wine/wine/-/merge_requests/8756