Aloucard Posted May 19, 2008 Share Posted May 19, 2008 Hello folks, due to your guide im almsot completed my Unattended CD, but im stuck to these two components : DirectX 9.0c (redist_Mar2008) and IE7. Also i want to check my RunOnceEx.cmd and my batch.cmd and tell me if i have madesomething wrong or if im ok, before closing the CD and make it Bootable.Before posting i made a search in da forum but i didnt find a solution about DX9c and IE7, i mean from RunOnceEx.Here is my two files :RunOnceEX :cmdow @ /HID@echo offFOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\CD.txt SET CDROM=%%i:SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "Installing Applications" /fREG ADD %KEY%\001 /VE /D "Preparing Installation..." /fREG ADD %KEY%\005 /VE /D "Live Messenger 8" /fREG ADD %KEY%\005 /V 1 /D "%CDROM%\Apps\MSN\MsnMsgs.msi /qn" /fREG ADD %KEY%\010 /VE /D "Windows Media Player 11" /fREG ADD %KEY%\010 /V 1 /D "%CDROM%\Apps\WMP11\WMP11.exe /q:A /c:\"setup_wm.exe /Q /R:N /DisallowSystemRestore\"" /fREG ADD %KEY%\015 /VE /D "Windows Defender" /fREG ADD %KEY%\015 /V 1 /D "%CDROM%\Apps\Defender\WindowsDefender.msi /qn" /fREG ADD %KEY%\015 /V 2 /D "taskkill /F /IM MSASCui.exe" /fREG ADD %KEY%\020 /VE /D "Internet Explorer 7" /fREG ADD %KEY%\020 /V 1 /D "%CDROM%\Apps\IE7\IE7.exe /qn" /fEXITapps_batch :@echo offTITLE Windows XP SP2 - Unattended InstallationECHO.ECHO Over the next few minutes you will see automated installations ECHO of various software applications. The computer will restart ECHO automatically once the process has finished!ECHO.ECHO Installing Applications...ECHO.ECHO Installing .NET Framework v1.1ECHO Please wait...start /wait %systemdrive%\install\NetFramework1\netfx.msi /qbECHO.ECHO Installing .NET Framework 2.0...start /wait %Systemdrive%\Install\NeTFramework2\dotnetfx2.exe /q:a /c:"install.exe /q"ECHO.ECHO Deleting Temp Installation Files...RD /S /Q %systemdrive%\installEXITAbout IE7 entry in the RunOnce is just an addition, when ill have the complete code ill delete it and add the correct one.About DX9, i unzip it to a folder and i saw a lot of other .cab files . . . . that confused me a lot.So that all, if someone give a hand ill be grateful. Cheers Link to comment Share on other sites More sharing options...
Aloucard Posted May 22, 2008 Author Share Posted May 22, 2008 Is anyone willing to help me at least with DX9 ??? The redist ver has a lot of cabs inside and that confused me for amoment. So does anyone ?? Link to comment Share on other sites More sharing options...
Anderton Posted May 22, 2008 Share Posted May 22, 2008 Hi, For the DirectX End-User Runtimes (March 2008):http://www.microsoft.com/downloads/details.aspx?FamilyId=740AC79A-5B72-447D-84F9-EE6407ED1A91&displaylang=enI extract the content of the file “directx_mar2008_redist.exe” to folder called “DIRECTX”.Then I do my command line pointing to the “DXSETUP.exe” inside that folder with this switch:DIRECTX\DXSETUP.exe /silentFor IE7 I use this command line:Windows Internet Explorer 7 for Windows XPhttp://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=9ae91ebe-3385-447c-8a30-081805b2f90bIE7-WindowsXP-x86-enu.exe /quiet /update-no /nobackup /norestartGood luck,Anderton. Link to comment Share on other sites More sharing options...
Aloucard Posted May 23, 2008 Author Share Posted May 23, 2008 Hey Anderton, much appreciated. I'll give it a try and complete the cd and test it. Again thank you. Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now