Administrative installation of the Access run-time application is not successful (824171)



The information in this article applies to:

  • Microsoft Office Access 2003

Moderate: Requires basic macro, coding, and interoperability skills. This article applies only to a Microsoft Access database (.mdb).

SYMPTOMS

If you try to perform an administrative installation of the Access run-time application by using the msiexec /a accessrt.msi command, the Setup program quits and the run-time application is not installed. You do not receive an error message when the Setup program quits.

CAUSE

This problem occurs because the Access run-time is not designed to support administrative installations.

MORE INFORMATION

Steps to reproduce the behavior

  1. Open Windows Explorer.
  2. In the C:\Program Files folder, create a new folder, and then name the folder accessrt.
  3. Obtain the Accessrt.msi file from the Microsoft Office 2003 CD, and then paste the file in the accessrt folder.
  4. Click Start, and then click Run.
  5. In the Open box, type cmd, and then click OK.

    By default, the command prompt window opens.
  6. Locate the accessrt folder, and then type the following command:

    msiexec /a accessrt.msi

    The Setup program quits, and you do not receive an error message. However, the Access run-time application is not installed.

Modification Type:MajorLast Reviewed:8/31/2005
Keywords:kbSecurity kbsetup kbprb KB824171 kbAudDeveloper