Error 105 causes installation failure

Last updated on Aug 1, 2025

Learn how to resolve error code 105 "Unable to install or uninstall the product" during app installation.

Error code 105 indicates that the installation fails when you try to install Adobe apps, such as Photoshop or Illustrator. This issue occurs when you don't have read or write permissions on the hdpim.db file, or that the hdpim.db file is corrupt.

Solution

Select Retry on the error dialog box to install or uninstall your app again. If that doesn't work, try these solutions to reinstall your app.

Required permissions missing for the caps folder

Follow these steps to give the required permissions as per your operating system. 

Required permissions missing for the hdpim.db file

Follow the steps to give the required permissions as per your operating system. 

The hdpim.db file is damaged

Follow these steps to repair the hdpim.db file:

  1. Download and install SQLite database browser.

  2. Launch the SQLite browser as Admin (Win) or using sudo (Mac).

  3. Select Open Database and browse for hdpim.db file. The file is located at:

    • Windows: C:\Program Files (x86)\Common Files\Adobe\caps\
    • macOS: /Library/Application Support/Adobe/caps/
  4. In the Execute SQL tab, run the following SQL command:

    PRAGMA integrity_check

  5. If this command reports an error, run the following command:

    sqlite3 hdpim.db ".dump" | sqlite3 new_hdpim.db

  6. Rename the original DB file to orig_hdpim.db.

  7. Rename new_hdpim.db created in step 4 to hdpim.db.

  8. Install the Adobe app.

The hdpim.db file is corrupted

Occasionally, an installation error may occur due to a corrupted or outdated hdpim.db file. By renaming this file, the system is prompted to generate a new version, which may resolve any issues and allow you to install Adobe apps.

  1. Navigate to the following location:

    • Windows: C:\Program Files (x86)\Common Files\Adobe\caps\
    • macOS: /Library/Application Support/Adobe/caps/
  2. Rename hdpim.db to old_hdpim.db.

  3. Install the Adobe app.