wow, sorry to be a pain but could u explain the switchs to me ?? jus so i understand.
i only have the one setup file for M$ antispyware...
i'll have to edit the Abcpy.ini to add all me info as well wont i ?
Moderators: Management, Forum Experts
wow, sorry to be a pain but could u explain the switchs to me ?? jus so i understand.

this is wot i got so far.
CLS
@echo off
TITLE Windows XP Professional - Unattended Installation
ECHO.
ECHO Over the next few minutes you will see automated installations
ECHO of various software 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 Starting installation of Applications
ECHO.
ECHO Installing Adobe CS2
ECHO Please wait...
start /wait %systemdrive%\Install\Applications\Setup.exe /v/qb!
ECHO.
ECHO Installing Microsoft AntiSpyware
ECHO Please wait...
"%systemdrive%\Install\Applications\MicrosoftAntiSpywareInstall.exe" /s
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
EXIT;SetupMgrTag
[Data]
AutoPartition=0
MsDosInitiated="0"
UnattendedInstall="Yes"
[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=Yes
TargetPath=\WINDOWS
FileSystem=*
[GuiRunOnce]
%systemdrive%\install\start.cmd
[GuiUnattended]
AdminPassword="n/a"
EncryptedAdminPassword=NO
OEMSkipRegional=1
TimeZone=85
OemSkipWelcome=1
[UserData]
ProductKey=n/a
FullName="Dean"
OrgName="Home"
ComputerName=Inspiron1150
[Display]
BitsPerPel=32
Xresolution=1024
YResolution=768
[TapiLocation]
CountryCode=44
[RegionalSettings]
LanguageGroup=1
SystemLocale=00000809
UserLocale=00000809
InputLocale=0809:00000809
[SetupMgr]
DistFolder=C:\windist
DistShare=windist
[Identification]
JoinWorkgroup=ACS
[Networking]
InstallDefaultComponents=Yes
[FavoritesEx]
Title1="Over Clockers:.url"
URL1="http://www.overclockers.com/tips1158/index03.asp"
[Branding]
BrandIEUsingUnattended=Yes
[URL]
Home_Page=http://www.google.co.uk
Help_Page=http://support.microsoft.com/
Search_Page=http://www.google.co.uk
[Proxy]
Proxy_Enable=0
Use_Same_Proxy=0

CLS
@echo off
TITLE Windows XP Professional - Unattended Installation
ECHO.
ECHO Over the next few minutes you will see automated installations
ECHO of various software 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 Starting installation of Applications
ECHO.
ECHO Installing Adobe CS2
ECHO Please wait...
start /wait %systemdrive%\Install\Applications\Setup.exe /v/qb!
ECHO.
ECHO Installing Microsoft AntiSpyware
ECHO Please wait...
start /wait %systemdrive%\Install\Applications\MSAnti\Microsoft AntiSpyware.msi /QN
start /wait %ProgramFiles%/Microsoft AntiSpyware/gcasDtServ.exe /regserver
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
EXIT

least i finally know how to make one now if i did it right, again THANKS !!!







Users browsing this forum: No registered users and 1 guest