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