Context menu items and associations not getting setup at install
Posted: Mon Jul 01, 2019 11:49 pm
I've been having problems with the Zeus context menu additions with Zeus installed on Windows 10. I think this started after a Windows 10 update but I don't know which one. There are no context menu (right-click menu) options for Zeus like "Zeus IDE, Open in Zeus" and there are no file associations like for .txt files or any programming file extensions (.c, .bas, etc.). I tried reinstalling and I also upgraded to version "u" and still no things that I check-boxed during installation. These are supposed to configured when Zeus is installed but they are not. I did a before and after registry shot and found the following:
Which shows the options I picked on install. Other than that there were a bunch of "BAGS" entries which basically keep track of where icons are or which menu selections get rearranged by usage. As far as I can tell, there were no changes made to registry entries in sections like "Computer\HKEY_CURRENT_USER\Software\Classes\SystemFileAssociations\text\shell\edit" where they need to be made.
Is there a problem here or am I just screwed up. I did do the install on two completely different computers - home and work. Both were the same. HELP!!!
Code: Select all
[HKEY_LOCAL_MACHINE\Software\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\Zeus IDE 3.98u_is1]
"Inno Setup: Setup Version"="6.0.1-beta (u)"
"Inno Setup: App Path"="C:\\Program Files (x86)\\Zeus"
"InstallLocation"="C:\\Program Files (x86)\\Zeus\\"
"Inno Setup: Icon Group"="Zeus IDE"
"Inno Setup: User"="sfeldner"
"Inno Setup: Selected Tasks"="task_desktop,task_startmenu,task_sendto,task_editor,task_extension"
"Inno Setup: Deselected Tasks"="task_quicklaunch"
"Inno Setup: Language"="default"
"DisplayName"="Zeus IDE 3.98u"
"UninstallString"="\"C:\\Program Files (x86)\\Zeus\\unins000.exe\""
"QuietUninstallString"="\"C:\\Program Files (x86)\\Zeus\\unins000.exe\" /SILENT"
"DisplayVersion"="3.98u"
"Publisher"="Xidicone P/L"
"URLInfoAbout"="http://www.zeusedit.com"
"HelpLink"="http://www.zeusedit.com"
"URLUpdateInfo"="http://www.zeusedit.com"
"NoModify"=dword:00000001
"NoRepair"=dword:00000001
"InstallDate"="20190627"
"EstimatedSize"=dword:00028fdc
Which shows the options I picked on install. Other than that there were a bunch of "BAGS" entries which basically keep track of where icons are or which menu selections get rearranged by usage. As far as I can tell, there were no changes made to registry entries in sections like "Computer\HKEY_CURRENT_USER\Software\Classes\SystemFileAssociations\text\shell\edit" where they need to be made.
Is there a problem here or am I just screwed up. I did do the install on two completely different computers - home and work. Both were the same. HELP!!!