[Git][wine/wine][master] wineboot: Run services.exe from c:\windows\system32 directory.
Alexandre Julliard pushed to branch master at wine / wine Commits: 2231b967 by Dmitry Timoshkov at 2026-05-06T11:10:34-04:00 wineboot: Run services.exe from c:\windows\system32 directory. A .Net based service detects that it's running as a service by checking if its current directory is system32, otherwise the service runs in some debugging console based mode. Service processes created by services.exe inherit its current directory, so it's enough to make sure that services.exe runs from c:\windows\system32. Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru> - - - - - 1 changed file: - programs/wineboot/wineboot.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/2231b967d9e7f9712764c40aac23546... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/2231b967d9e7f9712764c40aac23546... You're receiving this email because of your account on gitlab.winehq.org. Manage all notifications: https://gitlab.winehq.org/-/profile/notifications | Help: https://gitlab.winehq.org/help
participants (1)
-
Alexandre Julliard (@julliard)