Skip to main content

Problem:

Installation of Net Express or Server for COBOL fails with the following error after hitting Next from the Welcome screen:

"error 1606 Could not access network location \\\\MachineName\\ShareName\\FolderName"

Resolution:

It appears Microsoft Installer needs to validate the locations that are specified for the following registry keys before starting the actual installation:

  1. Personal
  2. My Music
  3. My Pictures
  4. My Video

These registry keys are found from HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\User Shell Folders, and they need to point to a valid location.

Here are their respective value by default:

Personal %USERPROFILE%\\Documents
My Music %USERPROFILE%\\Music
My Pictures %USERPROFILE%\\Pictures
My Video %USERPROFILE%\\Videos