Irgendwie klappt es nicht .msu mittels wusa in win7 zu integrieren:
Im Pfad des Produktes unter \win7
liegen die 2 Dateien:
Code: Alles auswählen
Windows6.1-KB2744842-x86.msu
IE9-Windows6.1-KB2744842-x86.msu
Code: Alles auswählen
[Files_copy_local]
copy "%SCRIPTPATH%\win7\" "c:\tmp\win7"
[Files_del]
delete -f "c:\tmp\win7\"
[WinBatch_Win7_Setup]
"%System%\wusa.exe" "c:\tmp\win7\IE9-Windows6.1-KB2744842-x86.msu /quiet /norestart"
"%System%\wusa.exe" "c:\tmp\win7\Windows6.1-KB2744842-x86.msu /quiet /norestart"
kommt aber jedesmal eine Fehlermeldung "Pfad nicht gefunden":
[5] [9/24/2012 13:17:48] Execution of Files_copy_local
[7] [9/24/2012 13:17:48] copy "P:\install\sec-ms-2012-09-ie-fix\win7\" "c:\tmp\win7"
[6] [9/24/2012 13:17:48] path C:\tmp\win7 created
[6] [9/24/2012 13:17:48] Copying P:\install\sec-ms-2012-09-ie-fix\win7\ -----> C:\tmp\win7
[5] [9/24/2012 13:17:48] 2 File(s) found
[6] [9/24/2012 13:17:48] Source P:\install\sec-ms-2012-09-ie-fix\win7\IE9-Windows6.1-KB2744842-x86.msu
[6] [9/24/2012 13:17:49] P:\install\sec-ms-2012-09-ie-fix\win7\IE9-Windows6.1-KB2744842-x86.msu copied to C:\tmp\win7\
[6] [9/24/2012 13:17:49] Source P:\install\sec-ms-2012-09-ie-fix\win7\Windows6.1-KB2744842-x86.msu
[6] [9/24/2012 13:17:50] P:\install\sec-ms-2012-09-ie-fix\win7\Windows6.1-KB2744842-x86.msu copied to C:\tmp\win7\
[5] [9/24/2012 13:17:50] 2 File(s) treated
[5] [9/24/2012 13:17:50]
[5] [9/24/2012 13:17:50] Execution of WinBatch_Win7_Setup
[6] [9/24/2012 13:17:50] Call ""C:\Windows\system32\wusa.exe" "c:\tmp\win7\IE9-Windows6.1-KB2744842-x86.msu /quiet /norestart""
[6] [9/24/2012 13:17:50] Waiting until the called process is finished
[6] [9/24/2012 13:17:55] ExitCode 3 Executed process ""C:\Windows\system32\wusa.exe" "c:\tmp\win7\IE9-Windows6.1-KB2744842-x86.msu /quiet /norestart""
[6] [9/24/2012 13:17:55] Call ""C:\Windows\system32\wusa.exe" "c:\tmp\win7\Windows6.1-KB2744842-x86.msu /quiet /norestart""
[6] [9/24/2012 13:17:55] Waiting until the called process is finished
[6] [9/24/2012 13:17:56] ExitCode 3 Executed process ""C:\Windows\system32\wusa.exe" "c:\tmp\win7\Windows6.1-KB2744842-x86.msu /quiet /norestart""
[5] [9/24/2012 13:17:56]
[5] [9/24/2012 13:17:56] Execution of Files_del
[7] [9/24/2012 13:17:56] delete -f "c:\tmp\win7\"
[8] [9/24/2012 13:17:56] we try to delete: c:\tmp\win7\
[6] [9/24/2012 13:17:56] Delete "c:\tmp\win7\"
[6] [9/24/2012 13:17:56] Search "c:\tmp\win7\"
[6] [9/24/2012 13:17:56] File "c:\tmp\win7\IE9-Windows6.1-KB2744842-x86.msu"
[6] [9/24/2012 13:17:56] The file has been deleted
[6] [9/24/2012 13:17:56] File "c:\tmp\win7\Windows6.1-KB2744842-x86.msu"
[6] [9/24/2012 13:17:56] The file has been deleted
[6] [9/24/2012 13:17:56] Directory "c:\tmp\win7" deleted
Jemand ne Idee? Außer das Abo zu machen welches ich leider immer noch nicht genehmigt gekriegt habe

Führt man das als angemeldeter Admin unabhängig von Opsi über z.B. batchdatei, .bat durch, läuft es ...
Es geht um die Einbindung des Notfallpatches für IE6-9 unter allen aktuellen MS-Osen:
http://www.heise.de/security/meldung/Mi ... 15036.html
Danke
MH