[Bug 47405] Windows 7 Updates Installer batch script: ' Run as administrator'

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Jun 22 13:28:20 CDT 2019


https://bugs.winehq.org/show_bug.cgi?id=47405

Zebediah Figura <z.figura12 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |z.figura12 at gmail.com

--- Comment #1 from Zebediah Figura <z.figura12 at gmail.com> ---
set _reg=%windir%\system32\reg.exe
%_reg% query "HKU\S-1-5-19" 1>nul 2>nul || goto :E_Admin

It wants the key S-1-5-19 to exist, which Wine currently doesn't create. Then
it runs into bug 32679.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list