Unattended Help


Recommended Posts

ok Not to hijack your thread here. But I was wondering if this looks right :)

CLS

@ECHO OFF

ECHO Ejecting CD-ROM Drives.

START %SYSTEMDRIVE%\Install\CD.VBS

ECHO.

ECHO CD-ROM Drives have been ejected.

ECHO.

ECHO.

ECHO Removing Files From DLLCACHE Directory.

ECHO Please wait...

DEL /F/S/Q %SYSTEMROOT%\System32\DllCache

ECHO.

ECHO Files Have Been Removed.

ECHO.

ECHO.

ECHO Removing Wallpapers.

ECHO Please wait...

DEL "%systemroot%\Blue Lace 16.bmp"

DEL "%systemroot%\Coffee Bean.bmp"

DEL "%systemroot%\FeatherTexture.bmp"

DEL "%systemroot%\Gone Fishing.bmp"

DEL "%systemroot%\Greenstone.bmp"

DEL "%systemroot%\Prairie Wind.bmp"

DEL "%systemroot%\Rhododendron.bmp"

DEL "%systemroot%\River Sumida.bmp"

DEL "%systemroot%\Santa Fe Stucco.bmp"

DEL "%systemroot%\Soap Bubbles.bmp"

DEL "%systemroot%\Zapotec.bmp"

DEL "%systemroot%\Web\Wallpaper\Crystal.jpg"

DEL "%systemroot%\Web\Wallpaper\Moon flower.jpg"

DEL "%systemroot%\Web\Wallpaper\Purple flower.jpg"

DEL "%systemroot%\Web\Wallpaper\Radiance.jpg"

DEL "%systemroot%\Web\Wallpaper\Ripple.jpg"

DEL "%systemroot%\Web\Wallpaper\Stonehenge.jpg"

DEL "%systemroot%\Web\Wallpaper\Vortec space.jpg"

DEL "%systemroot%\Web\Wallpaper\Ascent.jpg"

DEL "%systemroot%\Web\Wallpaper\Autumn.jpg"

DEL "%systemroot%\Web\Wallpaper\Azul.jpg"

DEL "%systemroot%\Web\Wallpaper\Red moon desert.jpg"

DEL "%systemroot%\Web\Wallpaper\Tulips.jpg"

DEL "%systemroot%\Web\Wallpaper\Bliss.bmp"

DEL "%systemroot%\Web\Wallpaper\Follow.jpg"

DEL "%systemroot%\Web\Wallpaper\Friend.jpg"

DEL "%systemroot%\Web\Wallpaper\Home.jpg"

DEL "%systemroot%\Web\Wallpaper\Peace.jpg"

DEL "%systemroot%\Web\Wallpaper\Power.jpg"

DEL "%systemroot%\Web\Wallpaper\Wind.jpg"

DEL "%systemroot%\Web\Wallpaper\Windows XP.jpg"

ECHO.

ECHO Wallpapers deleted.

ECHO.

ECHO.

ECHO Deleting Screensavers.

ECHO Please wait...

DEL "%systemroot%\system32\scrnsave.scr"

DEL "%systemroot%\system32\ss3dfo.scr"

DEL "%systemroot%\system32\ssbezier.scr"

DEL "%systemroot%\system32\ssflwbox.scr"

DEL "%systemroot%\system32\ssmarque.scr"

DEL "%systemroot%\system32\ssmypics.scr"

DEL "%systemroot%\system32\ssmyst.scr"

DEL "%systemroot%\system32\sspipes.scr"

DEL "%systemroot%\system32\ssstars.scr"

DEL "%systemroot%\system32\sstext3d.scr"

ECHO.

ECHO Screensavers deleted.

ECHO.

ECHO.

ECHO Adding Bliss Screensaver...

ECHO Please wait...

COPY "%systemdrive%\Install\SSAVER\Matrix\" "%systemroot%\system32"

ECHO.

ECHO Matrix Screensaver Install Complete.

ECHO.

ECHO.

ECHO Installing Windows Media Player 9.

ECHO Please Wait...

START /wait %Systemdrive%\Install\WMP9\mpsetupxp.exe /Q:A /R:N

ECHO.

ECHO Windows Media Player 9 Installed.

ECHO.

ECHO.

ECHO Applying Registry Enhancements.

ECHO Please wait...

REGEDIT /S %systemdrive%\Install\regtwk.reg

ECHO.

ECHO Registry Enhancements Complete.

ECHO.

ECHO.

ECHO Installing WinRAR 3.20.

ECHO Please Wait...

START /wait %systemdrive%\Install\winrar\winrar.exe /s

ECHO.

ECHO WinRAR 3.20 Install Is Complete.

ECHO.

ECHO.

ECHO Installing Microsoft Powertoys.

ECHO.

ECHO Installing TweakUI Powertoy.

ECHO Please wait...

START /wait %systemdrive%\Install\POWERTOYS\TweakUiPowertoySetup.exe /s /v/qn

ECHO.

ECHO TweakUI Powertoy Is Installed.

ECHO.

ECHO Installing Cmd Here Powertoy.

ECHO Please wait...

START /wait %systemdrive%\Install\POWERTOYS\CmdHerePowertoySetup.exe /s /v/qn

ECHO.

ECHO Cmd Here Powertoy Installed.

ECHO.

ECHO Installing HTML Gen Powertoy.

ECHO Please Wait...

START /wait %systemdrive%\Install\POWERTOYS\HtmlgenPowertoySetup.exe /s /v/qn

ECHO.

ECHO HTML Gen Powertoy Installed.

ECHO.

ECHO Installing Power Calc Powertoy.

ECHO Please Wait...

START /wait %systemdrive%\Install\POWERTOYS\PowerCalcPowertoySetup.exe /s /v/qn

ECHO.

ECHO Power Calc Powertoy Installed.

ECHO.

ECHO Installing Slideshow Powertoy.

ECHO Please Wait...

START /wait %systemdrive%\Install\POWERTOYS\SlideshowPowertoySetup.exe /s /v/qn

ECHO.

ECHO Installing Nero Burning ROM v6.0.0.19.

ECHO Please wait...

START /wait %systemdrive%\Install\NERO\Nero60019.exe /silent /noreboot

ECHO.

ECHO Nero Burning ROM Install Complete.

ECHO.

ECHO Registering Nero Burning ROM...

REGEDIT /S %systemdrive%\Install\NERO\register.reg

ECHO Nero Burning ROM Is Now Registered to acidic-e-

ECHO.

ECHO.

ECHO Installing ATI Control Panel for Catalyst 3.8.

ECHO Please wait...

START /wait %systemdrive%\Install\DRIVERS\Catalyst\Cpanel\Setup.exe -s -f1"%systemdrive%\Install\DRIVERS\Catalyst\CPanel\setup.iss"

ECHO.

ECHO ATI COntrol Panel Install Complete.

ECHO.

ECHO.

ECHO Installing nVidia nForce 2.45 Drivers pray it works.

ECHO Please Wait.

START /wait %systemdrive%\Install\DRIVERS\nForce\nForce.exe -s -f1"%systemdrive%\Install\DRIVERS\nForce\setup.iss"

ECHO.

ECHO nVidia Driver install Complete.

ECHO.

ECHO.

ECHO Installing DirectX 9.0b

ECHO Please wait...

start /wait %systemdrive%\install\DirectX9b\dxsetup.exe /opk

ECHO.

ECHO DirectX 9.0b Install Complete.

ECHO.

ECHO.

ECHO Installing Diskeeper Professional 8.0.

ECHO Please Wait.

START /wait %systemdrive%\Install\Diskeeper\Diskeeper-pro.exe /silent

ECHO.

ECHO Diskeeper Professional 8.0 Install Complete.

ECHO.

ECHO.

ECHO File installation's are complete.

ECHO.

EXIT

Link to comment
https://www.neowin.net/forum/topic/112683-unattended-help/#findComment-1323145
Share on other sites

winnt.sif is fine and unattended works it just didnt copy the files to c: am i supposed to do something else to make it copy he files over. is there lke a $systemcdrom% command or something like that caue then i could just copy it over.

From the sounds of it you do not have the OEM line right. I know one of the mods was having this problem in the thread and he fixed it. Look in the WINNT.SIF file and if you have OemPreinstall=No you need to change it to say OemPreinstall=Yes.

Link to comment
https://www.neowin.net/forum/topic/112683-unattended-help/#findComment-1323157
Share on other sites

From the sounds of it you do not have the OEM line right. I know one of the mods was having this problem in the thread and he fixed it. Look in the WINNT.SIF file and if you have OemPreinstall=No you need to change it to say OemPreinstall=Yes.

thanks ill try that out!

Link to comment
https://www.neowin.net/forum/topic/112683-unattended-help/#findComment-1323743
Share on other sites

Where do the OEM preinstall (OemPreinstall=No you need to change it to say OemPreinstall=Yes) commands go? UNder what heading?

they go under [unattended]

[unattended]

UnattendMode=FullUnattended

OemSkipEula=Yes

OemPreinstall=Yes

TargetPath=\WINDOWS

UnattendSwitch="No"

WaitForReboot="No"

DriverSigningPolicy=Ignore

OemPnPDriversPath=

Link to comment
https://www.neowin.net/forum/topic/112683-unattended-help/#findComment-1324380
Share on other sites

it should be similar to this:

[unattended]

UnattendMode=FullUnattended

OemSkipEula=Yes

OemPreinstall=Yes

TargetPath=\WINDOWS

UnattendSwitch="No"

hope it helps. Whatever in $OEM$\$1 on the CD will be copied over to system drive which would be usually c:\

EDIT: oops, acidbrnd beat me to it

Link to comment
https://www.neowin.net/forum/topic/112683-unattended-help/#findComment-1324385
Share on other sites

ok think I have everything fixed. But just incase here are the batch files and the sif file.

;SetupMgrTag

[Data]    AutoPartition=1

    MsDosInitiated="0"

    UnattendedInstall="Yes"

[unattended]

    UnattendMode=FullUnattended

    OemSkipEula=Yes

    OemPreinstall=Yes

    TargetPath=\WINDOWS

    UnattendSwitch="No"

    WaitForReboot="No"

    DriverSigningPolicy=Ignore

    OemPnPDriversPath="Drivers\Catalyst\Driver\2KXP_INF;Drivers\nForce\AudioDrv;Drivers\nForce\AudioUtl;Drivers\nForce\Ethernet;Drivers\nForce\GART;Drivers\nForce\MemCtl;Drivers\nForce\SMBus;Drivers\nForce\USB\"

   

[GuiUnattended]

    AdminPassword=duh?

    EncryptedAdminPassword=Yes

    OEMSkipRegional=1

    TimeZone=4

    OemSkipWelcome=1

[userData]

    ProductKey=

    FullName=""

    OrgName=""

    ComputerName=none

[Display]

    BitsPerPel=32

    Xresolution=1600

    YResolution=1200

    Vrefresh=75

[identification]

    JoinWorkgroup=

[Networking]

    InstallDefaultComponents=No

[NetAdapters]

    Adapter1=params.Adapter1

[params.Adapter1]

    INFID=*

[NetClients]

    MS_MSClient=params.MS_MSClient

[NetServices]

    MS_SERVER=params.MS_SERVER

[NetProtocols]

    MS_TCPIP=params.MS_TCPIP

[params.MS_TCPIP]

    DNS=No

    UseDomainNameDevolution=No

    EnableLMHosts=Yes

    AdapterSections=params.MS_TCPIP.Adapter1

[params.MS_TCPIP.Adapter1]

    SpecificTo=Adapter1

    DHCP=No

    IPAddress=

    SubnetMask=

    DefaultGateway=

    DNSServerSearchOrder=

    WINS=No

    NetBIOSOptions=0

[components]

    zonegames=off

    media_clips=off

    mousepoint=off

    msnexplr=off

    freecell=off

    minesweeper=off

    pinball=off

    solitaire=off

    spider=off

    zonegames=off

[GuiRunOnce]

  Command0=%systemdrive%\Install\batch_command.cmd

And the batch file.

CLS

@ECHO OFF

ECHO Ejecting CD-ROM Drives.

START %SYSTEMDRIVE%\Install\CD.VBS

ECHO.

ECHO CD-ROM Drives have been ejected.

ECHO.

ECHO.

ECHO Removing Files From DLLCACHE Directory.

ECHO Please wait...

DEL /F/S/Q %SYSTEMROOT%\System32\DllCache

ECHO.

ECHO Files Have Been Removed.

ECHO.

ECHO.

ECHO Removing Wallpapers.

ECHO Please wait...

DEL "%systemroot%\Blue Lace 16.bmp"

DEL "%systemroot%\Coffee Bean.bmp"

DEL "%systemroot%\FeatherTexture.bmp"

DEL "%systemroot%\Gone Fishing.bmp"

DEL "%systemroot%\Greenstone.bmp"

DEL "%systemroot%\Prairie Wind.bmp"

DEL "%systemroot%\Rhododendron.bmp"

DEL "%systemroot%\River Sumida.bmp"

DEL "%systemroot%\Santa Fe Stucco.bmp"

DEL "%systemroot%\Soap Bubbles.bmp"

DEL "%systemroot%\Zapotec.bmp"

DEL "%systemroot%\Web\Wallpaper\Crystal.jpg"

DEL "%systemroot%\Web\Wallpaper\Moon flower.jpg"

DEL "%systemroot%\Web\Wallpaper\Purple flower.jpg"

DEL "%systemroot%\Web\Wallpaper\Radiance.jpg"

DEL "%systemroot%\Web\Wallpaper\Ripple.jpg"

DEL "%systemroot%\Web\Wallpaper\Stonehenge.jpg"

DEL "%systemroot%\Web\Wallpaper\Vortec space.jpg"

DEL "%systemroot%\Web\Wallpaper\Ascent.jpg"

DEL "%systemroot%\Web\Wallpaper\Autumn.jpg"

DEL "%systemroot%\Web\Wallpaper\Azul.jpg"

DEL "%systemroot%\Web\Wallpaper\Red moon desert.jpg"

DEL "%systemroot%\Web\Wallpaper\Tulips.jpg"

DEL "%systemroot%\Web\Wallpaper\Follow.jpg"

DEL "%systemroot%\Web\Wallpaper\Friend.jpg"

DEL "%systemroot%\Web\Wallpaper\Home.jpg"

DEL "%systemroot%\Web\Wallpaper\Peace.jpg"

DEL "%systemroot%\Web\Wallpaper\Power.jpg"

DEL "%systemroot%\Web\Wallpaper\Wind.jpg"

DEL "%systemroot%\Web\Wallpaper\Windows XP.jpg"

ECHO.

ECHO Wallpapers deleted.

ECHO.

ECHO.

ECHO Deleting Screensavers.

ECHO Please wait...

DEL "%systemroot%\system32\scrnsave.scr"

DEL "%systemroot%\system32\ss3dfo.scr"

DEL "%systemroot%\system32\ssbezier.scr"

DEL "%systemroot%\system32\ssflwbox.scr"

DEL "%systemroot%\system32\ssmarque.scr"

DEL "%systemroot%\system32\ssmypics.scr"

DEL "%systemroot%\system32\ssmyst.scr"

DEL "%systemroot%\system32\sspipes.scr"

DEL "%systemroot%\system32\ssstars.scr"

DEL "%systemroot%\system32\sstext3d.scr"

ECHO.

ECHO Screensavers deleted.

ECHO.

ECHO.

ECHO Adding Matrix Screensaver...

ECHO Please wait...

COPY "%systemdrive%\Install\SSAVER\Matrix\" "%systemroot%\system32"

ECHO.

ECHO Matrix Screensaver Install Complete.

ECHO.

ECHO.

ECHO Installing Windows Media Player 9.

ECHO Please Wait...

START /wait %Systemdrive%\Install\WMP9\mpsetupxp.exe /Q:A /R:N

ECHO.

ECHO Windows Media Player 9 Installed.

ECHO.

ECHO.

ECHO Applying Registry Enhancements.

ECHO Please wait...

REGEDIT /S %systemdrive%\Install\regtwk.reg

ECHO.

ECHO Registry Enhancements Complete.

ECHO.

ECHO.

ECHO Installing WinRAR 3.20.

ECHO Please Wait...

START /wait %systemdrive%\Install\winrar\winrar.exe /s

ECHO.

ECHO WinRAR 3.20 Install Is Complete.

ECHO.

ECHO.

ECHO Installing Microsoft Powertoys.

ECHO.

ECHO Installing TweakUI Powertoy.

ECHO Please wait...

START /wait %systemdrive%\Install\POWERTOYS\TweakUiPowertoySetup.exe /s /v/qn

ECHO.

ECHO TweakUI Powertoy Is Installed.

ECHO.

ECHO Installing Cmd Here Powertoy.

ECHO Please wait...

START /wait %systemdrive%\Install\POWERTOYS\CmdHerePowertoySetup.exe /s /v/qn

ECHO.

ECHO.

ECHO HTML Gen Powertoy Installed.

ECHO.

ECHO Installing Power Calc Powertoy.

ECHO Please Wait...

START /wait %systemdrive%\Install\POWERTOYS\PowerCalcPowertoySetup.exe /s /v/qn

ECHO.

ECHO Power Calc Powertoy Installed.

ECHO.

ECHO Installing Slideshow Powertoy.

ECHO Please Wait...

START /wait %systemdrive%\Install\POWERTOYS\SlideshowPowertoySetup.exe /s /v/qn

ECHO.

ECHO.

ECHO Installing Sun Java 1.4.2.02.

ECHO Please Wait.

START /wait %systemdrive%\install\Java\j2re.exe /S /v/qn

ECHO.

ECHO Sun Java 1.4.2.02 Install Complete.

ECHO.

ECHO.

ECHO Installing DirectX 9.0b

ECHO Please wait...

start /wait %systemdrive%\install\DirectX9b\dxsetup.exe /opk

ECHO.

ECHO DirectX 9.0b Install Complete.

ECHO.

ECHO.

ECHO Installing DOT.NET Framework 1.1

ECHO Please Wait...

START /wait %systemdrive%\Install\net\netfx.msi /QB

ECHO.

ECHO DOT .NET Framework v1.1 Install Complete.

ECHO.

ECHO.

ECHO Copying deluser utility...

COPY "%systemdrive%\Install\Tools\deluser.exe" "%systemroot%\"

ECHO.

ECHO Deleting ASP.NET User Account created by .NET Framework 1.1...

start /wait DELUSER /Q aspnet

ECHO.

ECHO Deleting ASP.NET User Account Complete.

ECHO.

ECHO.

ECHO Installing Nero Burning ROM v6.0.0.19.

ECHO Please wait...

START /wait %systemdrive%\Install\NERO\Nero60019.exe /silent /noreboot

ECHO.

ECHO Nero Burning ROM Install Complete.

ECHO.

ECHO Registering Nero Burning ROM...

REGEDIT /S %systemdrive%\Install\NERO\register.reg

ECHO Nero Burning ROM Is Now Registered to acidic-e-

ECHO.

ECHO.

ECHO Installing Diskeeper 8.0 Professional.

ECHO Please Wait...

START /wait %systemdrive%\install\Diskeeper\Setup.exe /s /v/qn

ECHO.

ECHO Diskeeper 8.0 Professional Install Complete.

ECHO.

ECHO.

ECHO Installing ATI Control Panel for Catalyst 3.8.

ECHO Please wait...

START /wait %systemdrive%\Install\Drivers\Catalyst\Cpanel\Setup.exe -s -f1"%systemdrive%\Install\Drivers\Catalyst\CPanel\setup.iss"

ECHO.

ECHO ATI Control Panel Install Complete.

ECHO.

ECHO.

ECHO Installing nForce 2.45 Drivers.

ECHO Please Wait.

START /wait %systemdrive%\Install\Drivers\nForce\nForce.exe -s -f1"%systemdrive%\Install\Drivers\nForce\setup.iss"

ECHO.

ECHO nForce install Complete.

ECHO.

ECHO.

ECHO File installation's are complete.

ECHO.

PAUSE

EXIT

I added in the Pause to see if there were any errors once it was done. Look ok? or if not what is wrong?

Link to comment
https://www.neowin.net/forum/topic/112683-unattended-help/#findComment-1325316
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Well I've done a grand total of nothing, and it now clocks between 2010mhz and 1995mhz (stock is 1710mhz) and hovers around 80c, warmer than it used to, but tolerable clocks seem to have returned. Thanks for all the advice on this thread. Will review the evidence and make a choice.
    • Audacious 4.6.1 by Razvan Serea Audacious is a lightweight, open-source audio player that emphasizes simplicity, performance, and sound quality. Designed for Linux, Windows, and macOS, it supports a wide range of audio formats, internet radio streaming, and playlist management. Users can customize the interface with Winamp-style skins or modern themes, making it flexible for different preferences. Audacious also includes an equalizer, advanced audio effects, and a plugin system for extending functionality. Its low resource usage makes it especially suitable for older computers or users who value efficiency without sacrificing playback quality. Audacious key features: High audio quality – delivers clean, gapless playback with minimal distortion. Wide format support – plays MP3, FLAC, Ogg Vorbis, AAC, WAV, WMA, and more. Internet radio streaming – supports Shoutcast, Icecast, and other online streams. Winamp skin support – classic, nostalgic look for users who prefer the old-school style. Modern GTK-based interface – clean, simple UI with a more modern feel. Customizable themes – change appearance through skins and themes. Advanced playlist management – organize, save, and edit playlists with ease. Equalizer – fine-tune audio output with a built-in graphical equalizer. Audio effects – built-in DSP options like crossfade, replay gain, and more. Plugin system – extend functionality with additional components. File metadata support – displays and organizes music based on tags. Drag-and-drop support – quickly add songs or playlists. Global hotkey support – control playback without switching windows. Bit-perfect output modes – bypass system mixers for pure audio output. ReplayGain support – normalizes track loudness automatically. Cue sheet support – play entire albums from a single audio file with .cue. MPRIS2 integration – integrates with Linux desktop environments for media controls. Advanced resampling options – adjust playback quality with different resampler settings. Gapless playback – seamless transition between tracks encoded properly. Crossfade plugin – blend one song into the next smoothly. Last.fm scrobbling plugin – track listening history online. Remote control support – control Audacious via command-line or scripts. Lyrics plugin – display song lyrics if available. Alarm / timer plugin – start or stop playback at set times. SOX resampler plugin – high-quality resampling for audiophiles. Spectrum analyzer / visualization plugins – visual feedback while playing music. Headphone crossfeed effect – simulates speaker listening for headphones. Customizable buffer size – tweak latency and playback smoothness. Audacious 4.6.1 changelog: Use XDG cache dir to store temporary files (#1817) Accept embedded lyrics in more cases (#1818) Bump .so and plugin ABI versions retrospectively (#1819) Include Georgian translation (#1820) Fix build on systems using musl instead of glibc (#1823) Download: Audacious 4.6.1 | 48.2 MB (Open Source) Download: Portable Audacious 4.6.1 | 69.8 MB View: Audacious Website | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • I really wonder if this has to do with the built in VPN or "private DNS" of browsers that trip up legal requirements like cookie consent and Cloudflare (to avoid all the botnet attacks we get). And BTW some botnets still manage to get past Cloudflare, we are constantly having to tweak it to block malicious traffic that ultimately cause a DDoS.
  • Recent Achievements

    • Week One Done
      rolfus earned a badge
      Week One Done
    • One Month Later
      Leroy Jethro Gibbs earned a badge
      One Month Later
    • Conversation Starter
      flexorcist earned a badge
      Conversation Starter
    • One Month Later
      AndreaB earned a badge
      One Month Later
    • One Month Later
      agatameier earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      505
    2. 2
      +Edouard
      197
    3. 3
      PsYcHoKiLLa
      142
    4. 4
      ATLien_0
      89
    5. 5
      Steven P.
      80
  • Tell a friend

    Love Neowin? Tell a friend!