Author Topic: Install DirectX 9 Unattended  (Read 38267 times)

thibouille

  • Guest
Install DirectX 9 Unattended
« Reply #20 on: February 23, 2003, 07:04:15 AM »
Can\'t manage.

After the installation process none of the files present in the $OEM$ folder and subfolders are copied to the drive.

Any clue ?

Offline Burner

  • newbie
  • Newbie
  • *
  • Posts: 30
  • Karma: +0/-0
    • View Profile
Install DirectX 9 Unattended
« Reply #21 on: February 24, 2003, 02:15:30 PM »
If you are creating a CD place $OEM$ at the root of the CD and if this is a network installation place $OEM$ in the I386 Folder. Hope this helps. If not check your answer file (winnt.sif or unattend.txt) for:

[Unattended]
OemPreinstall=Yes

This must be set to yes in order to copy over the files.

Good Luck!

Anonymous

  • Guest
Install DirectX 9 Unattended
« Reply #22 on: March 24, 2003, 10:52:54 PM »
I decompiled the dxsetup.exe file and found a few switches that may be helpful

/opk
/windowsupdate
/packageinstall

I havn\'t tested yet but this may do what you want

Anonymous

  • Guest
Install DirectX 9 Unattended
« Reply #23 on: March 25, 2003, 12:03:59 AM »
I dug a bit more into dxsetup.exe and found that microsoft have locked the functions out, but they are still there

NOTE: You will need a hex editor to do this
if you change offset 0x33e2 to EB from 74 it will re-enable the commands I stated above.

Then you can run it as below for an un-attended install:
dxsetup.exe /opk
or so you can see the install status:
dxsetup.exe /windowsupdate

there is another switch that I don\'t know what it does:
/installmanageddx
it doesn\'t seem to do anything different.

I am da best
I love breaking microsnot software http://images.thetechguide.com/forum/public/style_emoticons/<#EMO_DIR#>/smile.gif\' class=\'bbc_emoticon\' alt=\':)\' />

Anonymous

  • Guest
Install DirectX 9 Unattended
« Reply #24 on: March 27, 2003, 01:30:12 PM »
That is perfect!  Thanks!

Anonymous

  • Guest
Install DirectX 9 Unattended
« Reply #25 on: March 30, 2003, 10:35:33 PM »
No problem http://images.thetechguide.com/forum/public/style_emoticons/<#EMO_DIR#>/smile.gif\' class=\'bbc_emoticon\' alt=\':)\' />

Demi9OD

  • Guest
Install DirectX 9 Unattended
« Reply #26 on: April 06, 2003, 09:17:16 PM »
Any luck so far getting the dx9.0a slipstreamed into a CD?  I got 9.0 to work fine with the hex edit, but I don\'t think MS is providing a redist for 9.0a yet.

LuisSanabria6814

  • Guest
Install DirectX 9 Unattended
« Reply #27 on: June 18, 2003, 06:46:46 PM »
[quote name=\'Jazkal\' date=\'Jan 31 2003, 03:51 PM\']The EXE file is what you will need to do the install of DirectX 9.

I included the IPF file because it is the source code for creating the EXE file. But to mess around with the IPF you must have Microsoft SMS Installer or Wise Installer.

So if you just want to do the install, just download the EXE and TXT file.

Jazkal[/quote]
 [email protected] http://images.thetechguide.com/forum/public/style_emoticons/<#EMO_DIR#>/wacko.gif\' class=\'bbc_emoticon\' alt=\':wacko:\' />

LuisSanabria6814

  • Guest
Install DirectX 9 Unattended
« Reply #28 on: June 18, 2003, 07:30:13 PM »
[quote name=\'LuisSanabria6814\' date=\'Jun 18 2003, 05:46 PM\'][quote name=\'Jazkal\' date=\'Jan 31 2003, 03:51 PM\'] The EXE file is what you will need to do the install of DirectX 9.

I included the IPF file because it is the source code for creating the EXE file. But to mess around with the IPF you must have Microsoft SMS Installer or Wise Installer.

So if you just want to do the install, just download the EXE and TXT file.

Jazkal[/quote]
[email protected] http://images.thetechguide.com/forum/public/style_emoticons/<#EMO_DIR#>/wacko.gif\' class=\'bbc_emoticon\' alt=\':wacko:\' /> [/quote]
 [email protected] http://images.thetechguide.com/forum/public/style_emoticons/<#EMO_DIR#>/wub.gif\' class=\'bbc_emoticon\' alt=\':wub:\' /> by the way this is the one i've found to install to my system thanks !

yamuma

  • Guest
Install DirectX 9 Unattended
« Reply #29 on: July 14, 2003, 05:51:31 PM »
so can we get a website tutorial of the slipstreaming with sp 1 and dx 9.0a for winxp anyone?
cheers

Offline AaronXP

  • Newbie
  • *
  • Posts: 14
  • Karma: +0/-0
    • View Profile
Install DirectX 9 Unattended
« Reply #30 on: July 18, 2003, 01:04:10 PM »
hmm... I've extracted the Dx9.0a redist from MS (not the hack redist from olcays site), and opened it in Ultraedit 10 (its got a hex editor). "0x33e2" doesn't seem to exist on dxsetup.exe  http://images.thetechguide.com/forum/public/style_emoticons/<#EMO_DIR#>/sad.gif\' class=\'bbc_emoticon\' alt=\':(\' />

EDIT: Never mind, sorted it! Had to use Goto Line instead to reach the hex offset  http://images.thetechguide.com/forum/public/style_emoticons/<#EMO_DIR#>/biggrin.gif\' class=\'bbc_emoticon\' alt=\':D\' />
« Last Edit: July 18, 2003, 01:11:35 PM by AaronXP »

jj03

  • Guest
Install DirectX 9 Unattended
« Reply #31 on: July 30, 2003, 08:33:36 AM »
from http://www.msfn.org/unattended/xp/directx.htm :

* Extract dx90b_redist.exe
* Open in a hex editor dxsetup.exe and go to offset 0x33e2 and change 74 to EB.
* dxsetup.exe /windowsupdate for unattended installation
* dxsetup.exe /opk for unattended+silent installation

shadow71

  • Guest
Install DirectX 9 Unattended
« Reply #32 on: August 25, 2003, 04:09:17 AM »
hex editing worked great.

Direct X 9.0b (German)

Bit thanks!!

Guest_Lars

  • Guest
Install DirectX 9 Unattended
« Reply #33 on: September 09, 2003, 09:54:33 AM »
Hey, this seems to work great but I have a problem.

It only works for people with admin rights.  All my users are not admins. http://images.thetechguide.com/forum/public/style_emoticons/<#EMO_DIR#>/ohmy.gif\' class=\'bbc_emoticon\' alt=\':o\' />
Any suggestions or fixes???

Thanks!

Offline marco41

  • Newbie
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Install DirectX 9 Unattended
« Reply #34 on: January 31, 2004, 10:18:27 AM »
[quote name=\'clcont\' date=\'Feb 1 2003, 10:45 PM\']Unattended install of DirectX 9 OPK:

http://oem.microsoft.com/worldwide/script/517830.asp[/quote]
 please help me to install directx 9
 http://images.thetechguide.com/forum/public/style_emoticons/<#EMO_DIR#>/sad.gif\' class=\'bbc_emoticon\' alt=\':(\' />  http://images.thetechguide.com/forum/public/style_emoticons/<#EMO_DIR#>/wink.gif\' class=\'bbc_emoticon\' alt=\';)\' />

Guest

  • Guest
Install DirectX 9 Unattended
« Reply #35 on: March 06, 2004, 02:59:23 AM »
what is un attended install

coz i need this dx9

ahmed essmt

  • Guest
Install DirectX 9 Unattended
« Reply #36 on: March 10, 2004, 10:41:29 AM »
[quote name=\'Anonymous\' date=\'Jan 8 2003, 10:23 PM\']Microsoft for some reason did not want us to install this silently. Atleast not without downloading the 223MB SDK (Software Development Kit) along with it. (Atleast that is what the DX folks at microsoft tell me) The SDK is way to bulky and to much of a pain to deal with. I Dont understand why they wanted to do this but they did. There is a way to get around it.

Go to http://www.hiddensoft.com/AutoIt and download AutoIt - Zipped Version (includes Aut2Exe & Exe2Aut).

Go ahead and extarct the contents of the DX9 package this package to a folder named dx9. Since Microsoft did not include the silent install feature we can use an AutoIt script to do it.

Here is the AutoIt Script I made to do this:

; DirectX AutoIt Installation Scrpit
; OS:     Windows XP
; Author: Jeramie Lorson

HideAutoItWin, On
Run, path_to\dxsetup.exe
WinWaitActive, Installing Microsoft® DirectX®
Send, {TAB}
Send, {ENTER}
WinWaitActive, Installing Microsoft® DirectX®
Send, {ENTER}
Sleep, 60000
Send, {ENTER}
Exit

DirectX 9 Installation Command:

path_toAutoIt.exe /path_todx9.aut

It's not really a silent install because you can see whats going on but it is unattended. I also think AutoIt will be a big help in installing all kinds of stuff that has these same problems.[/quote]
  http://images.thetechguide.com/forum/public/style_emoticons/<#EMO_DIR#>/laugh.gif\' class=\'bbc_emoticon\' alt=\':lol:\' />

Mick Brown

  • Guest
Install DirectX 9 Unattended
« Reply #37 on: March 29, 2004, 07:54:58 PM »
http://www.microsoft.com/downloads/details...&displaylang=en

Go here download full version and restart when asked to do so by the installer.

This is the software developer version!

Most of these forums are full of idiots just trying to be clever, but havent a clue, what the are talking about! http://images.thetechguide.com/forum/public/style_emoticons/<#EMO_DIR#>/mad.gif\' class=\'bbc_emoticon\' alt=\':angry:\' />

idiot

  • Guest
Install DirectX 9 Unattended
« Reply #38 on: December 14, 2004, 03:25:02 PM »
Sooo.....
You have a better idea of what you're talking about?

Do you even have the slightest idea that "unattended" the term means that you shouldn't have to use the default install, next, next, and restart 20 times before you have your system properly installed with all you want?

Guest

  • Guest
Install DirectX 9 Unattended
« Reply #39 on: February 20, 2005, 03:11:40 PM »
[quote name=\'Anonymous\' date=\'Mar 24 2003, 09:52 PM\']I decompiled the dxsetup.exe file and found a few switches that may be helpful
/opk
/windowsupdate
/packageinstall
I havn't tested yet but this may do what you want
[post=\"9047\"]<{POST_SNAPBACK}>[/post]
[/quote]


What decompiler are you using to do this, might be interesting to take some other installs apart and find switches.

~SIMON~