firman Posted April 8, 2004 Posted April 8, 2004 Has anyone figured out a way to Install All WINDOWS UPDATES from http://windowsupdate.microsoft.com ? Or anything of the sort.. I would like this because as an PC Specialist. It takes much of my time doing updates on PC's.
CyberSlug Posted April 8, 2004 Posted April 8, 2004 (edited) I believe you can download the updates to disk/cd if you go to http://v4.windowsupdate.microsoft.com/en/d...?corporate=trueTo save you from having to download all the updates you can also order the free Windows Security Update CD which includes all critical/security patches relased by February 2004 for all current versions of Windows.To install a bunch of downloaded patches without rebooting between each one, you may need to use the proper command-line switches.... /Q or something like that. They are documented on the web.Hope that helps a bit Edited April 8, 2004 by CyberSlug Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
ezzetabi Posted April 8, 2004 Posted April 8, 2004 look for sus serverhttp://www.microsoft.com/windowsserversyst...us/default.mspx
bcording Posted April 8, 2004 Posted April 8, 2004 (edited) It's written entirly in autoit...Post Image UpdatePost Image Update is a tool designed to take a freshly imaged or installed PC and apply updates and software to it, bringing it up to a set standard. PIU performs its upgrades using checks against the PC. The checks can be registry, file, or service pack level. For file checks PIU can check for existence, file version, file size, and create date. Of these attributes PIU can test them as equal, not equal, greater than, greater than or not exists, less than, less than or not exists. The registry check has similar attributes and operators. The service pack check is simply a less/greater than check.PIU is network aware, and if required, only install software with an active network connection. During the initial run PIU can check its local INI file against a network copy. If it finds the network INI to be of a newer date, the network INI is copied locally and used. During the course of applying updates PIU may find that the new copy references a file it does not have locally due to the updated INI. In this case the files are automatically run from the server.Reboots are common during upgrades, and as such PIU can enable the autoadminlogon feature of Windows 2000 and Windows XP. At the startup of PIU it prompts the operator for the password of the currently logged in user. If the operator enters the password PIU encrypts and stores it in the local copy of the INI file, referencing it during each reboot to allow uninterrupted operation. Edited April 8, 2004 by bcording
techguy86 Posted May 4, 2004 Posted May 4, 2004 (edited) This seems promising, so I will download it, but it doesn't work on 9x, Me. If you made a script to do all updates for all Windows systems that would be cool although it would take up a lot of your time but in the end, it will most likely help tons of people. Do you have plans to do this? I will have to continue working on my "update script" because at my school i do updates on 9x, Me computers and it gets old after awhile. Edited May 4, 2004 by computerguy_86 My Programs:Dissolve (Updated 5-30-06)Credit Card Validator (Not created as of yet)Master Lock Combination Cracker (Updated 7-08-07)Go Site-Seeing:My Website: - Click Here
bcording Posted May 4, 2004 Posted May 4, 2004 If you look into the INI file, all you need to do is make an entry for WIN_95 and then write some phases for it.
Lilla Posted May 4, 2004 Posted May 4, 2004 AutoPatcher for XP, 2000, 2003http://www.autopatcher.com/Index.htmautomation of windows updates and moreI haven't used it yet myself, but I read some very good comments about it, so I saved the link. Definitely worth checking out.Lilla
sl_alagappan Posted May 5, 2004 Posted May 5, 2004 for PIU, has anyone done the complete patches since Service Pack 1 for windows xp professional ? ( including all patches till April 2004 end )
Triton Posted May 5, 2004 Posted May 5, 2004 (edited) @bcording NICE! I've been working on a much similar program use AutoIt. Mine does computer name changes and bios updates and software installs, based on what the new installation gets. I'm still in the testing phase, I've been having some difficulties with error handling when installing apps. Edited May 5, 2004 by Triton Triton
bcording Posted May 5, 2004 Posted May 5, 2004 You can download a new one from http://www.geocities.com/bcording/autoit/piuini.txt. It has the latest sasser fixes from microsoft and such. I am working on a new revision of PIU with a silent command line switch and expanding on the distributed network ing concepts. If anyone is interested....
BigDaddyO Posted May 6, 2004 Posted May 6, 2004 (edited) I would have to say that this is an amazing utility. Is there any chance you would be willing to post the uncompiled script??? Or, How would I set this to look at a CD-ROM drive? I am assuming I would have to do the DriveGetDrive("CDROM") but that apparently can't be put into the INI? [Just figured it out. put nothing for the path and have the files on the CD.] Edited May 6, 2004 by MikeOsdx
smasher953 Posted August 26, 2004 Posted August 26, 2004 I've been using this since back Marchi/April/May timeframe. We had it working great for some of our students machines who were infected to easily get them up to date with the latest patches. I just tried out the CD again and for some reason it is no logner working on machines. We're getting a message when running PIU of:External exception EEFFACE.Attached is the image of the error message. The directory on c:\piu does not get created. I've tried with my original PIU.ini file as well as a newer version listed above. Any ideas what may be causing this? Any quick simple fixes? I imagine one of the newer MS patches might have done something....as this is the same exact CD we used back in April. --greg
smasher953 Posted August 27, 2004 Posted August 27, 2004 I figured it out...If you set the system clock back to 2003 it seems to work fine....strange! --gregI've been using this since back Marchi/April/May timeframe. We had it working great for some of our students machines who were infected to easily get them up to date with the latest patches. I just tried out the CD again and for some reason it is no logner working on machines. We're getting a message when running PIU of:External exception EEFFACE.Attached is the image of the error message. The directory on c:\piu does not get created. I've tried with my original PIU.ini file as well as a newer version listed above. Any ideas what may be causing this? Any quick simple fixes? I imagine one of the newer MS patches might have done something....as this is the same exact CD we used back in April. --greg
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now