http://bugs.winehq.org/show_bug.cgi?id=33473
Bug #: 33473 Summary: Key DACL prevents creation of registry keys. Product: Wine Version: 1.5.29 Platform: x86 OS/Version: Linux Status: NEW Keywords: regression Severity: normal Priority: P2 Component: wineserver AssignedTo: wine-bugs@winehq.org ReportedBy: julliard@winehq.org CC: ehoover@mines.edu Classification: Unclassified Regression SHA1: 04cd764d7688c59f88c19b25d5c6baea75a15ba1
The key DACL introduced by commit 04cd764d7688c59f88c19b25d5c6baea75a15ba1 breaks creation of registry keys in installers. Tested with the Xtreme 5 Graphic Designer installer from bug 14713: http://store.downloadcrew.com/p28537-magix_xtreme_photo__graphic_designer_5.
err:msi:ITERATE_WriteRegistryValues Could not create key L"Software\MAGIX\Foto_Manager_10\MsiKeyPath" err:msi:ITERATE_Actions Execution halted, action L"WriteRegistryValues" returned 1627
Creation of the MAGIX subkey fails with access denied because of the DACL.
http://bugs.winehq.org/show_bug.cgi?id=33473
--- Comment #1 from Erich Hoover ehoover@mines.edu 2013-04-27 22:20:36 CDT --- Fix submitted: http://source.winehq.org/patches/data/95925
http://bugs.winehq.org/show_bug.cgi?id=33473
--- Comment #2 from Erich Hoover ehoover@mines.edu 2013-04-29 16:16:31 CDT --- (In reply to comment #1)
Fix submitted: http://source.winehq.org/patches/data/95925
Fixed committed: 03d99df597821376e982a1f547bec3b218697662
http://bugs.winehq.org/show_bug.cgi?id=33473
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |03d99df597821376e982a1f547b | |ec3b218697662 Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #3 from Alexandre Julliard julliard@winehq.org 2013-04-29 17:23:27 CDT --- Fixed, thanks!
http://bugs.winehq.org/show_bug.cgi?id=33473
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard julliard@winehq.org 2013-05-10 13:41:45 CDT --- Closing bugs fixed in 1.5.30.
http://bugs.winehq.org/show_bug.cgi?id=33473
Dario dmanglada@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dmanglada@gmail.com
--- Comment #5 from Dario dmanglada@gmail.com 2013-08-31 18:53:27 CDT --- Hi there,
while trying to install 'Adobe Acrobat 9.2.0 Pro Extended' I have stumbled into something very similar to this bug.
I am running Wine 1.6.0 over a Kubuntu 13.04 amd64 box.
This is how I proceded :
WINEARCH=win32 WINEPREFIX=~/.wineacrobat winecfg
WINEPREFIX=~/.wineacrobat winetricks ie7
... then start installation , activating the product , continue installing ... and just before finishing the installation I got this :
err:msi:ITERATE_WriteRegistryValues Could not create key L"Interface\{34A715A0-6587-11D0-924A-0020AFC7AC4D}" err:msi:ITERATE_Actions Execution halted, action L"WriteRegistryValues" returned 1627 err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1627
Could you please have a look at that ?
Thank you very much !!!
http://bugs.winehq.org/show_bug.cgi?id=33473
--- Comment #6 from Bruno Jesus 00cpxxx@gmail.com 2013-08-31 22:55:28 CDT --- (In reply to comment #5)
Hi there,
while trying to install 'Adobe Acrobat 9.2.0 Pro Extended' I have stumbled into something very similar to this bug.
I am running Wine 1.6.0 over a Kubuntu 13.04 amd64 box. ...
Could you please have a look at that ?
Please update to wine 1.7.1 and try again, if the problem persists open a new bug.