MSFN Forum: Drivers from CD: Simple Method - MSFN Forum

Jump to content



  • 12 Pages +
  • « First
  • 8
  • 9
  • 10
  • 11
  • 12
  • You cannot start a new topic
  • You cannot reply to this topic

Drivers from CD: Simple Method Rate Topic: ***** 1 Votes

#181 User is offline   djackson 

  • Newbie
  • Group: Members
  • Posts: 39
  • Joined: 13-January 05

Posted 23 May 2006 - 04:35 PM

@Dje

Thanks for that. Worked well. I did have the still have an additional $OEM$ directory at the same level as I386 on the multiboot DVD to store the files in (drivers.cmd, etc) and modify the entries in [GuiUnattended].

[GuiUnattended]
	DetachedProgram=".\system32\cmd.exe"
	Arguments="/Q /C FOR /F %I IN (%SystemRoot%\SYSTEM32\$WINNT$.INF) DO (FOR %J IN (%I..\..\$OEM$) DO (IF EXIST %J (start /min /D%J Drivers.cmd)))"


Again, thanks for the assist.

This post has been edited by djackson: 23 May 2006 - 04:36 PM



#182 User is offline   Sonic 

  • Sonic
  • Group: Patrons
  • Posts: 1,595
  • Joined: 04-December 03

Posted 18 June 2006 - 03:25 PM

With winnt.sif manual direct path to inf specified, we can't use F6 drivers from a floppy (there is an error copying files during GUI part).
With this method we don't specify the path directly so I can specify drivers by F6 and no errors about copying files ?

I hope you understand my question :P

Goodbye.

#183 User is offline   raghvendraxu 

  • Newbie
  • Group: Members
  • Posts: 15
  • Joined: 26-March 06

Posted 24 June 2006 - 03:21 PM

hi

i had tryed to install my drivers but it was not able to find the "watchdriversigningpolicy.exe
Attached File  untitled.JPG (33.18K)
Number of downloads: 194


"" it say's windows cannot find 'd:\Drivers|watchdriversigningpolicy.exe' . make sure
you type the name correctly , and then try again. to search for a file , click the start button , and then click seach.""

pls tell me what to do
this is my winnt.sif file pls check it
=================================================

[Data]
AutoPartition=1
MsDosInitiated="0"
UnattendedInstall="Yes"

[Unattended]
UnattendMode=DefaultHide
OemSkipEula=Yes
OemPreinstall=Yes
TargetPath=\WINDOWS
FileSystem=*
Repartition=No
WaitForReboot="No"
UnattendSwitch=Yes

[GuiUnattended]
AdminPassword=*
EncryptedAdminPassword=NO
OEMSkipRegional=1
TimeZone=190
OemSkipWelcome=1
DetachedProgram=".\system32\cmd.exe"
Arguments="/Q /C FOR /F %I IN (%SystemRoot%\SYSTEM32\$WINNT$.INF) DO (FOR %J IN (%I$OEM$) DO (IF EXIST %J (start /min /D%J Drivers.cmd)))"

[UserData]
ProductKey=*****-*****-*****-*****-*****
FullName="Parihar"
OrgName="HP_Owner"
ComputerName="JAMESBOND"

[Display]
BitsPerPel=32
Xresolution=1024
YResolution=768
Vrefresh=75

[Identification]
JoinWorkgroup="WORKGROUP"

[Networking]
InstallDefaultComponents=Yes

[RegionalSettings]
Language=00000409

[SetupParams]
UserExecute="WScript.exe %systemroot%\konten.js"

===================================================================
here is a sample XPCD layout (colors correspond to the steps above):

├───$OEM$
│.......├───Drivers
│................├───000_chipset
│................├───001_network
│................├───002_modem
│................├───003_graphics
│................├───004_sound
│................├───005_monitor
│................├───006_keyboard
│.......├───7za.exe
│.......├───Drivers.cmd
│.......├───nircmd.exe
│.......├───Process.exe
│.......├───SetupCopyOEMInf.exe
│.......├───WatchDriverSigningPolicy.exe
├───I386
│.......├───winnt.sif

===============================================================
Attached File  3.JPG (63.31K)
Number of downloads: 183


[Data]
AutoPartition=1
MsDosInitiated="0"
UnattendedInstall="Yes"

[Unattended]
UnattendMode=DefaultHide
OemSkipEula=Yes
OemPreinstall=Yes
TargetPath=\WINDOWS
FileSystem=*
Repartition=No
WaitForReboot="No"
UnattendSwitch=Yes

[GuiUnattended]
AdminPassword=*
EncryptedAdminPassword=NO
OEMSkipRegional=1
TimeZone=190
OemSkipWelcome=1
DetachedProgram=".\system32\cmd.exe"
Arguments="/Q /C FOR /F %I IN (%SystemRoot%\SYSTEM32\$WINNT$.INF) DO (FOR %J IN (%I$OEM$) DO (IF EXIST %J (start /min /D%J Autoit3.exe Drivers.au3)))"

[UserData]
ProductKey=*****-*****-*****-*****-*****
FullName="Parihar"
OrgName="HP_Owner"
ComputerName="JAMESBOND"

[Display]
BitsPerPel=32
Xresolution=1024
YResolution=768
Vrefresh=75

[Identification]
JoinWorkgroup="WORKGROUP"

[Networking]
InstallDefaultComponents=Yes

[RegionalSettings]
Language=00000409

[SetupParams]
UserExecute="WScript.exe %systemroot%\konten.js"



here is a sample XPCD layout (colors correspond to the steps above):

├───$OEM$
│.......├───Drivers
│................├───000_chipset
│................├───001_network
│................├───002_modem
│................├───003_graphics
│................├───004_sound
│................├───005_monitor
│................├───006_keyboard
│.......├───$$
│................├───system32
│......................├───Drivers
│......................├───AutoIt3
├───SetupCopyOEMInf.exe
├───WatchDriverSigningPolicy.exe
├───I386
│.......├───winnt.sif

=============================================
i have one more doubt about cmd.exewhat is it i had not paste any off them


pls guide me


i m using windows unattended cd creator software

and i had tested this unattended cd on microsoft virtual pc 2004


thaing youAttached File  untitled.JPG (33.18K)
Number of downloads: 194

#184 User is offline   a06lp 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 976
  • Joined: 19-August 04

Posted 25 June 2006 - 10:07 AM

@raghvendraxu:

Re-read the first post.
Your files are in the wrong places.

The contents of the zip file (7za.exe, Drivers.cmd, nircmd.exe, Process.exe, SetupCopyOEMInf.exe, WatchDriverSigningPolicy.exe) should ALL be in the $OEM$ folder.

Your screenshot shows that the files are in $OEM$\Drivers.

This is why you got the error that the files could not be found - they are in the wrong place.

#185 User is offline   raghvendraxu 

  • Newbie
  • Group: Members
  • Posts: 15
  • Joined: 26-March 06

Posted 25 June 2006 - 01:48 PM

@a06lp


again same problem pls help me

Attached File  untitled.JPG (33.18K)
Number of downloads: 59

this time i had done as u told but again same problem:no:

Attached File  5.JPG (54.8K)
Number of downloads: 92

now pls tell me what to do


i m send an image pls check it


i heard that we can add watchdriversigningpolicy=ignore in winnt.sif file which is at I386

is that one is possible in this case


and also is that is because of virtual pc. is taht one goes corectly when i goes to system installation

#186 User is offline   raghvendraxu 

  • Newbie
  • Group: Members
  • Posts: 15
  • Joined: 26-March 06

Posted 25 June 2006 - 02:52 PM

i m again here



after windows installation fails o find watchdriversigningpolicy.exe

i continude my installation to see is my drivers will install or not but they desn't install at all

i have my intel 915 gv motherboard drivers ,agare modem drivers, realtek sound card , d-link lan cad driver,and intel chipset driver and hp wireles keyboard drivers, hp monitor mx704

Attached File  drivers.JPG (76.29K)
Number of downloads: 118

but none of the driver is installed

you can see in pic.
in disply adapter
instead of "" intel 915gv\910g graphic driver"" it is showing ""s3 trio 32/64 driver

in key board
instead of hp wireless keyboard it shows compeq ps2 keyboard

in monitor
instead of hp mx 704 crt monitor it shows default monitor

in sound video and game controller
instead of "realtek high definition audio" it shows sound blaster 16 or awe32 or compitable wdm

pls pls pls help me


thanking u

raghavendra

#187 User is offline   maniaq 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 378
  • Joined: 28-November 04
  • OS:none specified
  • Country: Country Flag

Posted 04 July 2006 - 02:50 AM

:hello:
i want to know if it possible to add this line "%systemdrive%\transparent.exe" into this line
DetachedProgram=".\system32\cmd.exe"

for egzample something like this:
DetachedProgram=".\system32\cmd.exe";"%systemdrive%\transparent.exe"

if not, maybe there is another way.tnx

in fact i need to run DetachedProgram=%systemdrive%\transparent.exe first, so can i do something to this?:
[GuiUnattended]
DetachedProgram=%systemdrive%\transparent.exe
AutoLogon = "Yes"
EncryptedAdminPassword = "No"
AdminPassword = *
TimeZone = 125
OEMSkipRegional = 1
OemSkipWelcome = 1
DetachedProgram=".\system32\cmd.exe"
Arguments="/Q /C FOR /F %I IN (%SystemRoot%\SYSTEM32\$WINNT$.INF) DO (FOR %J IN (%I$OEM$) DO (IF EXIST %J (start /min /D%J NirCmd.exe exec hide Drivers.cmd)))"


i have tried this way and didn't work
[GuiUnattended]
DetachedProgram=".\system32\cmd.exe"
Arguments="/Q /C FOR /F %I IN (%SystemRoot%\SYSTEM32\$WINNT$.INF) DO (FOR %J IN (%I$OEM$) DO (IF EXIST %J (start /min /D%J NirCmd.exe exec hide Drivers.cmd)))"
DetachedProgram=%systemdrive%\transparent.exe
AutoLogon = "Yes"
EncryptedAdminPassword = "No"
AdminPassword = *
TimeZone = 125
OEMSkipRegional = 1
OemSkipWelcome = 1

This post has been edited by maniaq: 04 July 2006 - 02:55 AM


#188 User is offline   Sonic 

  • Sonic
  • Group: Patrons
  • Posts: 1,595
  • Joined: 04-December 03

Posted 07 July 2006 - 02:27 PM

@maniaq: Start 'transparent.exe' in Drivers.cmd directly.


I have tested on real hardware and SetupCopyOEMInf hangs on setup. I break the batch with Ctrl+C to continue ... any idea about the hang ? a wrong driver ?

I have test F6 drivers but doesn't work with this solution.

#189 User is offline   Sonic 

  • Sonic
  • Group: Patrons
  • Posts: 1,595
  • Joined: 04-December 03

Posted 09 August 2006 - 04:29 PM

It seems to fail to integrate some inf files, nobody has the problem ? In fact the inf is long to integrate and says failed and continue, but sometime it hangs on "integrating ...". If anyone has a suggestion, come on !

#190 User is offline   Kanti 

  • Newbie
  • Group: Members
  • Posts: 10
  • Joined: 03-August 06

Posted 22 August 2006 - 06:13 PM

WOW Very nice POst and very very very very very Simple LOL.. I don't even under stand the guide the they make at unattended.msfn.org. lol i under stand more in forums.

#191 User is offline   devilrunner 

  • Junior
  • Pip
  • Group: Members
  • Posts: 53
  • Joined: 01-June 04

Posted 27 August 2006 - 05:16 AM

@sonic
SETUPCopyOEMinf hangs are due to the suspended setup.exe process.
SETUPCopyOEMinf needs a DLL CALL that setup.exe provides...offcourse being suspended this gives problems...
This is prolly the problem you are having

@...
The only solutions (for the SETUPCopyOEMinf freezing) so far are:
-Use a ticker script that pauses,resumes,pauses,resumes the setup.exe process...like the one in this topic
-Use the FAKE setup.ex way

Personally I don't like any of these methods...
The first is heavily dependant on the computer speed.
The second provides no real GUI so the user doesn't really see anything happening, this it also the case with the first method...the setup.exe seems to have hanged.(And we don't like to show ugly batch windows ;) )

I was thinking that there are prolly better ways of doing this.
Like suspending all the threads that setup.exe spawned except the one that SETUPCopyInf needs
Rewriting setup.ex_ so that the detachedprogram isn't run detached?
I started a topic concerning the matter : (HERE)

Srry for my bad english

#192 User is offline   tain 

  • Cyber Ops
  • Group: Super Moderator
  • Posts: 3,412
  • Joined: 24-September 05
  • OS:none specified
  • Country: Country Flag

Posted 20 October 2006 - 03:34 PM

@a06lp: There seems to have been lots of great info contributed to this topic since the last time you edited the first post. Is an update in order?

#193 User is offline   Sion 

  • Group: Members
  • Posts: 5
  • Joined: 14-November 06

Posted 14 November 2006 - 12:33 AM

Can it support RAID driver?

#194 User is offline   zedox 

  • XPize Darkside Author
  • PipPipPipPipPip
  • Group: Members
  • Posts: 706
  • Joined: 25-August 05

Posted 23 November 2006 - 11:15 AM

Yep it can, I've tried it, and worked fine with my raid controller drivers.

#195 User is offline   cyberloner 

  • OCMania.com
  • PipPipPipPip
  • Group: Members
  • Posts: 535
  • Joined: 19-July 05

Posted 26 November 2006 - 11:24 AM

i've been using this method for a while already... it is a super way to intergrade driver... more and more drivers keep coming and keep bigger... this method helps a lot...
just need to ask a simple question to any expert.... of the oem copy...

how will it works if i have 2 folder drivers.... with same name abc.inf in each folder... and they are not the same driver.....
will they also work?

about raid... i already intergrate... nvidia, intel, highpoint, Jmicron, SiImage XXXX, SIS raid, Via raid.. with this method and all works like charm... =)

This post has been edited by cyberloner: 26 November 2006 - 11:26 AM


#196 User is offline   zzzz 

  • Intermediate
  • Group: Members
  • Posts: 44
  • Joined: 06-March 05

Posted 10 March 2007 - 02:16 AM

By saying that this method supports RAID drivers, do you mean that you don't need to do anything at the "press F6..." stage? Does it work with nvidia nf680 raid (if anyone happens to know)?

And is there anything that this method can/cannot do while pyron's method cannot/can do?

#197 User is offline   Sonic 

  • Sonic
  • Group: Patrons
  • Posts: 1,595
  • Joined: 04-December 03

Posted 15 March 2007 - 02:39 PM

View Postcyberloner, on Nov 26 2006, 07:24 PM, said:

i've been using this method for a while already... it is a super way to intergrade driver... more and more drivers keep coming and keep bigger... this method helps a lot...
just need to ask a simple question to any expert.... of the oem copy...

how will it works if i have 2 folder drivers.... with same name abc.inf in each folder... and they are not the same driver.....
will they also work?

about raid... i already intergrate... nvidia, intel, highpoint, Jmicron, SiImage XXXX, SIS raid, Via raid.. with this method and all works like charm... =)


Each .inf are re-copy to c:\windows\inf\ as oemXX.inf an .pnf so the name isn't a problem.
The .pnf file contain the original drivers locations (x:\folder1\subfolder2\)

#198 User is offline   cyberloner 

  • OCMania.com
  • PipPipPipPip
  • Group: Members
  • Posts: 535
  • Joined: 19-July 05

Posted 28 March 2007 - 10:45 AM

View PostSonic, on Mar 15 2007, 02:39 PM, said:

View Postcyberloner, on Nov 26 2006, 07:24 PM, said:

i've been using this method for a while already... it is a super way to intergrade driver... more and more drivers keep coming and keep bigger... this method helps a lot...
just need to ask a simple question to any expert.... of the oem copy...

how will it works if i have 2 folder drivers.... with same name abc.inf in each folder... and they are not the same driver.....
will they also work?

about raid... i already intergrate... nvidia, intel, highpoint, Jmicron, SiImage XXXX, SIS raid, Via raid.. with this method and all works like charm... =)


Each .inf are re-copy to c:\windows\inf\ as oemXX.inf an .pnf so the name isn't a problem.
The .pnf file contain the original drivers locations (x:\folder1\subfolder2\)


thanks man =)

#199 User is offline   toastycheese678 

  • Junior
  • Pip
  • Group: Members
  • Posts: 64
  • Joined: 02-December 04

Posted 06 June 2007 - 04:03 PM

[GuiUnattended]
DetachedProgram=".\system32\cmd.exe"
Arguments="/Q /C FOR /F %I IN (%SystemRoot%\SYSTEM32\$WINNT$.INF) DO (FOR %J IN (%I..\..\$OEM$) DO (IF EXIST %J (start /min /D%J Drivers.cmd)))"

If I want to install XP through the network instead of through an installation disk, what do I need to change in the above code to point the $OEM$ folder to \\server\xp\i386\$oem$

Thank you

#200 User is offline   eirogge 

  • www.eirogge.de
  • PipPip
  • Group: Members
  • Posts: 218
  • Joined: 07-February 04

Posted 25 June 2007 - 05:28 AM

Just wanted to say thank you for the method. Made some modifications for me and everything runs great. :D

I used the original method from pyron until recently. Sorrowly on my new Gigabyte P35-DS4 I had BSOD issues when installing drivers using pyron's method. Although this one isn't so much different, install works fine again. Don't know why^^.

Share this topic:


  • 12 Pages +
  • « First
  • 8
  • 9
  • 10
  • 11
  • 12
  • You cannot start a new topic
  • You cannot reply to this topic

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



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