Jump to content

Bâshrat the Sneaky

Member
  • Posts

    5,580
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Belgium

Posts posted by Bâshrat the Sneaky

  1. Crusher,May 21 2004, 11:16 AM] my i386 folder is only 400mb (sp1a) and thats with every critical update in I386/SvcPack

    Thank you for making this clear, [bM]Crusher. That's why I said 512 OR 1024 MB, you have to choose what you need...

    BTW: have you guys already deleted the 'LANG'-folder?

  2. If I've understood your post correct, you wanna do this:

    boot from a CD/DVD drive connected to an USB port and install an unattended windows from there. Since your BIOS's don't support this, you can't do this. So you want a USB stick to boot and let this USB stick start the unattended CD/DVD ???

    Perhaps an easier solution: buy a 512 or 1024 MB USB stick (or two if it has to go faster) and make this bootable and let the stick install windows...

  3. I think the following solution might be better and easier:

    1. make another partition and move all your documents and all settings of all programs to this drive (start, programs, accesoires, wizard move files and settings)

    2. insert (Unattended) Win XP CD and install it on the partition where your windows was before.

    finished!

    hope this is a good solution to you

  4. I put together monitor INFs for about 10 manufacturers (over 2000 files), but I hear that monitor drivers won't install during the driver installation stage, so it's moot.

    Really? I was considering starting a Monitor DriverPack... :s How come monitor drivers won't be installed? Is there any way to do this?

    Dunno. They compress nicely, though. Went from 25MB to 1.89 as a solid RAR archive.

    Also, let me tell you that they are a royal b***h to collect.

    I know they're hard to collect...

    A couple of days I started with one brand: Hyundai. Instead of downloading each and every one driver from their site, I've sent an e-mail to ask if there's a download available that includes all their drivers.

    This is what I received:

    other than the single file options on our site, there is no complete package, one containing all drivers, available.

    But I think sending you our product CD, with all drivers and files for each and every one of our monitors should resolve your request.

    Kindly forward me your home address and I'll have one off to you this week.

    Kind regards,

    George Pavic

    I'm starting to like the support of Hyundai :)

  5. I put together monitor INFs for about 10 manufacturers (over 2000 files), but I hear that monitor drivers won't install during the driver installation stage, so it's moot.

    Really? I was considering starting a Monitor DriverPack... :s How come monitor drivers won't be installed? Is there any way to do this?

  6. Ok, so even if I want to install SATAcontrollers first with the "RyanVMmethod"  (so that I don't have to press F6) I can continue to add drivers in the "OemPnPDriversPath"???

    below is an example of my winnt.sif

        TargetPath=\WINDOWS

        DriverSigningPolicy=Ignore

    OemPnPDriversPath="Drivers\006_storage;Drivers\006_storage\3ware6k;Drivers\006_storage\3ware78k;Drivers\006_storage\3112;Drivers\006_storage\3112r;Drivers\006_storage\3114;Drivers\006_storage\3114r;Drivers\006_storage\3124;Drivers\006_storage\3124r;Drivers\006_storage\hpt371;Drivers\006_storage\nvidia;Drivers\007_printers;Drivers\001_3ComLAN;"

    Thanks for helping a noob out. :)

    Yes, you even SHOULD do that

  7. I've made this, but I have NO clue at all if works... Didn't test it yet...

    if exist "%systemroot%\system32\nvaudio.nvu" (
    ECHO Bezig met het installeren van SoundStorm utility als nForce Audio hardware werd gedecteerd...
    start /wait "%systemdrive%\Drivers\CS\NFORCE\AudioUtl.exe"
    )
    if exist "%systemroot%\system32\Oemdspif.dll" (
    ECHO Bezig met het installeren van ATI Control Panel als ATI hardware werd gedecteerd...
    start /wait "%systemdrive%\Drivers\GFX\ATI\issetup.exe -s"
    )
    if exist "%systemroot%\system32\drivers\Si3112r.sys (
    ECHO Bezig met het installeren van Silicon Image 3112r SATA Utility als deze hardware werd gedecteerd...
    start /wait "%systemdrive%\Drivers\HDD\3112r\GUI\Setup.exe -s -f1"
    )
    if exist "%systemroot%\system32\drivers\el90Xbc5.SYS (
    ECHO Bezig met het installeren van 3COM NIC Doctor als een 3COM NIC werd gedecteerd...
    start /wait "%systemdrive%\Drivers\NW\3COM\GUI\Update\Update.exe /unattended /diag"
    )
    if exist "%systemroot%\system32\drivers\LMouFlt2.Sys (
    ECHO Bezig met het installeren van Logitech MouseWare 9.79 als een Logitech muis werd gedecteerd...
    start /wait "%systemdrive%\Drivers\INPUT\MOUSE\MW979\Setup.exe -s -f1"
    REGEDIT /S %systemdrive%\Drivers\INPUT\MOUSE\MW979\MW.reg
    )
    if exist "%systemroot%\system32\itchfltr.sys (
    ECHO Bezig met het installeren van Logitech iTouch 2.20...
    start /wait "%systemdrive%\Drivers\INPUT\KB\IT220\iTouch.vbs"
    REGEDIT /S %systemdrive%\Drivers\INPUT\KB\IT220\iTouch.reg
    )

    You could try it, but I won't guarantee anything!

    @Scorpy: sorry for the late posting...

  8. I even noticed that the .clp extension isn't even necessary

    if the application implements "CPlApplet" control.exe will add it

    when placed in the system32 dir

    gr /\/\o\/\/

    So what are you exactly saying?

    1. I assume the extension IS necessary, how would it else be recognised?

    2. Do you mean .cpl doesnt need to be registered?

×
×
  • Create New...