Jump to content

Recommended Posts

Posted (edited)

i am getting a partial unattend. the automaticupdates and xp2 security still comes up. Also the preinstall $OEM$ folder is not being copied to system drive at all, nor is the start.cmd starting and installing. yes i am new, third time i have done image before this partial success. thanks.

winnt.sif

[Data]
AutoPartition=0
MsDosInitiated="0"
UnattendedInstall="Yes"
AutomaticUpdates=yes

[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=Yes
TargetPath=\WINDOWS
FileSystem=*
UnattendSwitch="yes"
WaitForReboot="No"
ProgramFilesDir="C:\Program Files"
CommonProgramFilesDir="C:\Program Files\Common Files"
KeyboardLayout="US"
   
[GuiUnattended]
AdminPassword=*
EncryptedAdminPassword=NO
OEMSkipRegional=1
TimeZone=35
OemSkipWelcome=1

[UserData]
ProductKey=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
FullName="USER"
OrgName="HOME"
ComputerName=IAMHERE

[Display]
BitsPerPel=24
Xresolution=800
YResolution=600
Vrefresh=85

[TapiLocation]
CountryCode=1
AreaCode=252

[Identification]
JoinWorkgroup=MSHOME

[Networking]
InstallDefaultComponents=Yes

[URL]
Home_Page=http://www.msfn.org

[IEPopupBlocker]
BlockPopups=Yes
FilterLevel=High
ShowInformationBar=Yes

[Components]
msmsgs=off
msnexplr=off
zonegames=off

[Shell]
DefaultStartPanelOff = Yes
DefaultThemesOff = Yes

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

start.cmd file contents

CLS
@echo off
TITLE Windows XP SP2 - 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 Removing Wallpapers and Screensavers...
DEL "%systemroot%\*.bmp"
DEL "%systemroot%\Web\Wallpaper\*.jpg"
DEL "%systemroot%\system32\dllcache\*.scr"
DEL "%systemroot%\system32\*.scr"

ECHO.
ECHO Removing useless shortcuts...
DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Windows Update.lnk"
DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Set Program Access and Defaults.lnk"
DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Windows Catalog.lnk"

ECHO.
ECHO Installing Windows Media Player 10
ECHO Please wait...
start /wait %systemdrive%\install\WMP10\MP10Setup.exe /q:A /c:"setup_wm.exe /Q /R:N /DisallowSystemRestore"

ECHO.
ECHO Registering Nero Burning ROM...
REGEDIT /S %systemdrive%\install\Applications\Nero\register.reg
ECHO.
ECHO Installing Nero Burning ROM v6.3.0.3
ECHO Please wait...
start /wait %systemdrive%\install\Applications\Nero\Nero6303.exe /silent /noreboot

ECHO.
ECHO Installing Kazza Lite K-plus-plus 2.43e
ECHO Please wait...
start /wait %systemdrive%\install\Applications\KazaaLite\klitekpp243e.exe /silent

ECHO.
ECHO Installing Google Toolbar
ECHO Please wait...
start /wait %systemdrive%\install\Applications\Google\GoogleToolbarInstaller.exe /q /d

echo.
echo Installing WinZip 8.1
start /wait %systemdrive%\"Program Files"\winzip\winzip32.exe /noqp /autoinstall
echo Installation complete!

ECHO.
ECHO Installing SPYBOT
ECHO Please wait...
start /wait %systemdrive%\install\Applications\spybot\spybotsd13.exe /silent

ECHO.
ECHO Disabling Windows Messenger
ECHO Please wait...
%systemdrive%\install\msn\wmrem.vbs

ECHO.
ECHO Installing command antivirus
ECHO Please wait...
start /wait %systemdrive%\install\Applications\command\cs48ice2.exe /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!"

EXIT

Edited by Alanoll

Posted

to stop the autoupdate thing, use this under data:

AutomaticUpdates=no

and to stop the security center from appearing at startup, you must disable the service. i don't know it off the top of my head, i should cause it is an easy one, but search the regisrty tweaks posts. :)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...