Discussion:
IE Add-Ons
(too old to reply)
Ginoman
2007-10-16 18:40:02 UTC
Permalink
Hi Everyone --

I want to download "Video Download By Viloader", which is an IE Add-On to
the system registry. When I download from Cnet, I get a text file with no
explanation of how to install this link to the registry to get the "Download
Video" in the Right-Click menu.

Any ideas?
--
Thanks in advance,

Ginoman
Leonard Grey
2007-10-16 18:50:12 UTC
Permalink
Viloader products are not part of Windows.

Support for Viloader products can be found on their website:
http://viloader.net

---
Leonard Grey
Errare humanum est
Post by Ginoman
Hi Everyone --
I want to download "Video Download By Viloader", which is an IE Add-On to
the system registry. When I download from Cnet, I get a text file with no
explanation of how to install this link to the registry to get the "Download
Video" in the Right-Click menu.
Any ideas?
Ginoman
2007-10-16 19:10:06 UTC
Permalink
Thanks, Leonard. I appreciate your help.
Post by Leonard Grey
Viloader products are not part of Windows.
http://viloader.net
---
Leonard Grey
Errare humanum est
Post by Ginoman
Hi Everyone --
I want to download "Video Download By Viloader", which is an IE Add-On to
the system registry. When I download from Cnet, I get a text file with no
explanation of how to install this link to the registry to get the "Download
Video" in the Right-Click menu.
Any ideas?
Leonard Grey
2007-10-16 19:13:52 UTC
Permalink
Glad to help.

---
Leonard Grey
Errare humanum est
Post by Ginoman
Thanks, Leonard. I appreciate your help.
Post by Leonard Grey
Viloader products are not part of Windows.
http://viloader.net
---
Leonard Grey
Errare humanum est
Post by Ginoman
Hi Everyone --
I want to download "Video Download By Viloader", which is an IE Add-On to
the system registry. When I download from Cnet, I get a text file with no
explanation of how to install this link to the registry to get the "Download
Video" in the Right-Click menu.
Any ideas?
Donald Anadell
2007-10-16 19:45:24 UTC
Permalink
Hi,

When you download the file from CNet off the following page, you would have
to rename the file by removing ".txt" from the end of the file.
http://www.windowsmarketplace.com/details.aspx?itemid=2998445

Rename "ie-1[1].0.reg.txt" to read "ie-1[1].0.reg", then right-click on that
renamed file and choose "Merge" from the context menu.

It adds the following to the Registry:
.................................................
REGEDIT4

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\MenuExt]

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\MenuExt\Download
Video]
@="http://www.viloader.net/addon.htm"
...................................................

Or, you can go directly to the source of the Add-on:
http://addons.viloader.net/

1. Click the big blue "E" for install instructions for Internet Explorer.
2. Right-click on the words "Internet Explorer addon" and choose "Save
Target As" and save the .reg file to your Desktop.
Right-Click on the file you saved "ie-1.0.reg" and Choose "Merge", it will
add the following to your Registry.
.........................................................
REGEDIT4

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\MenuExt]

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\MenuExt\Download
Video]
@="http://www.viloader.net/addon.htm"
..............................................................

Either way you do it, will add "Download Video" to your Right-Click context
menu. When you choose "Download Video" from the context menu it directs you
to "addon.htm"(as you can see from the Registry entries above). It then
uses the following script in "addon.htm" to generate a Popup window that
will allow you to save the video:

<script language="JavaScript" defer>
var parentwin = external.menuArguments;
window.open('http://www.viloader.net/ie.php?nav=ie&ver=1.0&url='+
escape(parentwin.location.href),'VideoDownload','alwaysRaised=yes,
directories=no, toolbar=no, location=no, status=no, menubar=no,
scrollbars=yes, resizable=yes, width=325, height=210, left=' +
((screen.width - 325) / 2) + ', top=' + ((screen.height - 210) / 2));
</script>

At least that's the way it should work in theory:o)

Good luck,

Donald Anadell
Post by Ginoman
Hi Everyone --
I want to download "Video Download By Viloader", which is an IE Add-On to
the system registry. When I download from Cnet, I get a text file with no
explanation of how to install this link to the registry to get the "Download
Video" in the Right-Click menu.
Any ideas?
--
Thanks in advance,
Ginoman
Continue reading on narkive:
Loading...