[Bug 19297] MS Office Access Runtime 2007 don't work

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Dec 2 20:09:45 CST 2009


http://bugs.winehq.org/show_bug.cgi?id=19297


Rick <stingray at andersonstoperu.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |stingray at andersonstoperu.co
                   |                            |m




--- Comment #23 from Rick <stingray at andersonstoperu.com>  2009-12-02 20:09:45 ---
I did not have ACEDAO.DLL installed anywhere, so deleting it was not an option. 

Another option to get access running.

Change the manifest file for access msaccess.exe.manifest found in [Your Wine
Prefix]../Program Files/Microsoft Office/Office12 and remove the dependency
reference to AceDAO, ie edit the file and remove the following lines: (it may
be run together on the same line...)

 <dependency>
 <dependentAssembly>
 <assemblyIdentity type="win32" name="AceDAO" version="12.0.0.0" language="*"
processorArchitecture="X86">
 </assemblyIdentity>
 </dependentAssembly>
 </dependency>


I found this suggestion here: http://ubuntuforums.org/showthread.php?t=1102840
and added it to ArchLinux Wiki here:
http://wiki.archlinux.org/index.php/Microsoft_Office_2007

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list