To be able to install OpenEdge on this server remove the HKCU registry entries:
1. Backup the HKCU registry hive:
File> Export > HKEY_CURRENT_USER\SOFTWARE\PSC\PROGRESS\<version to be installed>
2. Delete the HKCU registry hive:
Edit > Delete > HKEY_CURRENT_USER\SOFTWARE\PSC\PROGRESS\<version to be installed>
Deleting these registry keys can be run from an elevated command line:
$ regedit.exe /s deleteDLCfromHCU.reg With the content of the file
deleteDLCfromHCU.reg as follows, for the appropriate OpenEdge version:
Windows Registry Editor Version 5.00
REG EXPORT HKCU\Software\PSC\PROGRESS %TEMP%\HKUPRGS.REG
[-HKEY_CURRENT_USER\SOFTWARE\PSC\PROGRESS\11.5]
[-HKEY_CURRENT_USER\SOFTWARE\PSC\PROGRESS\11.6]
[-HKEY_CURRENT_USER\SOFTWARE\PSC\PROGRESS\11.7]
3. Run the OpenEdge installation again with
elevated account privileges to run the setup.exe with Local Administrative rights
While OpenEdge has no restrictions on Roaming User profiles, it is recommended to install OpenEdge when logged on as a Local server Administrator rather than a roaming profile account with administrator privileges due to the issues that can arise later.