Jump to content

Search the Community

Showing results for tags 'download'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • The General Stuff
    • Announcements
    • Introduce Yourself!
    • General Discussion
  • Microsoft Software Products
    • Windows 11
    • Windows 10
    • Windows 8
    • Windows 7
    • Windows Server
    • Older Windows NT-Family OSes
    • Windows 9x/ME
    • Other Microsoft Products
  • Unattended Windows Discussion & Support
    • Unattended Windows
    • Other Unattended Projects
  • Member Contributed Projects
    • Nuhi Utilities
    • Member Projects
    • Other Member Contributed Projects
    • Windows Updates Downloader
  • Software, Hardware, Media and Games
    • Forum Categories
    • Mobile Devices
  • Customizing Windows and Graphics
    • Customizing Windows
    • Customizing Graphics
  • Coding, Scripting and Servers
    • Web Development (HTML, Java, PHP, ASP, XML, etc.)
    • Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
    • Server - Side Help (IIS, Apache, etc.)

Calendars

There are no results to display.


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype

Found 6 results

  1. A long time ago (2008) I've created two tools for Windows XP for integrate Windows Updates into XPCD http://www.msfn.org/board/topic/117189-windows-xp-service-pack-3-integration/ http://www.msfn.org/board/topic/140031-windows-xp-hotfix-integration-tool-wsp4-112009 And now, I present you my new creation  Since there was no SP2 for Windows Seven yet i started my own Project named WindowsPatchLoader. I know there are a couple of tools that do the same job. BUT i wanted my own tool. I wanted just "re-invent the wheel". All Updates you download are from Microsoft. [Windows Update Method] windowsupdate method is like Windows Update and it's always up-to-date, depends which Microsoft Software/Update you are currently installed. I'm getting the Updates/Urls from Windows Update. Hotfixes are not stored anywhere. [Other Update Method (from Wsusscn2.cab] There is also an alternate method to getting Updates for other systems while i am not able to scan other systems than installed one. Wherein i used text-files on my server to save all urls from wsusscn2.cab. All urls are also from Microsoft. These files are updated weekly. This Method was my first idea before beginning to write this tool. As well as Windows Update too hotfixes are not stored anywhere. But i do not recommend this Method while wsusscn2.cab does not contains all Updates. There are only "critical" and "security relevant" updates. [Filter] Downloaded Updates Broken Updates Filter .cab and .exe files [Export] Download Links: to export all download links Superseded: to export superseded updates [updates Cleanup] creates new folder with newest updates [Categorized Patches] downloadeded patches will be copied in categorized folders with newest updates you must to put all updates in same folder. [Exclude] to exclude selected updates [KB Support] to get more Information about selected update on Microsoft Knowledge Base [import/Export Update List] you are able to safe update lists support for Windows Hotfix Downloader Update List [Tools] Nvidia Driver: prepare nvidia files for integration MSU->CAB: extract msu files for integration EXE -> CAB: extract i.e. Internet Explorer for integration CAB -> MSP: extract cab files to msp (office updates) [integrate] you are able to integrate updates to windows dvd. This Tool requires DotNetFramework changelog: v1.0.14 add cab to msp (outlook updates) minor fixes changelog: v1.0.12 new: import/export update lists minor gui changes Download WindowsPatchLoader v1.0.14 WindowsPatchLoader2.0.exe (compiled with DotNetFramework 2.0) MD5 288fc9578bc8bdca17c8b74600ca4eda SHA1 1581867ab5898c33196087e81f94167fa33d1a4d SHA256 77700b359eb8ab76b27cf60ee0eeab4feff565f20b286353c4e950569a3a353b WindowsPatchLoader.exe (compiled with DotNetFramework 4.0) MD5 25eb6f34b4a26b1853e911c8e11aae94 SHA1 09117e106be501190f3889fba97e61a826787cdf SHA256 2bd02547f148a77a520ad07a48becf81b328b3dd2dc6a50e08976d6ed98c7862
  2. Introduction This is a little tutorial on how to stream and download videos from Youtube. A fairly up to date KernelEx is required (and outside of the scope of this topic) Streaming videos from Youtube in desktop media player: Get 3DYD Youtube Source 2.2.2 from https://ys.3dyd.com/download/ and LAVFilters XP 0.74.1from https://github.com/3dyd/LAVFiltersXP/releases Unpack them somewhere and register all the *.ax files (KernelEx 2K compat mode required) I found it to work OK with Media Player Classic 6.4.9.1, Media Player Classic - Home Cinema 1.5.1.2903 and PotPlayer 1.6.57560.0. Other players/versions might work too but some sure don't. Videos take a few seconds before they start and then you can jump fast to any time back and forward with the seek bar as you would in a browser. Issues I encountered with 3DYD Youtube Source filter: 1) source_filter.ax required the function CryptStringToBinaryW not present in CRYPT32.dll and not catered for by my kinda obsolete and only partially updated KernelEx. I just replaced that function with another one in the ax file using Jumper's import patcher tool and I could register the file as well as instantiating its Properties interface. 2) I found that 3DYD source filter wasn't creating its setting file or writing to it if it already exists ans so I couldn't change settings from defaults using its interface. The good news is that it reads modified settings from the config file which should be located at C:\WINDOWS\All Users\Application Data\3DYD Soft\3DYD Youtube Source\config.json After fiddling a bit with it in my XP laptop I found that the only thing I wanted to change was the dimension/size of the streaming video from best to something smaller and so this is the only content of my config file: { "criteria" : { "main" : "Video|480p" } } 3) I can get this to work only with Youtube vids. All my attempts to stream videos from other sites, with or without using the optional external youtube-dl and ffmpeg failed and resulted in crashes. Integrating streaming desktop media player in Opera 12: For having the media player available with right-click on links in pages, create an entry for it in the Opera menu config file under the [Link Popup Menu] section. Example: Item, Play Video = Execute program, "C:\Program Files\Media Player Classic\MPC-HC.EXE", "%l" For having the media player available with right-click in the Open with menu in pages backgrounds, create a StartMenuInternet entry for it in the Windows registry. Example: REGEDIT4 [HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet\MPC-HC] [HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet\MPC-HC\shell] [HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet\MPC-HC\shell\open] [HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet\MPC-HC\shell\open\command] @="C:\\Program Files\\Media Player Classic\\MPC-HC.EXE" [HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet\MPC-HC\shell\DefaultIcon] @="C:\\Program Files\\Media Player Classic\\MPC-HC.EXE" With either of these you are just two clicks away from streaming a Youtube vid in your desktop media player. Searching for Youtube videos with Opera 12: Adresses for creating search engines targeted at Youtube in Opera: Youtube mobile search: https://m.youtube.com/results?search_query=%s Google search: https://www.google.com/search?q=site:youtube.com+%s Google image search: https://www.google.com/search?q=site:youtube.com+%s&source=lnms&tbm=isch Google video search: https://www.google.com/search?q=site:youtube.com+%s&source=lnms&tbm=vid For invoking the media player on links from Google search results it's probably mandatory to have the No Google Redirect extension installed which strips google search results from redirection and gives straight links to the content as I am not sure the 3DYD Youtube Source filter follows redirections (I have not tried without). No Google Redirect extension: http://s000.tinyupload.com/index.php?file_id=08394971836840085955 Playing Youtube videos embedded in forums, blogs, etc...: A right-click in the video area should give you an option to get a plain text link to the video page on the Youtube site. You can copy it and open it in a new tab and then invoke your media player by using the right-click Open with menu to start playback. Or, if you have the Make Links extension installed you can just select the adress and a popup menu will appear with a clickable link on which you can invoke the media player from the right-click. Make Links extension: http://s000.tinyupload.com/index.php?file_id=06968668163345976720 Downloading videos from Youtube and many other sites with Youtube-dl from Opera 12: Get my standalone youtube-dl built for 98SE/ME with KernelEx: http://s000.tinyupload.com/index.php?file_id=84433364913891885743 Get fellow MSFNer Corone/Reino's latest FFMpeg build for XP: https://rwijnsma.home.xs4all.nl/files/ffmpeg/?C=M;O=D and put FFMpeg and FFProbe somwhere in youtube-dl's path so it can use them. (I think they require KernelEx 2K compat mode) Integrate youtube-dl in Opera as with media player above so you can invokeit it on links and pages backgrounds and start download automatically. Youtube-dl's options can be specified in a config file located at C:\WINDOWS\Application Data\youtube-dl\config.txt. My config file content as an example: -o D:/Desktop/%(title)s.%(ext)s -f bestvideo[height<=?720]+bestaudio/best --no-mtime --continue --ignore-errors --no-overwrites That's all folks.
  3. Greetings, Currently the reports on the frontpage do not seem to be working for some reason. I have a regular network connection trough an IPS. I tried changing it trough a VPN but still seems to block me. Could someone link me an installation here that does not go trough the download links on the frontpage? Picture of blocked download linked as attachment. P.S. Could we get some third-party hosts incase say, this same thing happens for others too? Seen few people mention this.
  4. Hello everyone, Greetings! I was trying to download the BWGEN PRESETS from the following link: http://www.bwgen.com/inx_stimul_dat.htm None of the specified links are working. I read jaclaz's answer over here: http://www.msfn.org/board/topic/163670-bwgen-website-is-down/ But still, for these links, I am unable to find a solution to get through. Can anyone please help me out on how to download each and every preset of the same? Looking forward to your response. Thank You!
  5. I was searching MS for a XP download and this is what happened.... Removed. I just realized one of my emails addys is visible. Readded.
  6. I have windows 7 ultimate that i bought last year, and now i want to format my computer but i want to make an unattended version for my one and to include the security updates on that version. Is there a place that i can find and download easly windows 7 updates? I search on microsoft windows 7 update and find this: http://search.microsoft.com/en-us/DownloadResults.aspx?q=Security%20Update%20for%20Windows%207&ftapplicableproducts=%5eWindows&first=241&FORM=PEME8 I search for updates that start from 1.5.2012 until today. How and where can i easly find and download them? Where can i find them?
×
×
  • Create New...