MSFN Forum: Extract driver.cab to get *.inf files - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Extract driver.cab to get *.inf files Rate Topic: -----

#1 User is offline   sitdown 

  • Group: Members
  • Posts: 2
  • Joined: 03-August 06

Posted 03 August 2006 - 09:09 AM

Hi there, first day on this forum :)

I'm trying to build a bartpe with XPE plugin, to get it to work on most systems i have to extract inf files from driver.cab and SP2.cab.

I have tried numerouse ways to extract driver.cab, but it only shows other files when extracted.. (no *.inf or *.in_)
Tried with different zip software and these dos commands:

- EXPAND DRIVER.CAB [-F:*.in_] C:\sl ( This unpacked files to c:sl\ , but no inf..)
- C:\sl\1>expand -r "[X:\XP\XPP-RE-EN-SP2-ORG\I386]*.in_" ["C:\sl"] ( get the fault message: Can't open input file : [c:\sl]

Here is the bartxpe howto that explains how to do this: http://xpe.collewijn.info/index.php
Theire expand command is: expand -r "[xp\i386 path\]*.in_" ["XPE plugin\inf sub folder path"]

Why can't i find any inf files, remember i was able to do this last time i tried this..

Thomas


#2 User is offline   Paraglider 

  • Newbie
  • Group: Members
  • Posts: 35
  • Joined: 21-August 05

Posted 05 August 2006 - 06:29 AM

There are no inf files in driver.cab. They are on your XP CD in i386\*.in_. You extract the *.sys and *.dll files from driver.cab and overwrite with *.sys and *.dll from sp2.cab. You copy the files named i386\*.in_ to the inf subdirectory of your XPE plugin. Run expand on the copied *.in_ files

Note the [..] in the instructions you reference means the parameter is optional not that you should include them in your typed parameters. So you don't specify ["c:\sl"] but "c:\sl". Directory c:\sl must exist and specifies the output directory of the expand. At the command line type:

expand /?

to find the expand parameters.

This post has been edited by Paraglider: 05 August 2006 - 06:35 AM


#3 User is offline   maarten98 

  • Group: Members
  • Posts: 2
  • Joined: 20-July 06

Posted 07 August 2006 - 06:27 AM

The driver cab is basically the SYSTEM32\DRIVERS directory, you need the inf files too, they are already in the \INF directory so you should be able to use them.

#4 User is offline   sitdown 

  • Group: Members
  • Posts: 2
  • Joined: 03-August 06

Posted 09 August 2006 - 04:58 AM

Thanks a lot guys, i had a lot of trying before you gave me the solution.

It's not that easy to understand this if you are a newbie on some areas..

Thomas :)

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy