e-sword doesn't appear to be entered in registry
e-sword doesn't appear to be entered in registry
Installed wine on KDE desktop of Fedora 16. I have wine 1.3.33. Then ran e-sword 10.0.5 installer which ran apparently correctly as there were no error messages. E-sword runs from the menu just fine, in that the program opens all the windows which all function as expected except for the search function. This returns no information although the dialog opens as it should and remembers search terms and can be completely configured for all available option. The programs author suggests that vbscpript.dll is not registered. I used the regedit tool to look at the wine registry and I think he is correct. In fact there do not appear to be any e-sword related entries at all. I have never manually edited the registry so I haven't any idea as to where in the registry to locate the link, nor the correct syntax. Any suggestions would be greatly appreciated.
Re: e-sword doesn't appear to be entered in registry
Register it with:tmkkeller wrote: The programs author suggests that vbscpript.dll is not registered.
Code: Select all
regsvr32 /path/to/vbscript.dll
-
- Moderator
- Posts: 1153
- Joined: Wed Apr 27, 2011 11:01 pm
e-sword doesn't appear to be entered in registry
On Sun, Jan 1, 2012 at 2:15 PM, tmkkeller <[email protected]> wrote:
I have downloaded this version and did not notice this when I was
testing it. Thank you for bringing this to my attention and I'll also
confirm with Michael.
James
(e-Sword maintainer)
I'll have to verify and update the Applications Database entry for this program.Installed wine on KDE desktop of Fedora 16. I have wine 1.3.33. Then ran e-sword 10.0.5 installer which ran apparently
I have downloaded this version and did not notice this when I was
testing it. Thank you for bringing this to my attention and I'll also
confirm with Michael.
James
(e-Sword maintainer)
Re: e-sword doesn't appear to be entered in registry
It appears that vbscript.dll is not installed at least I can not find it on my hard drive.jjmckenzie wrote:On Sun, Jan 1, 2012 at 2:15 PM, tmkkeller <[email protected]> wrote:I'll have to verify and update the Applications Database entry for this program.Installed wine on KDE desktop of Fedora 16. I have wine 1.3.33. Then ran e-sword 10.0.5 installer which ran apparently
I have downloaded this version and did not notice this when I was
testing it. Thank you for bringing this to my attention and I'll also
confirm with Michael.
James
(e-Sword maintainer)
Re: e-sword doesn't appear to be entered in registry
It should be in the wineprefix's /drive_c/windows/system32 directory.tmkkeller wrote: It appears that vbscript.dll is not installed at least I can not find it on my hard drive.
You can install it with winetricks wsh56vb.
Re: e-sword doesn't appear to be entered in registry
Winetricks did place a copy of vbscript.dll in the system32 directory. Your previous post said regsvr32 is that in a shell window? Not my bash . . .dimesio wrote:It should be in the wineprefix's /drive_c/windows/system32 directory.tmkkeller wrote: It appears that vbscript.dll is not installed at least I can not find it on my hard drive.
You can install it with winetricks wsh56vb.