http://bugs.winehq.org/show_bug.cgi?id=10904
Summary: While installing Photoshop CS2 path for Adobe bridge shared DLLs is not added to PATH Product: Wine Version: 0.9.51. Platform: PC-x86-64 OS/Version: Linux Status: NEW Keywords: Installer Severity: normal Priority: P2 Component: wine-msi AssignedTo: wine-bugs@winehq.org ReportedBy: dmitry@codeweavers.com
While installing Photoshop CS2 path for Adobe bridge shared DLLs is not added to PATH, as a result I get:
[dmitry@ubuntu:~]$ cd /home/dmitry/.wine/drive_c/Program\ Files/Adobe/Adobe\ Bridge/ [dmitry@ubuntu:Adobe Bridge]$ pwd /home/dmitry/.wine/drive_c/Program Files/Adobe/Adobe Bridge [dmitry@ubuntu:Adobe Bridge]$ ~/wine/wine Bridge.exe err:module:import_dll Library libagluc28.dll (which is needed by L"C:\Program Files\Adobe\Adobe Bridge\Bridge.exe") not found err:module:import_dll Library libagli18n28.dll (which is needed by L"C:\Program Files\Adobe\Adobe Bridge\Bridge.exe") not found err:module:LdrInitializeThunk Main exe initialization for L"C:\Program Files\Adobe\Adobe Bridge\Bridge.exe" failed, status c0000135
the DLL not found above do exist, and are installed in C:\Program Files\Common Files\Adobe\AGL
After installation of Photoshop CS2 in XP "C:\Program Files\Common Files\Adobe\AGL" can be found in "PATH" variable under
HKLM,System\CurrentControlSet\Control\Session Manager\Environment
while in Wine Adobe\AGL is not added to "PATH" at all.
This looks like an MSI bug, since PS CS2 installer is MSI based.