November 20, 200817 yr EDIT: I found it... Windows Update Downloader got it done for meI am trying to compile my custom immage but for the life of me I keep getting EXE files from MS.....Where the heck do i get the MSU or CAB files for these freakin hotfixes and updates?Im trying to get the MS Office 2007 updates streamed into my Vista ... IE: kb955470 Edited November 20, 200817 yr by XFreeRollerX
November 24, 200817 yr You can always download Office and Vista updates from microsoft and extract the cab files to use with WSIM by running this command in the folder that has the update files:FOR %i IN (*) DO (START "Expand" /WAIT %Windir%\System32\Expand.exe %i -f:* C:\Temp\MSU)The destination folder must exist.
Create an account or sign in to comment