pinoy_steal wrote: > I ask if is possible to register dll on C:\Program Files\Common Files\microsoft shared\DAO By default - no. That path is not in ... PATH where Wine is looking for dlls. You can either copy/move them over to system32 directory, create symlinks, or add ...\DAO to the PATH env var. using registry (see http://wiki.winehq.org/UsefulRegistryKeys for where to locale "PATH" variable).