Forum overview »
Hardware » Weird Update from Microsoft - how to install? (1/1)
| Weird Update from Microsoft - how to install? |
| Author |
Message |
Debug
Member
Posts: 8
Joined: 2002-04-09
Member No.: 8963
|
2002-04-19 07:27:54
Hi guys
There's a new USB update from Microsoft at:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;q307271
Yes the update is a executable with only 3 cab files in it.
How can you install this update? It just extracts to a directory?
If you rightclick on the .inf's and select install - to does nothing (extracted from the "update.cab" in the update)
There's a file called usbuhci.sys._p1 that I wish to install manually (since I don't know what M$oft's idea was here)
Usually you can expand compressed files with the filename.ex_ format with:
expand -r filename.ex_ --> filename.ext (uncompressed)
but this is in a weird format usbuhci.sys._p1 - how can I expand the file to usbuhci.sys and install the update manually??
Hope someone can help - XP's USB implementation sux bigtime more so than in 2k.
Regards
Debug
|
|
| Post #97065 |
|
Debug
Member
Posts: 8
Joined: 2002-04-09
Member No.: 8963
|
2002-04-19 07:29:43
Hi the PHP scripts on the page screwed the link up:
support.microsoft.com/default.aspx?scid=kb;EN-US;q307271
(with http://)
|
|
| Post #97066 |
|
Davros
Senior Member
Posts: 347
From: Houston, Texas
Joined: 2002-03-21
Member No.: 8785
|
2002-04-19 18:41:03
Maybe use -u -z -q
|
|
| Post #97094 |
|
Debug
Member
Posts: 8
Joined: 2002-04-09
Member No.: 8963
|
2002-04-19 22:13:54
What paramaters are those for Davros?
Expand from M$ost accepts only:
Microsoft (R) File Expansion Utility Version 5.1.2600.0
Copyright (C) Microsoft Corp 1990-1999. All rights reserved.
Expands one or more compressed files.
EXPAND [-r] Source Destination
EXPAND -r Source [Destination]
EXPAND -D Source.cab [-F:Files]
EXPAND Source.cab -F:Files Destination
-r Rename expanded files.
-D Display list of files in source.
Source Source file specification. Wildcards may be used.
-F:Files Name of files to expand from a .CAB.
Destination Destination file | path specification.
Destination may be a directory.
If Source is multiple files and -r is not specified,
Destination must be a directory.
I don't know what you mean?
|
|
| Post #97102 |
|
Davros
Senior Member
Posts: 347
From: Houston, Texas
Joined: 2002-03-21
Member No.: 8785
|
2002-04-19 22:39:50
Most of the hotfixes (Qxxxxxx) since Win2k use:
-u Unattended mode
-f Force other programs to close when the computer shuts down
-n Do not back up files for uninstall
-o Overwrite OEM files without prompting
-z Do not restart when installation is complete
-q Quiet mode (no user interaction)
-l List installed hotfixes
Of course we all know how consistent MS is. Try contacting MS tech support about it, they can be very helpful with stuff like this.
|
|
| Post #97104 |
|
Sampson
Senior Member
Posts: 1352
Joined: 2001-12-18
Member No.: 8092
|
2002-04-20 00:18:21
While this is a piece of software, it is really a Hardware install. Open up Control Panel -> Add/Remove Hardware -> Choose From List -> Other Device -> Have Disk. At this stage, point it to the .inf file that you've extracted earlier. At least that is how it used to be done, for example, as in creating a ramdisk.
|
|
| Post #97110 |
|
Debug
Member
Posts: 8
Joined: 2002-04-09
Member No.: 8963
|
2002-04-20 07:52:56
Thanks for posting:
This is a Dynamic Update File that's used (in theory) when you install XP (mass deployment of XP by admins). The .exe is not in the other M$oft patch formats but extracts only (aarrg) you need to run winnt32 (i386 dir) off the Install CD with winnt32.exe /duprepare:"c:\extracted location" to prepare the patch files (it did nothing my my PC). Then you need to install the Updates with Win. With: winnt32 /dushare:"c:\location of prepared files".
It's supposed to updated the original CD Setup files (which it copies to the HD) and then install WinXP. There's a new Install Screen called Dynamic Update when Windows Installs. Didn't install the file on my System regardless.
I haven't tried the hardware approarch to just update the driver: Its def. a USB driver for the iso-synchonous transfer bugs in WinXP - I would, however, expect something allong the lines of "usb.inf" to install. Thanks will try that asap.
|
|
| Post #97128 |
|
Forum overview »
Hardware » Weird Update from Microsoft - how to install?
| Legend |
View profile
Mark this post as solution (topic starter only)
Reply with quote to post
Edit post
Delete post (admin only)
|
|