dxwebsetup.exe /c:"dxwsetup.exe /windowsupdate"
When you first run this command, all needed files are downloaded from the web to websetup folder and then installed. open explorer, and saves all the downloaded files from websetup folder to a safe place before they are deleted.
for later unattended installation : create a new folder under %windir%\system32\DirectX\ called websetup (you may have to create the DirectX folder first) copy all the downloaded files to %windir%\system32\DirectX\websetup for a French DirectX 9.0c install on 2K Pro SP4 the files are : *.cab (see filelist.dat for details) dsetup.dll (extracted when dxwebsetup.exe is launched) dsetup32.dll (extracted when dxwebsetup.exe is launched) filelist.dat
then run dxwebsetup.exe /c:"dxwsetup.exe /windowsupdate"
the installer will find the files already in place (reading the content of filelist.dat and comparing with the content of the websetup folder) and run the components installation phase without downloading first.
filelist.dat
[General] Version=1 [DirectX_Setup] Version=4,9,0,904 Locale=en GUID={44BBA855-CC51-11CF-AAFA-00AA00B6015C} URL0=33086,setup_all.cab [DirectX_Win2K] Version=4,9,0,904 Locale=en GUID={44BBA855-CC51-11CF-AAFA-00AA00B6015C} URL0=11911,setup_w2k.cab URL1=9383,graphics_w2k.cab URL2=543565,graphics_w2k_81.cab URL3=54285,dinput_w2k_81.cab URL4=183857,ks_nt.cab URL5=1156403,bda_w2k.cab [DirectX_WinNT] Version=4,9,0,904 Locale=en GUID={44BBA855-CC51-11CF-AAFA-00AA00B6015C} URL0=686893,audio_nt.cab URL1=322769,dplay_nt.cab URL2=545920,dshow_nt.cab URL3=48779,dshow_nt_81.cab URL4=295557,graphics_nt.cab URL5=675150,vb_nt.cab [DirectX_Win2K_FRN] Version=4,9,0,904 Locale=en GUID={44BBA855-CC51-11CF-AAFA-00AA00B6015C} URL0=241985,audio_nt_frn.cab URL1=439983,dinput_w2k_81_frn.cab URL2=337038,dplay_nt_frn.cab URL3=858904,dshow_nt_frn.cab URL4=667898,dxdiag_nt_frn.cab URL5=1278441,graphics_nt_frn.cab URL6=25284,ks_nt_frn.cab URL7=610129,dshow_w2k_frn.cab URL8=15384,setup_w2k_frn.cab
you can download files one by one at this URL : http://download.microsoft.com/download/8/0/D/80D7E79D-C0E4-415A-BCCA-E229EAFE2679 example : http://download.microsoft.com/download/8/0/D/80D7E79D-C0E4-415A-BCCA-E229EAFE2679/setup_all.cab
|