Jump to content

bigdb

Member
  • Posts

    13
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by bigdb

  1. You could do what I do with my UDC tool and just place a shortcut on the desktop during setup to download the latest version.

     

    Windows Update is going to nag you for it anyways if you are even a month after you have made the fully updated ISO so why bother including something that's has such a short lifespan?

     

    Yeah .. your right. I think I will just leave it out and make the ..iso without it.

  2. The latest is always available here. It's up to 5.19.

     

    Thanks for the reply for sure... Yeah I can get the newest one. I even have the 5.14 here but that one makes the .iso to big too fit on the cd. 5.13 was the last one the file checker on hfslip was using. So I assumed that one would be ok.

  3. Hummm this not right ... If the .ini file is setup for IE6 ...there is not one ..

    missing (S): HF\WindowsXP-KB2909210-x86-ENU.exe (MS14-011: VBScript Scripting Engine)

    there is a a ...

    IE8-WindowsXP-KB2909210-x86-ENU.exe

    When clicking on the link for IE6 ... it goes to WindowsXP-KB2909212-x86-ENU

    I think this is a typo error. It also shows a unkown file... unknown: HF\WindowsXP-KB2909212-x86-ENU.exe

  4. I'm just preparing an update of the file-checker. Unfortunately (I just noticed it) is my web-hoster very sloooow.... :(

    I would be very grateful if you (or somebody else) could upload latest file-checkers

    (WindowsXP-update-list v.2014/01/18 + Office2003-update-list v.2013/11/21)

    in first post of this topic.

    Your site (mimo.zxq.net) most of the time is down

    and even when it seems up (today) I still cannot download file checkers :/.

    Here ya go...

    hfslipfc-130206-xp140118.zip

    hfslipfc-130206-o131116.zip

  5. New batches posted. Thanks for the feedback, I'll reply in more detail later on.

    Just a few points, I think the echo comments in the previous batch might have had problems because they weren't enclosed in double quotes. If the new ones show the same error then please open the bat in notepad and put quotes around the words eg echo "blah blah blah". If it still doesn't work then just delete the echo lines.

    I've put a line in to change to the right drive and directory cd /d %~dp0, this was somehow missed from before when I think using a directory of \HFSLIP was a pre-requisite.

    I've tested the main aria2 command under linux and it downloads everything into the right directory, the Regular batch took 15mins to download everything (I'm on an 8Mbit ADSL connection). aria2 does parallel downloading (wget is serial), so this works well for any HFSLIP newbies!

    All filelists come from the same spreadsheet that I use for my XP update list so (in theory) should be as accurate as that, plus I'm using a nix program called sed to format the lists.

    Bigdb, thanks for your help on this. I'll look into tidying up the del commands with the 2> nul later on.

    It might be possible at some stage to resurrect using a spreadsheet so people can 'roll their own' update lists.

    Sounds Great!!! I'll give it try.. thanks for your efforts for sure!

    That appears to work ok ... right off hand I don't see anything wrong with that one.. I was using the regular.bat

    Thanks!

  6. New batches posted. Thanks for the feedback, I'll reply in more detail later on.

    Just a few points, I think the echo comments in the previous batch might have had problems because they weren't enclosed in double quotes. If the new ones show the same error then please open the bat in notepad and put quotes around the words eg echo "blah blah blah". If it still doesn't work then just delete the echo lines.

    I've put a line in to change to the right drive and directory cd /d %~dp0, this was somehow missed from before when I think using a directory of \HFSLIP was a pre-requisite.

    I've tested the main aria2 command under linux and it downloads everything into the right directory, the Regular batch took 15mins to download everything (I'm on an 8Mbit ADSL connection). aria2 does parallel downloading (wget is serial), so this works well for any HFSLIP newbies!

    All filelists come from the same spreadsheet that I use for my XP update list so (in theory) should be as accurate as that, plus I'm using a nix program called sed to format the lists.

    Bigdb, thanks for your help on this. I'll look into tidying up the del commands with the 2> nul later on.

    It might be possible at some stage to resurrect using a spreadsheet so people can 'roll their own' update lists.

    Sounds Great!!! I'll give it try.. thanks for your efforts for sure!

  7. Yeah.. I PM Muppet Hunter the problems I was having too.. He responded that he would try to get a fix for those problems. I told him about the endless retry errors.. If you put the direct link in there it will work. And I noticed that wget was choking on the REM at the end of the line also. I copied the direct lines from that site you posted .... in the reg.bat file removed the REM and it works butit still will not put the files in the HF dir. Hopefully he will get around and do a fix on it.

    yea, the '-P' command will work with the http://win-x.co.cc/files/UDC-04.12.11.zip list.

    it's just a matter of figuring out what is/isn't in the list compared to the hf-fl_xxx.zip files above as well as what directory (HF, HFCABS, etc) they each need to go.

    here's to hoping...

    Here is my test reg bat file.. the lines that start with small case "rem" is not on that list. This works but will not put the files where they go just in the hfslip root dir.

    Oops.. forgot to attach file...

    hf-dl_reg_test.rar

  8. Yeah.. I PM Muppet Hunter the problems I was having too.. He responded that he would try to get a fix for those problems. I told him about the endless retry errors.. If you put the direct link in there it will work. And I noticed that wget was choking on the REM at the end of the line also. I copied the direct lines from that site you posted .... in the reg.bat file removed the REM and it works butit still will not put the files in the HF dir. Hopefully he will get around and do a fix on it.

    yea, the '-P' command will work with the http://win-x.co.cc/files/UDC-04.12.11.zip list.

    it's just a matter of figuring out what is/isn't in the list compared to the hf-fl_xxx.zip files above as well as what directory (HF, HFCABS, etc) they each need to go.

    here's to hoping...

    Here is my test reg bat file.. the lines that start with small case "rem" is not on that list. This works but will not put the files where they go just in the hfslip root dir.

  9. Yeah.. I PM Muppet Hunter the problems I was having too.. He responded that he would try to get a fix for those problems. I told him about the endless retry errors.. If you put the direct link in there it will work. And I noticed that wget was choking on the REM at the end of the line also. I copied the direct lines from that site you posted .... in the reg.bat file removed the REM and it works butit still will not put the files in the HF dir. Hopefully he will get around and do a fix on it.

×
×
  • Create New...