http://bugs.winehq.org/show_bug.cgi?id=18889
Rick stingray@andersonstoperu.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |stingray@andersonstoperu.co | |m
--- Comment #23 from Rick stingray@andersonstoperu.com 2009-12-02 20:13:21 --- (In reply to comment #14)
!!! It's work only if extract manifest from ACEDAO.DLL (for sample with Restorator 2007) and put extracted file with name "acedao.manifest" in directory with MS ACCESS 2007. After this operation ACEDAO.DLL must be removed from program directory, else msaccess.exe have no start.
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