[PATCH 0/1] MR6395: msiexec: Remove an obsolete fixme.
29 Aug
2024
29 Aug
'24
10:56 a.m.
29 Aug
29 Aug
10:56 a.m.
New subject: [PATCH 1/1] msiexec: Remove an obsolete fixme.
From: Hans Leidekker <hans(a)codeweavers.com> --- programs/msiexec/msiexec.c | 1 - 1 file changed, 1 deletion(-) diff --git a/programs/msiexec/msiexec.c b/programs/msiexec/msiexec.c index 68b7c938097..b2135e67479 100644 --- a/programs/msiexec/msiexec.c +++ b/programs/msiexec/msiexec.c @@ -729,7 +729,6 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine WINE_TRACE("argvW[%d] = %s\n", i, wine_dbgstr_w(argvW[i])); PackageName = argvW[i]; StringListAppend(&property_list, L"ACTION=ADMIN"); - WINE_FIXME("Administrative installs are not currently supported\n"); } else if(msi_option_prefix(argvW[i], "f")) { -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/6395
473
Age (days ago)
473
Last active (days ago)
1 comments
2 participants
participants (2)
-
Hans Leidekker -
Hans Leidekker (@hans)