deu UND glb downloaden?

deu UND glb downloaden?

Postby maxx » 29.12.2010, 23:17

Hallo zusammen,

erst einmal danke für das tolle Script!
Ich möchte mir eine einfache Batch zum automatisieren der Downloads basteln, welche die Patches für ein deutsches XP + Office 2003 herunterläd.
Code: Select all
@echo off
echo.
cd /D cmd
call DownloadUpdates.cmd wxp deu
call DownloadUpdates.cmd o2k3 deu
exit


Muss ich eigentlich zusätzlich zu deu auch glb downloaden? Also auch
Code: Select all
call DownloadUpdates.cmd wxp deu
call DownloadUpdates.cmd wxp glb

call DownloadUpdates.cmd o2k3 deu
call DownloadUpdates.cmd o2k3 glb
maxx
 

Re: deu UND glb downloaden?

Postby Denniss » 30.12.2010, 09:58

Bei wxp brauchst Du deu und glb da einige Updates aus dem glb-Verzeichnis stammen. Ebenso brauchst Du win deu und win glb. Bei o2k3 brauchst Du auf jeden Fall o2k3 deu sowie ofc deu und ofc glb. Ich bin mir gerade nicht sicher ob Du auch o2k3 glb brauchst, ich meine dies ist jetzt alles in ofc glb enthalten.
Denniss
 
Posts: 869
Joined: 01.08.2009, 10:51

Re: deu UND glb downloaden?

Postby WSUSUpdateAdmin » 30.12.2010, 14:48

Moin!

maxx wrote:erst einmal danke für das tolle Script!

Gern. :)

maxx wrote:Ich möchte mir eine einfache Batch zum automatisieren der Downloads basteln, welche die Patches für ein deutsches XP + Office 2003 herunterlädt.

Bitte beachten Sie das Beispiel in viewtopic.php?f=7&t=120.

Gruß
Torsten Wittrock
WSUSUpdateAdmin
Administrator
 
Posts: 2245
Joined: 07.07.2009, 14:38

Re: deu UND glb downloaden?

Postby maxx » 30.12.2010, 19:08

Danke für eure Infos.

@Denniss
Also würde das Script so aussehen..

Code: Select all
@echo off
echo.
cd /D cmd
echo Download Patches
echo Windows XP deutsch
call DownloadUpdates.cmd wxp deu
call DownloadUpdates.cmd wxp glb
call DownloadUpdates.cmd win deu
call DownloadUpdates.cmd win glb

echo Office 2003 deutsch
call DownloadUpdates.cmd o2k3 deu
call DownloadUpdates.cmd ofc deu
call DownloadUpdates.cmd ofc glb
echo Download complete

echo.
cd e:\updates\wsusoffline\client\cmd
echo Install Patches
call DoUpdate.cmd /instofccnvs /showlog
echo Installation complete
exit


"win" als Parameter habe ich in den Beispielen so gar nicht gefunden. Ich weiß aber, es gibt einen Ordner "win". Was bedeutet eigentlich "ofc"?

Viele Grüße
maxx
maxx
 

Re: deu UND glb downloaden?

Postby Denniss » 30.12.2010, 19:21

Ofc glb fehlt noch, das ist der Ordner für die dynamisch ermittelten globalen Aktualisierungen für Office, ofc deu ist nur für die wenigen sprachspezifische Updates. Die dynamische Ermittlung ist neu und erst seit Version 6.70 enthalten.
Beim erstmaligen Durchlauf werden eine Menge Updates geladen, dürften etwa 1,4 GB sein.
Denniss
 
Posts: 869
Joined: 01.08.2009, 10:51

Re: deu UND glb downloaden?

Postby psj » 31.12.2010, 15:47

Die Zeilen
Code: Select all
call DownloadUpdates.cmd wxp glb
call DownloadUpdates.cmd win deu
call DownloadUpdates.cmd win glb

und
Code: Select all
call DownloadUpdates.cmd ofc deu

sind unnötig.
Das Skript erledigt das alles von selbst beim Aufruf mit "wxp deu" bzw. "o2k3 deu"

MfG PSJ
psj
 
Posts: 42
Joined: 11.06.2010, 17:58


Return to Download

Who is online

Users browsing this forum: No registered users and 36 guests