troyquigley Posted January 20, 2006 Posted January 20, 2006 how do i make an unattended install for the LATEST copy of directx 9.0c?here is the linkyhttp://www.microsoft.com/downloads/details...&displaylang=enthat is the updated/newest version of 9.0chow can i make an unattended install of it
jbm Posted January 20, 2006 Posted January 20, 2006 Extract the files using winrar to a directory and install using DXsetup.exe /silent.
BoardBabe Posted January 20, 2006 Posted January 20, 2006 Im just doingdirectx_dec2005_redist.exe /Q /T:%systemdrive%\Install
Sonic Posted January 30, 2006 Posted January 30, 2006 Other way:You can decompress the .exe by microsoft to a DirectX9 folder for example, and use DXSETUP.EXE /silent inside the DirectX9. This allow to bypass the first decompression and speedup install.
BoardBabe Posted January 30, 2006 Posted January 30, 2006 decompression of that file takes what 5sec?
specialk Posted January 30, 2006 Posted January 30, 2006 So how would this all work if I want to integrate this into my unattended CD and run it from svcpack.inf?
Sonic Posted January 31, 2006 Posted January 31, 2006 Put the command line directx_dec2005_redist.exe /Q /T:%systemdrive%\Install in your svcpack.inf !!! and make source it's listed in directory. See http://unattended.msfn.org/unattended.xp/view/web/24/ for more infos.
HexiumVII Posted February 1, 2006 Posted February 1, 2006 Ryan update his pack about a week ago finally after his RAID crashed, check it out
specialk Posted February 1, 2006 Posted February 1, 2006 Put the command line directx_dec2005_redist.exe /Q /T:%systemdrive%\Install in your svcpack.inf !!! and make source it's listed in directory. See http://unattended.msfn.org/unattended.xp/view/web/24/ for more infos.What do you mean, "and make source it's listed in directory"?
Sonic Posted February 1, 2006 Posted February 1, 2006 woups I would like say : "Make sure the file is present in SVCPACK folder" (more than a typo ^^) sorry.
specialk Posted February 4, 2006 Posted February 4, 2006 Ok, I tried running the redist w/ the command given above, but it's not install, it's just extracting it to the %systemdrive%\Install folder
piedus Posted February 5, 2006 Posted February 5, 2006 (edited) Put the command line directx_dec2005_redist.exe /Q /T:%systemdrive%\Install in your svcpack.inf !!! and make source it's listed in directory. See http://unattended.msfn.org/unattended.xp/view/web/24/ for more infos.Shouldn´t it be renamed in 8.3 Standards?and yes, its only an extraction, as far as i can see.So we need in the runonceex.cmd following?REG ADD %KEY%\zz01 /VE /D "Installation de DirectX 9.0c" /fREG ADD %KEY%\zz01 /V 1 /D "%systemdrive%\install\Applications\directx\dxsetup.exe /silent" /fPlease advise. Edited February 5, 2006 by piedus
Sonic Posted February 5, 2006 Posted February 5, 2006 My method:* Decompress the original exe to new DirectX folder* Make a batch (Go.cmd) like this :@echo offecho Microsoft DirectX 9.0C (December 2005) ...start /w DXSETUP.EXE /silentclsexit& put it in DirectX9 folder.* SFX the DirectX9 with executing Go.cmd at the end of temp extraction.I use winrar and this is my settings (in the last tab of dialog) :Setup=Go.cmdTempModeSilent=2Overwrite=1edit: just put the new .exe in SVCPACK and add it in your .inf file without any switchs.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now