Jump to content

Maurice

Member
  • Posts

    6
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Switzerland

Posts posted by Maurice

  1. Nop3z wil jump on it tomorror

    [unattended]    UnattendMode=FullUnattended

        OemSkipEula=Yes

        OemPreinstall=No

        TargetPath=\WINDOWS

        UnattendSwitch=yes

        FileSystem=*

        DriverSigningPolicy=Ignore

        OemPreInstall=Yes

        OemPnPDriversPath="Drivers\01"

    got it now like this will test it tomorrow

  2. Hey Folks,

    i just added my s-ata drivers to xp cd and sp1 :rolleyes: and that's working

    but installing geforce drivers and winamp is not working when i have windows installed it says, cannot find c:\install\start.cmd

    this dirs i have

    C:\Xp\XP-CD\$OEM$\$1\Install\Applications\Nvidia\56.72

    C:\Xp\XP-CD\$OEM$\$1\Install\Winamp

    C:\Xp\XP-CD\$OEM$\$1\Drivers\01 -> Silicon Image 3112 but works fine :)

    C:\Xp\XP-CD\$OEM$\$1\Install, here is located start.cmd and regtweaks.reg

    This is winnt.sif

    [GuiRunOnce]%systemdrive%\install\start.cmd

    This is start.cmd

    CLS

    @echo off

    TITLE Windows XP SP1 - Unattended Installation

    ECHO.

    ECHO Over the next few minutes you will see automated installations

    ECHO of various sofware applications, windows updates, and registry

    ECHO tweaks being implemented. The computer will restart automatically

    ECHO once the whole process has finished!

    ECHO.

    ECHO Applying Registry Tweaks...

    REGEDIT /S %systemdrive%\install\RegTweaks.reg

    ECHO.

    ECHO Installing nVidia Geforce Display Drivers

    start /wait %systemdrive%\Install\Applications\Nivdia\56.72\setup.exe -s -f1"%systemdrive%\drivers\nvidia\setup.iss" /noreboot

    ECHO Please wait...

    ECHO.

    ECHO Starting installation of Applications

    ECHO.

    ECHO Installin Winamp 5.0.3a

    start /wait %systemdrive%\Install\Winamp\win.msi xfull=1 /qb

    ECHO.

    ECHO Restarting the PC in 1 minute...

    shutdown.exe -r -f -t 60 -c "Windows XP will now restart in 1 minute, this will give enough time for the shortcuts to update and for the shell to fully load before its ready to restart!"

    ECHO.

    ECHO Deleting Temp Installation Files...

    RD /S /Q %systemdrive%\Drivers

    RD /S /Q %systemdrive%\install

    What i'm doing wrong? because it's not working

    Ty already for the help :D

×
×
  • Create New...