RABAHR Posted August 25, 2015 Posted August 25, 2015 I am in the process of slipstreaming Win XP PRO to SP3 when I get to installing post SP3 updates UDC-12-09-14.bat does not connect to microsoft site or either of the 2 mirror sites. Am I doing something wrong or are the links no longer active? Any thoughts?Downloading cabarc.doc
submix8c Posted August 27, 2015 Posted August 27, 2015 (edited) Read this -http://www.msfn.org/board/topic/174286-xdot-batch-question/ You can change (comment/delete) the failing lines and replace them with these (found later in the script).del cabarc.exeECHO Downloading Cabarc.exe from MS...wget -nc http://download.microsoft.com/download/6/e/4/6e481b67-54af-4340-a534-25de4229cfc6/support.cab7za.exe e "%~dp0SUPPORT.CAB" -o"%~dp0" CABARC.EXE -ydel "%~dp0SUPPORT.CAB"Be sure to delete/comment those lines (later in the script) or it will repeat the download. These are the failing lines to comment/delete.wget --connect-timeout=10 --tries=3 --waitretry=5 ftp://ftp.microsoft.com/Services/TechNet/samples/PS/Win98/Reskit/NETADMIN/PROFMGR/TOOLS/CABARC.EXEif not exist CABARC.EXE echo Downloading from Microsoft failed. Using mirror... && echo. && wget --tries=5 --waitretry=10 http://cuip.uchicago.edu/wit/resources/software/BOOTDISK-TOOLS/expanded-bcdbfd/bin/cabarc.exeif not exist CABARC.EXE echo Downloading from 1st mirror failed. Using mirror 2... && echo. && wget --tries=5 --waitretry=10 "http://www.cacgroup.cz/podpora/ftp/Software/wxpreskit/Support Tools/cabarc.exe"WARNING! Remove (comment/delete) the "del cabarc.exe" line in the *first* codebox. HTH Edited August 27, 2015 by submix8c
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