Parameter /unattended für UpdateGenerator

Re: Parameter /unattended für UpdateGenerator

Postby Matjes » 01.01.2011, 18:37

Hallo zusammen,

ein frohes Neues Jahr wünsche ich allen.

@AlBundy
Hab das Skript mit folgenden Testparametern getestet:
Code: Select all
[Windows XP]
deu=Enabled
[Windows Server 2003]
[Windows Server 2003 x64]
[Windows Vista]
[Windows Vista x64]
[Windows 7]
glb=Enabled
[Windows Server 2008 R2]
glb=Enabled
[Office XP]
[Office 2003]
deu=Enabled
[Office 2007]
deu=Enabled
[Office]
glb=Enabled
[ISO Images]
single=Enabled
cross-platform=Disabled
[USB Images]
copy=Disabled
path=
[Options]
includesp=Enabled
includedotnet=Enabled
includemsse=Enabled
cleanupdownloads=Enabled
verifydownloads=Disabled
[Miscellaneous]
proxy=
wsus=


Ergebnis in ./iso mit Skript:
Code: Select all
 Verzeichnis von D:\ct_wsusoffline\iso

01.01.2011  18:01    <DIR>          .
01.01.2011  18:01    <DIR>          ..
01.01.2011  18:00               184 wsusoffline-ofc-deu-hashes.txt
01.01.2011  17:59     1.622.349.824 wsusoffline-ofc-deu.iso
01.01.2011  18:01               184 wsusoffline-ofc-glb-hashes.txt
01.01.2011  18:01     1.123.131.392 wsusoffline-ofc-glb.iso
01.01.2011  18:00               179 wsusoffline-w61-hashes.txt
01.01.2011  18:00               183 wsusoffline-w61-x64-hashes.txt
01.01.2011  18:00       390.100.992 wsusoffline-w61-x64.iso
01.01.2011  18:00       290.170.880 wsusoffline-w61.iso
01.01.2011  17:58               184 wsusoffline-wxp-deu-hashes.txt
01.01.2011  17:58     1.534.205.952 wsusoffline-wxp-deu.iso


Ergebnis in ./iso mit UpdateGenerator.exe:
Code: Select all
 Verzeichnis von D:\ct_wsusoffline\iso

01.01.2011  18:19    <DIR>          .
01.01.2011  18:19    <DIR>          ..
01.01.2011  18:19               184 wsusoffline-ofc-deu-hashes.txt
01.01.2011  18:19     1.622.349.824 wsusoffline-ofc-deu.iso
01.01.2011  18:07               179 wsusoffline-w61-hashes.txt
01.01.2011  18:08               183 wsusoffline-w61-x64-hashes.txt
01.01.2011  18:08       390.100.992 wsusoffline-w61-x64.iso
01.01.2011  18:07       290.170.880 wsusoffline-w61.iso
01.01.2011  18:16               184 wsusoffline-wxp-deu-hashes.txt
01.01.2011  18:15     1.534.205.952 wsusoffline-wxp-deu.iso


Mit dem Skript wird also ein Aufruf zuviel erzeugt:
Code: Select all
01.01.2011 18:00:46,40 - Info: createing iso for: Office (glb)
01.01.2011 18:00:46,42 - Info: command-line: "D:\ct_wsusoffline\\cmd\CreateISOImage.cmd" ofc glb  /includedotnet /includemsse
 
--------------------------------------------------------------------------------
 
01.01.2011 18:00:46,48 - Info: Starting ISO image creation for ofc glb /includedotnet /includemsse     
01.01.2011 18:01:34,51 - Info: Created ISO image ..\iso\wsusoffline-ofc-glb.iso
01.01.2011 18:01:53,70 - Info: Created message digest file ..\iso\wsusoffline-ofc-glb-hashes.txt
01.01.2011 18:01:53,70 - Info: Ending ISO image creation for ofc glb       

Gruß Matjes :)
Matjes
 
Posts: 76
Joined: 16.06.2010, 17:56

Re: Parameter /unattended für UpdateGenerator

Postby AlBundy » 01.01.2011, 20:29

Erstmal gesundes Neues an alle. :-)
Also laut CreateISOImage.cmd wird glb unterstützt.
Code: Select all
for %%i in (ofc) do (
  if /i "%1"=="%%i" (
    for %%j in (glb enu fra esn jpn kor rus ptg ptb deu nld ita chs cht plk hun csy sve trk ell ara heb dan nor fin) do (if /i "%2"=="%%j" goto V2EvalParams)
    goto V1EvalParams
  )
)


Hab jetzt mal ein Special-Handling für CreateISOImage.cmd und CopyToTarget.cmd (da müsste es das gleiche Problem gegeben haben) eingebaut.

Kann also nochmal getestet werden.

Gruß

Al
Automatic Updates Downloader: https://github.com/AlBundy33/wsusoffline_download
AlBundy
 
Posts: 94
Joined: 05.05.2010, 03:31

Re: Parameter /unattended für UpdateGenerator

Postby Matjes » 01.01.2011, 21:30

Jo, jetzt ist das ISO-Ergebnis von Skript und UpdateGenerator.exe für die oben genannten Einstellungen gleich.
Super :D Vielen Dank !!!!

Grüße Matjes :)
Matjes
 
Posts: 76
Joined: 16.06.2010, 17:56

Re: Parameter /unattended für UpdateGenerator

Postby Matjes » 04.01.2011, 19:54

Mit der Version 6.7.2 (r192) gibts ein neuen Parameter für Windows Defender :
Code: Select all
includewddefs

(für DownloadUpdates.cmd und CreateISOImage.cmd)
- Optional download and automatic update of Windows Defender definition files
- Optional installation of Windows Defender on Windows XP and Server 2003 (x86/x64) systems

Baust Du den auch noch ein Al ?

Gruß Matjes :)
Matjes
 
Posts: 76
Joined: 16.06.2010, 17:56

Re: Parameter /unattended für UpdateGenerator

Postby AlBundy » 04.01.2011, 21:44

Ich hab das Skript mal aktualisiert.
--> Ist aber noch nicht richtig getestet, da der Download bei mir noch läuft.

Da aber nur ein Parameter für zwei Skripte dazu gekommen ist, geh ich mal davon aus, dass es funktioniert.

Gruß

Al
Automatic Updates Downloader: https://github.com/AlBundy33/wsusoffline_download
AlBundy
 
Posts: 94
Joined: 05.05.2010, 03:31

Re: Parameter /unattended für UpdateGenerator

Postby Matjes » 04.01.2011, 23:01

Neuer Parameter läuft :D

Vielen Dank
Matjes :D
Matjes
 
Posts: 76
Joined: 16.06.2010, 17:56

Re: Parameter /unattended für UpdateGenerator

Postby AlBundy » 19.07.2011, 11:44

Hab eine neue Version des Skripts hochgeladen.

Gruß

Al
Automatic Updates Downloader: https://github.com/AlBundy33/wsusoffline_download
AlBundy
 
Posts: 94
Joined: 05.05.2010, 03:31

Re: Parameter /unattended für UpdateGenerator

Postby sanfordswalk » 19.11.2011, 17:24

Has the wsusoffline_download_2011-01-04 been broken? I can not get it to work with the 7x versions.

Thanks

sanfordswalk
sanfordswalk
 

Re: Parameter /unattended für UpdateGenerator

Postby harry » 19.11.2011, 19:48

Please try wsusoffline_download_2011-07-19.zip (This version is not available on the mirror.)
harry
 
Posts: 737
Joined: 29.10.2009, 17:02

Re: Parameter /unattended für UpdateGenerator

Postby sanfordswalk » 20.11.2011, 00:49

Thanks! works like a charm. :lol:
sanfordswalk
 

PreviousNext

Return to Anregungen / Suggestions

Who is online

Users browsing this forum: No registered users and 31 guests

cron