Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

how do i make an unattended install for the LATEST copy of directx 9.0

Featured Replies

Extract the files using winrar to a directory and install using DXsetup.exe /silent.

  • 2 weeks later...

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.

So how would this all work if I want to integrate this into my unattended CD and run it from svcpack.inf?

Ryan update his pack about a week ago finally after his RAID crashed, check it out

woups I would like say : "Make sure the file is present in SVCPACK folder" (more than a typo ^^) sorry.

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

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" /f

REG ADD %KEY%\zz01 /V 1 /D "%systemdrive%\install\Applications\directx\dxsetup.exe /silent" /f

Please advise.

Edited by piedus

My method:

* Decompress the original exe to new DirectX folder

* Make a batch (Go.cmd) like this :

@echo off
echo Microsoft DirectX 9.0C (December 2005) ...
start /w DXSETUP.EXE /silent
cls
exit

& 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.cmd
TempMode
Silent=2
Overwrite=1

edit: just put the new .exe in SVCPACK and add it in your .inf file without any switchs.

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.