Access Installer Starts Every Time I Open Access

A

Abraham

I have both Access 2002 and Access 2003 Installed (English version). Access
Installer Starts Every Time I Open I open I different version of Access. It
seems to me that after applying Office XP SP3 this problem started occuring.
This is not just on my computer but also on three other computers that I know
of. So it seems it is a bug with Microsoft. Why can't they tell us what the
fix is or send an update with the fix. If I just keep using one version of
Access, the installer does not start, but as soon if I go to XP from 2003 or
2003 to XP the installer runs.

Can some please give me some advice on a fix.

Thank you
 
J

Jesper F

I have both Access 2002 and Access 2003 Installed (English version).
Access
Installer Starts Every Time I Open I open I different version of Access.
It
seems to me that after applying Office XP SP3 this problem started
occuring.
This is not just on my computer but also on three other computers that I
know
of. So it seems it is a bug with Microsoft. Why can't they tell us what
the
fix is or send an update with the fix. If I just keep using one version
of
Access, the installer does not start, but as soon if I go to XP from 2003
or
2003 to XP the installer runs.

I have the same problem, and it's been discussed in here before. I don't
think any one came up with a solution. It's some kind of bug and I'd like to
see Microsoft take care of it.

Jesper
 
K

Kase

Hi

The issue you are suffering from is related to IAMS. Due to the fact
the Access program has been installed and removed and installed the
required Dll`s have not been registered.

You can go here for microsoft`s fix

http://support.microsoft.com/kb/209805

or run this VB script


Set oWshShell = CreateObject ("WScript.Shell")

'Register dll's'
oWshShell.Run("regsvr32 /s C:\windows\system32\Msexcl40.dll")
oWshShell.Run("regsvr32 /s C:\windows\system32\Msexch40.dll")
oWshShell.Run("regsvr32 /s C:\windows\system32\Msrd2x40.dll")
oWshShell.Run("regsvr32 /s C:\windows\system32\Msrd3x40.dll")
oWshShell.Run("regsvr32 /s C:\windows\system32\Msltus40.dll")
oWshShell.Run("regsvr32 /s C:\windows\system32\Mspbde40.dll")
oWshShell.Run("regsvr32 /s C:\windows\system32\Mstext40.dll")
oWshShell.Run("regsvr32 /s C:\windows\system32\Msxbde40.dll")

wscript.quit



the installer will run one final time
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top