Windows XP Updates Downloader This is a small utility that I've created that allows you to downl
#1
Posted 21 January 2006 - 02:55 PM
http://www.msfn.org/board/index.php?s=&sho...ndpost&p=451227
Multi-lingual interfaces and downloads will be available in the future.
@TommyP
See on this post:
http://www.msfn.org/board/index.php?s=&sho...ndpost&p=451437
#2
Posted 21 January 2006 - 04:33 PM
#3
Posted 21 January 2006 - 08:39 PM
tommyp, on Jan 21 2006, 05:33 PM, said:
Having never used HFSLIP, I don't quite follow. What exactly do you mean by "code you can drop into HFSLIP"? I'd love to extend support to all willing parties.
#4
Posted 22 January 2006 - 06:19 AM
HFSLIP call XPDOWN (your utility; an exe file) with commandline switches
(switches could be to optionally delete old hotfixes, update new hotfixes from HF folder, redownload all fixes, etc)
HFSLIP or XPDOWN to see if an internet connection is available
XPDOWN does its magic (if it sees an internet connection it will automatically update the files)
Once XPDOWN is complete, it exits silently
HFSLIP resumes dissecting and slipstreaming the hotfixes into the source.
If XPDOWN can support 2k, xpsp1, xpsp2, 2003 and 20003sp1 it would be really cool. For 2k there are plenty of variations... IE5 or IE6; DX9C. I haven't tested your utility, but who is the "keeper" of the overall latest and greatest hotfix list?
#5
Posted 22 January 2006 - 08:18 AM
I did take note of the command line options you suggested. Seeing as you don't need direct integration, I just need to make the command line options diverse enough to give the HFSLIP crowd the options they need.
#6
Posted 22 January 2006 - 10:48 AM
Keep up the good work.
#7
Posted 19 July 2006 - 11:20 AM
I've just come across this and one other topic about automatically downloading latest updates from MS.
I don't know if you're interested but I've written a tool that actually does that silently. It's actually a script. You just have to edit it at the top to specify where the downloaded hotfixes are to be put and maybe few other things (ie. if you use proxy etc). The script then downloads the list of updates from the topic on this forum (YOUR ONE STOP POST FOR WINDOWS CRITICAL UPDATES) and parses it using some regexp hacks (with sed and grep) and then downloads each hotfix from MS. It is quite mature, I use it myself to refresh my repository once in a while in my company.
I think it could fit your needs if I understood them correctly.
Anyway, let me know, if you're interested and I'll post it here. Everything the script uses is included (wget, grep, sed).
#9
Posted 19 July 2006 - 03:35 PM
tzeentch, on Jul 19 2006, 02:20 PM, said:
I've just come across this and one other topic about automatically downloading latest updates from MS.
I don't know if you're interested but I've written a tool that actually does that silently. It's actually a script. You just have to edit it at the top to specify where the downloaded hotfixes are to be put and maybe few other things (ie. if you use proxy etc). The script then downloads the list of updates from the topic on this forum (YOUR ONE STOP POST FOR WINDOWS CRITICAL UPDATES) and parses it using some regexp hacks (with sed and grep) and then downloads each hotfix from MS. It is quite mature, I use it myself to refresh my repository once in a while in my company.
I think it could fit your needs if I understood them correctly.
Anyway, let me know, if you're interested and I'll post it here. Everything the script uses is included (wget, grep, sed).
I´m interested Too.. please post it!
Thanks in advance!
zartrix
#10
Posted 20 July 2006 - 03:33 AM
#11
Posted 20 July 2006 - 05:12 AM
All it's getting when trying to access the page is something like "Sorry, but you do not have permission to use this feature. If you are not logged in, you may do so using the form below if available."
Do you know anything about that? I've sent an email to the forum admin but haven't got any response yet.
Or maybe you know of any alternative online location that hosts a current list of updates?
#12
Posted 20 July 2006 - 09:23 AM
#13
Posted 20 July 2006 - 11:44 AM
#14
Posted 20 July 2006 - 05:14 PM
tzeentch, on Jul 20 2006, 07:12 AM, said:
All it's getting when trying to access the page is something like "Sorry, but you do not have permission to use this feature. If you are not logged in, you may do so using the form below if available."
Do you know anything about that? I've sent an email to the forum admin but haven't got any response yet.
Or maybe you know of any alternative online location that hosts a current list of updates?
Tomcat76 has a list that is hosted on his own server. You might want to ask him about it. The links are in his signature.
#15
Posted 21 July 2006 - 09:09 AM
Although I've found another way. Microsoft released this thingie they call Microsoft Baseline Security Analyzer. It actually contains the code from a tool called Hfnetchk (also by Microsoft). And this tool is used for what? Yes, yes it can check which hotfixes you have, which you don't have and offers you a way to download them and install. So I thought, hmm, I wonder what way MS goes about checking these things and finding download locations for the hotfixes. And it turned out that this tool actually uses an XML file (packed in a cab, the XML itself weights around ~3MB) which contains information regarding every hotfix for every product ever released by MS (may be wrong, but I even noticed W95 in there
I'm gonna take a good look at this file and see what can I do with it. I already noticed what way is it structured, and how would a program need to look to get the download location and I think it can be done.
If anyone has some experience with this file let me know.
Oh by the way the file name is: mssecure.xml and it's packed inside: MSSecure_1033.cab (that's english version) and you can get it here: http://go.microsoft....k/?LinkId=18922 if you want to have a look.
Regards
#16
Posted 21 July 2006 - 09:44 AM
#17
Posted 21 July 2006 - 10:24 AM
#18
Posted 24 July 2006 - 11:22 AM
Super-Magician, on Jul 21 2006, 04:44 PM, said:
Hehe, you're right, I was too fast in my assumption
Anyway, I have an idea, I have the file (thanks for the second source Camrade_Tux
#19
Posted 08 August 2006 - 02:08 PM
The program/script is finished. Wow it took some time but considering my recent schedule I'm happy that I could find time to finish it.
The package is self contained and you can just unzip it anywhere you want.
Now. Most probably you will want to configure some of it's behaviour. Depending on factors like: which version of windows do you want updates for, do you use a proxy to connect to internet, etc. I've included a short readme file so be sure to read it. As for now configuring the script means opening it and changing some variables in the beginning. It is well commented and everything should be easy enough. If you'll think it'll be better, I can modify it to use an external config file.
Anyway, grab it, try it, tell me what you think
Uh, just one question though. How do I upload the file to MSFN? I can see some storage folders in my control panel but can't seem to find a control to upload it. Or will I just attach it to the post here?
#20
Posted 08 August 2006 - 02:13 PM



Help


Back to top









