Home > General > Linux, Wine and Access 2007

Linux, Wine and Access 2007

January 10th, 2010 Leave a comment Go to comments

Currently, Access will install but not start up (bugs 18889 & 1­9297). There are two known workarounds (tested in 1.1.33):

Workaround 1:(preferred method, as it does not remove any dependencies)

  1. Use a resource editor to extract the manifest from ACEDAO.DLL (you will find it in the same directory as msaccess.exe). (I used Resource Tuner; it has a free trial and runs well under Wine.) 
  2. Save the extracted manifest as acedao.manifest in the same directory as msaccess.exe.
  3. Delete or rename the ACEDAO.DLL located in that directory.  (There is another copy in another directory–no need to change it.) 

Workaround 2: (use only if there is no ACEDAO.DLL installed anywhere)

  1. Open the file msaccess.exe.manifest­ (you should find it in the same directory as msaccess.exe) in a text editor.
  2. Delete the following: ­ ­
     <dependency>  <dependentAssembly>  <assemblyIdentity type="win32" name="AceDAO" version="12.0.0.0" language="*"  processorArchitecture="X86">  </assemblyIdentity>  </dependentAssembly>­  </dependency>­ 
  3. Save the edited file.

Posted via web from Brian Junyor’s Stream

Categories: General
  • Aubeneau

    thanks many times…

  • Smuddel

    Vielen vielen Dank!

  • jak

    Thank you!