|
From: <sl...@us...> - 2003-11-16 16:35:18
|
Update of /cvsroot/unattended/unattended/install/scripts/enu In directory sc8-pr-cvs1:/tmp/cvs-serv17961/install/scripts/enu Modified Files: directx9.aut Log Message: Add URL's to each script for future download script Index: directx9.aut =================================================================== RCS file: /cvsroot/unattended/unattended/install/scripts/enu/directx9.aut,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- directx9.aut 12 Nov 2003 20:33:41 -0000 1.3 +++ directx9.aut 16 Nov 2003 16:34:25 -0000 1.4 @@ -1,6 +1,10 @@ ; AutoIt script to install DirectX 9.0b -; download and run dx90update_redist.exe extract into -; /packages/directx9/%WINLANG%/ +; URL|ALL|http://download.microsoft.com/download/c/9/c/c9c8a1d4-7690-4c98-baf3-0c67e7f3751f/dx90update_redist.exe|packages/directx9/dx90update_redist.exe +; <http://www.microsoft.com/directx/> +; Download the redistributable for developers (dx90b_redist.exe) and +; extract it to %Z%\packages\DirectX9\%WINLANG% +; <http://www.microsoft.com/downloads/details.aspx?familyid=a6dee0db-dcce-43ea-87bb-7c7e1fd1eaa2> +; (Requires .NET to be installed first for managed DX) Run, %Z%\\packages\\DirectX9\\%WINLANG%\\dxsetup.exe /installmanageddx |