MSFN Forum: Guide For Compressed Drivers Unattended Install - MSFN Forum

Jump to content



  • 11 Pages +
  • 1
  • 2
  • 3
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

Guide For Compressed Drivers Unattended Install Rate Topic: -----

#1 User is offline   serialzs 

  • Member
  • PipPip
  • Group: Members
  • Posts: 140
  • Joined: 21-December 03

Posted 24 August 2004 - 04:32 AM

@all

I modified this from my old topic my drivers Inf files to drivers.cab?

Here is the new guide, a more EASY to USE... :thumbup

Just read the GUIDE inside the ZIP file!
Hope all will like it... :w00t:

If you're having any trouble I am willing to help...

NEW batch files and guide NOT UPDATE... ;)
Click to Download Last Modified 9/11/2004

-=[serialzs]=-

im really sorry for the DRVZ.EXE... i dont know the rules of scanning hardware that tym... NOW Heres the new Guide try it...

This post has been edited by serialzs: 12 September 2004 - 11:34 AM



#2 User is offline   swgreed 

  • Unofficial Service Pack & Codec Pack maintainer
  • PipPipPip
  • Group: Members
  • Posts: 454
  • Joined: 18-August 03

Posted 24 August 2004 - 04:50 AM

I like that idea, if I understood it right...

You create a 7z-compressed exe, containing the drivers and compress them again with makecab, so XP can expand them during installation?

But what will happen here?
DetachedProgram="%SystemRoot%\system32\DRVZ.EXE"

How did you compress this (selfextracting?) file, so XP installs the content correctly?

#3 User is offline   serialzs 

  • Member
  • PipPip
  • Group: Members
  • Posts: 140
  • Joined: 21-December 03

Posted 24 August 2004 - 05:20 AM

@swgreed

yes... :yes:
it is for the compressed files of your drivers...
it expand *.cab files or *.7z files...
i see many people here using the 7z compression to compress there files...
it is a great application...

@all

im sorry here is the folder structure....
just follow the instructions and im sure it will install your drivers unattended...

special thanks:
Pyron for the SetDevicePath.exe
big_gie for giving me an idea that 7zip application is a great software to use...

-=[serialzs]=-

Attached File(s)



#4 User is offline   swgreed 

  • Unofficial Service Pack & Codec Pack maintainer
  • PipPipPip
  • Group: Members
  • Posts: 454
  • Joined: 18-August 03

Posted 24 August 2004 - 06:04 AM

I see....

So the folder structure is hardcoded into SetDevicePath.exe?

#5 User is offline   gmx 

  • Member
  • PipPip
  • Group: Members
  • Posts: 171
  • Joined: 09-November 03

Posted 24 August 2004 - 06:42 AM

great guide thanx now all we got to do is add Bashrat the Sneaky's driver packs :)

#6 User is offline   Pyron 

  • Junior
  • Pip
  • Group: Members
  • Posts: 84
  • Joined: 04-December 03

Posted 24 August 2004 - 07:49 AM

@swgreed:
No, nothing is hardcoded in SetDevicePath.exe. It just takes a directory as first parameter, scans its structure and adds all found directories to the DevicePath regkey. So you don't have to have a specific directory layout.

--
Pyron

#7 User is offline   Bâshrat the Sneaky 

  • aka Wim Leers
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,214
  • Joined: 29-October 03
  • OS:none specified
  • Country: Country Flag

Posted 24 August 2004 - 07:54 AM

Hmmm... an alike guide is already included in Driver Pack LAN, see the Installation instructions.

BUT... yours is ALOT better! :D No need to enter those stupid OemPnPDriverPaths anymore!

No words for it... truly amazed :w00t:

Can I add this to my DriverPacks? All credits will of course go to you!

(Now the OemPnPDriversPath issue is solved! :))

#8 User is offline   evilvoice 

  • Ditchy McAbandonpants
  • PipPipPipPipPip
  • Group: Members
  • Posts: 946
  • Joined: 27-January 04

Posted 24 August 2004 - 08:16 AM

VERY NICE!!! have been waiting for a way to bypass the oemdrivers thing since there is a limitation.

#9 User is offline   Bâshrat the Sneaky 

  • aka Wim Leers
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,214
  • Joined: 29-October 03
  • OS:none specified
  • Country: Country Flag

Posted 24 August 2004 - 08:19 AM

Topic is pinned! :)

#10 User is offline   Pyron 

  • Junior
  • Pip
  • Group: Members
  • Posts: 84
  • Joined: 04-December 03

Posted 24 August 2004 - 08:24 AM

I didn't realize that this was such a big problem... :blink:
I am doing it this way for a long time now (well, with my own setup.exe), since I came to the conclusion that uncompressed drivers take too much space on my CD.

--
Pyron

#11 User is offline   evilvoice 

  • Ditchy McAbandonpants
  • PipPipPipPipPip
  • Group: Members
  • Posts: 946
  • Joined: 27-January 04

Posted 24 August 2004 - 08:30 AM

here is a question i didnt see an answer to, when cab/7z ing your drivers, should you compress the sound folder that contains all folder for your sound...

Sound\Creative\SBAWE32
Sound\Creative\Live

so forth and so on

or should you compress the creative folder, or compress the Live folder...I just dont know how the autoit script is going to do all this, so I ask questions, I guess I could get autoit and look, but since you are already doing this, I figured Id ask :)

#12 User is offline   Bâshrat the Sneaky 

  • aka Wim Leers
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,214
  • Joined: 29-October 03
  • OS:none specified
  • Country: Country Flag

Posted 24 August 2004 - 08:30 AM

Pyron, on Aug 24 2004, 04:24 PM, said:

I didn't realize that this was such a big problem... :blink:
I am doing it this way for a long time now (well, with my own setup.exe), since I came to the conclusion that uncompressed drivers take too much space on my CD.

--
Pyron

True, but your method doesn't support archives (which save alot of space)

No offense! Your method is also very good (but slightly different purposes)

#13 User is offline   Bâshrat the Sneaky 

  • aka Wim Leers
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,214
  • Joined: 29-October 03
  • OS:none specified
  • Country: Country Flag

Posted 24 August 2004 - 08:34 AM

evilvoice, on Aug 24 2004, 04:30 PM, said:

here is a question i didnt see an answer to, when cab/7z ing your drivers, should you compress the sound folder that contains all folder for your sound...

Sound\Creative\SBAWE32
Sound\Creative\Live

so forth and so on

or should you compress the creative folder, or compress the Live folder...I just dont know how the autoit script is going to do all this, so I ask questions, I guess I could get autoit and look, but since you are already doing this, I figured Id ask :)

pyron said:

@swgreed:
No, nothing is hardcoded in SetDevicePath.exe. It just takes a directory as first parameter, scans its structure and adds all found directories to the DevicePath regkey. So you don't have to have a specific directory layout.


;)

#14 User is offline   evilvoice 

  • Ditchy McAbandonpants
  • PipPipPipPipPip
  • Group: Members
  • Posts: 946
  • Joined: 27-January 04

Posted 24 August 2004 - 08:37 AM

well stupid me...ya know, I even read that statement, wow i feel REALLY dum now

#15 User is offline   Bâshrat the Sneaky 

  • aka Wim Leers
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,214
  • Joined: 29-October 03
  • OS:none specified
  • Country: Country Flag

Posted 24 August 2004 - 08:39 AM

evilvoice, on Aug 24 2004, 04:37 PM, said:

well stupid me...ya know, I even read that statement, wow i feel REALLY dumb now

:D

No need to feel dumb... nobody is perfect...

EDIT:

PM from evilvoice said:

the missing b was in relation to me feeling dumb lol ;) ...I didnt wanna post this useless thing in there


Now Im teh one whose feelin dum

:lol: :D

#16 User is offline   Pyron 

  • Junior
  • Pip
  • Group: Members
  • Posts: 84
  • Joined: 04-December 03

Posted 24 August 2004 - 08:43 AM

@Bâshrat the Sneaky
You are right, but I modified my method for compressed drivers since, but didn't write about it here, so maybe you see the irony...
But it's good to see that my SetDevicePath.exe has its uses after all :D

--
Pyron

#17 User is offline   serialzs 

  • Member
  • PipPip
  • Group: Members
  • Posts: 140
  • Joined: 21-December 03

Posted 24 August 2004 - 09:43 AM

@pyron

can you give me what environment have the presetup.cmd...
if we can execute this command in your presetup.cmd it much great...

-=[sereialzs]=-

#18 User is offline   bonedaddy 

  • Bonafide Member
  • PipPipPip
  • Group: Members
  • Posts: 454
  • Joined: 20-October 03

Posted 24 August 2004 - 10:40 AM

well I preset my video settings (takes place @ 34min mark) using this

in winnsif;

QUOTE
[Display]
BitsPerPel=32
Xresolution=1024
YResolution=768
Vrefresh=70


and that doesn't happen and I get BSOD prior to app install.

I tried raid drivers (works with oempnp...) started install ok,

then BSOD. I tried one at a time, raid then video, BSOD, with either one.

nVidia signed drivers, also work from oempnp...

bonedaddy

#19 User is offline   Pyron 

  • Junior
  • Pip
  • Group: Members
  • Posts: 84
  • Joined: 04-December 03

Posted 24 August 2004 - 11:52 AM

@serialzs:
I don't know anything specific, but you can test by yourself: As soon as the GUI-mode installation starts, press shift F10 and enter taskmgr. It will not work and give you an error message. Wait for a few seconds and try again, it will work eventually. So the environment is not fully operational at that point, but I cannot say in which way exactly.

BTW, I noticed you are using AutoIt v3, did you try v2? Because I am using v2, not a compiled script, but nevertheless v2 and it works in presetup.cmd.

--
Pyron

#20 User is offline   Bilou_Gateux 

  • Powered by Windows Embedded
  • PipPipPipPipPip
  • Group: Members
  • Posts: 766
  • Joined: 03-January 04

Posted 24 August 2004 - 01:38 PM

@serialzs

I would like to know what does exactly drvz.exe.
If it's an autoit script, could you make the code public (turn back the compiled exe to script code) we can alter it to best fit our needs (change the default folder name for drivers).

Share this topic:


  • 11 Pages +
  • 1
  • 2
  • 3
  • Last »
  • 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