Jump to content

UDC not connecting to Microsoft site


RABAHR

Recommended Posts


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 by submix8c
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...