http://bugs.winehq.org/show_bug.cgi?id=34327
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |focht@gmx.net Resolution| |FIXED Summary|Acrobat X Standard |Adobe Acrobat X |permissions directory bug |Pro/Standard installer | |fails to extract files | |(insufficient directory | |permissions)
--- Comment #3 from Anastasius Focht focht@gmx.net 2013-12-07 14:11:00 CST --- Hello folks,
can't reproduce the permissions issue with recent Wine 1.7.8
Comment #1 is about an entirely different problem, not belonging to this bug.
--- snip --- 004d:trace:msi:ACTION_CallDllFunction calling L"AAMIU_Install" ... 004d:Call shlwapi.PathFileExistsW(0a133bd8 L"C:\Program Files\Common Files\Adobe\AdobeApplicationManager\AAMSetup\resources\setup.xml") ret=09ffe36a ... 004d:Ret shlwapi.PathFileExistsW() retval=00000001 ret=09ffe36a ... 004d:Call ole32.CoCreateInstance(0a0acf5c,00000000,00000017,0a0acf2c,00f7cbfc) ret=09ff4fa9 004d:err:ole:CoCreateInstance apartment not initialised 004d:Ret ole32.CoCreateInstance() retval=800401f0 ret=09ff4fa9 ... 004d:trace:msi:DllThread custom action (4d) returned 1603 ... 0027:err:msi:ITERATE_Actions Execution halted, action L"AAMIU_Install.196A45B3_0387_4DF9_9420_597B6F2F9ADD" returned 1603 --- snip ---
Sub-installer log file "%temp%/PDApp.log":
--- snip --- 12/7/2013 20:58:42 [INFO] BS-ASUInstaller - Build Version - 1.5.115.0 12/7/2013 20:58:42 [INFO] BS-ASUInstaller - Logging Level verbosity Set to 4 12/7/2013 20:58:42 [INFO] PIM - Trying to access xml at path:C:\Program Files\Common Files\Adobe\AdobeApplicationManager\AAMSetup\resources\setup.xml 12/7/2013 20:58:42 [FATAL] PIM - Failed to Create XML instance : DOMDocument40 ADXML::initWithXMLPath Error:800401f0 12/7/2013 20:58:42 [ERROR] BS-ASUInstaller - Failed to init Manifest XML at path :C:\Program Files\Common Files\Adobe\AdobeApplicationManager\AAMSetup\resources\setup.xml 12/7/2013 20:58:42 [WARN] BS-ASUInstaller - Failed to pimx Paths from the BS 12/7/2013 20:58:42 [INFO] Setup - Build Version - 1.5.115.0 12/7/2013 20:58:42 [INFO] Setup - Logging Level verbosity Set to 4 12/7/2013 20:58:42 [INFO] Setup - Start Adobe Setup 12/7/2013 20:58:42 [INFO] Setup - TimeLog: Bootstrapper Start 12/7/2013 20:58:42 [INFO] Setup - TimeLog: Start initial checks 12/7/2013 20:58:42 [INFO] BS-ASUInstaller - Custom GetCommandLine Called, command line returned :BSDLL.exe --mode=silent 12/7/2013 20:58:42 [INFO] PIM - Trying to access xml at path:C:\Program Files\Common Files\Adobe\AdobeApplicationManager\AAMSetup\resources\setup.xml 12/7/2013 20:58:42 [FATAL] PIM - Failed to Create XML instance : DOMDocument40 ADXML::initWithXMLPath Error:800401f0 12/7/2013 20:58:42 [FATAL] Setup - Could not initialize ADXML object 12/7/2013 20:58:42 [FATAL] Setup - Unable to initialize. Error parsing setup.xml file 12/7/2013 20:58:42 [FATAL] Setup - End Adobe Setup. Exit code: -11 --- snip ---
The custom action thread doesn't call CoInitialize() on its own -> bug 18070
$ wine --version wine-1.7.8-128-g37460b6
Regards