http://bugs.winehq.org/show_bug.cgi?id=22026
Summary: Symantec LiveUpdate 3.1 refuses to install in NT mode Product: Wine Version: 1.1.40 Platform: x86 OS/Version: Linux Status: NEW Keywords: Installer Severity: minor Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: kennybobs@o2.co.uk
Created an attachment (id=26783) --> (http://bugs.winehq.org/attachment.cgi?id=26783) Wine 1.1.40 console output
Symantec LiveUpdate 3.1 refuses to install in NT mode reporting "User is missing adequate access rights to the Window's registry."
Works fine in Win98 mode.
This specific version does not appear to be available for download but the license does allow distribution, so I can upload it if needed. May affect other versions but I haven't got that far yet.
http://bugs.winehq.org/show_bug.cgi?id=22026
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |ftp://ftp.symantec.com/publ | |ic/english_us_canada/liveup | |date/3.2/lusetup.exe Severity|minor |normal
--- Comment #1 from Ken Sharp kennybobs@o2.co.uk 2010-03-13 09:06:41 --- Version 3.2 has the same bug but refuses to install in Win98 mode (not supported).
http://bugs.winehq.org/show_bug.cgi?id=22026
--- Comment #2 from Ken Sharp kennybobs@o2.co.uk 2011-04-19 01:04:08 CDT --- Still present in Wine 1.3.18.
http://bugs.winehq.org/show_bug.cgi?id=22026
--- Comment #3 from Ken Sharp kennybobs@o2.co.uk 2011-10-01 06:40:14 CDT --- Created attachment 36627 --> http://bugs.winehq.org/attachment.cgi?id=36627 wine-1.3.29-121-gfdda702 +relay +seh +tid [8 MB]
Still present in wine-1.3.29-121-gfdda702. The relay log has a bunch of registry access errors but I don't know if they're relevant:
Call user32.CharPrevA(005a82d0 "01/10/2011 11:36:10 GMT This process has sufficient privileges for accessing the HKLM\SYSTEM\CurrentControlSet\Services key.",005a834f "") ret=00389551
http://bugs.winehq.org/show_bug.cgi?id=22026
--- Comment #4 from Ken Sharp kennybobs@o2.co.uk 2012-06-12 21:27:54 CDT --- No change in wine-1.5.6-32-g00fb537
http://bugs.winehq.org/show_bug.cgi?id=22026
--- Comment #5 from Ken Sharp kennybobs@o2.co.uk 2013-03-24 16:10:42 CDT --- Still present in Wine 1.5.26.
http://bugs.winehq.org/show_bug.cgi?id=22026
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Component|-unknown |tools Summary|Symantec LiveUpdate 3.1 |Symantec LiveUpdate 3.1 |refuses to install in NT |refuses to install in NT |mode |mode (needs | |HKLM\System\CurrentContro | |lSet\Services\Eventlog\A | |pplication registry key)
--- Comment #6 from Anastasius Focht focht@gmx.net 2013-03-24 17:28:27 CDT --- Hello folks,
confirming, it seems the installer is looking for Eventlog service key(s):
--- snip --- ... 0024:Call advapi32.RegOpenKeyExA(80000002,003a4c5c "SYSTEM\CurrentControlSet\Services\Eventlog\Application",00000000,0002001f,0032f354) ret=0033430d 0024:Ret advapi32.RegOpenKeyExA() retval=00000002 ret=0033430d ... 0024:Call user32.CharPrevA(005a8398 "3/24/2013 22:18:06 GMT Failed at querying SYSTEM\CurrentControlSet\Services\Eventlog\Application for KEY_READ | KEY_WRITE on HKEY_LOCAL_MACHINE; err = 2",005a8433 "") ret=00379551 ... 0024:Call user32.CharPrevA(005a70a0 "3/24/2013 22:18:06 GMT END - IsSufficientRegKeyAccessAvailable( 0 )",005a70e3 "") ret=00379551 ... 0024:Call user32.MessageBoxA(00000000,005a8358 "User is missing adequate access rights to Window's registry. LiveUpdate Installer aborts.",005a71d0 "LiveUpdate Installer",00000010) ret=00344e8e --- snip ---
Workaround: add the following key prior running the installer:
--- snip --- $ wine reg add HKLM\System\CurrentControlSet\Services\Eventlog\Application --- snip ---
$ du -sh lusetup.exe 3.4M lusetup.exe
$ sha1sum lusetup.exe 467a49bbb0bbc895f526cb4449d8569afa4e347e lusetup.exe
$ wine --version wine-1.5.26-19-g6ed2d9b
Regards
http://bugs.winehq.org/show_bug.cgi?id=22026
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |minor
http://bugs.winehq.org/show_bug.cgi?id=22026
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |240172f108e7800548c9bc41872 | |c240199c14a61 Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #7 from Anastasius Focht focht@gmx.net 2013-05-28 16:30:12 CDT --- Hello folks,
this is fixed by commit http://source.winehq.org/git/wine.git/commitdiff/240172f108e7800548c9bc41872...
Thanks Daniel
Regards
http://bugs.winehq.org/show_bug.cgi?id=22026
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #8 from Alexandre Julliard julliard@winehq.org 2013-06-07 15:02:04 CDT --- Closing bugs fixed in 1.6-rc1.