jordanrocks Posted July 23, 2006 Posted July 23, 2006 (edited) Hey Guys :Can You Help Me . Here is My WINNT.SIF File :[Data]AutomaticUpdates = "No"Autopartition = 0MsDosInitiated = "0"UnattendedInstall = "Yes"[unattended]UnattendMode = FullUnattendedUnattendSwitch = "Yes"OemPreinstall = "Yes"OemSkipEula = "Yes"FileSystem = *WaitForReboot = "No"NoWaitAfterTextMode = 1NoWaitAfterGUIMode = 1DriverSigningPolicy = IgnoreNonDriverSigningPolicy = IgnoreOemFilesPath="..\$OEM$"[GuiUnattended]AdminPassword=123123AutoLogon = YesAutoLogonCount = 2EMSSkipUnattendProcessing = 0TimeZone = 120OEMSkipRegional = 0OemSkipWelcome = 1[Display]Xresolution = 1024Yresolution = 768AutoConfirm = 1[systemRestore][Components]msnexplr=offfreecell=offhearts=offpinball=offspider=offzonegames=off[setupParams]SkipMissingFiles = "No"[userData]ComputerName = "LiethSoft"ProductKey = "Serial"FullName = "Lieth M. Hiari"OrgName = "LiethSoft"[TapiLocation]CountryCode=962Dialing=ToneAreaCode=6[RegionalSettings]LanguageGroup = 13Language = "0409"[Networking]InstallDefaultComponents = "Yes"[shell]CustomDefaultThemeFile = "%WinDir%\Resources\Themes\Royale.theme"Home_Page=http://www.yahoo.com[GuiRunOnce]%systemdrive%\install\Batch.cmdAND here is My Batch File :@echo offtitle Windows XP Service Pack Liethecho Installing Applications Please Wait...echo The Computer Will Auto-Reset Once Theecho Operation is Done...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 Microsoft Office 2003 ProfessionalECHO Please wait...start /wait %systemdrive%\install\2003\setup.exe TRANSFORMS=Unattended.MST /qb-ECHO.ECHO Registering Nero...REGEDIT /S %systemdrive%\install\Nero\register.regECHO.ECHO Installing Nero 6 Ultra Edition...ECHO Please wait...start /wait %systemdrive%\install\Nero\Nero.exe /silent /norebootecho.echo Installing Arabic Dictionary...start /wait %systemdrive%\install\AraDic.exeecho.echo Installing WinRAR...start /wait %systemdrive%\install\Applications\WinRAR\wrar.exe /verysilentecho.echo Installing K-Lite Mega Codecs Pack...start /wait %systemdrive%\install\Codec.exe /VERYSILENT /SPECHO.ECHO Killing Codec.exe processtaskkill.exe /F /IM Codec.exeECHO.echo.echo Installing Windows Media Player 10start /wait %systemdrive%\install\WMP10\MP10Setup.exe /q:A /c:"setup_wm.exe /Q /R:N /DisallowSystemRestore"echo.echo Installing Rocket Launcher...start /wait %systemdrive%\install\RK.exeecho.echo Patching WinRAR...start /wait %systemdrive%\install\applications\winrar\wrarp.exe /sECHO.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 theshortcuts to update and for the shell to fully load before its ready to restart!"ECHO.ECHO Deleting Temp Installation Files...RD /S /Q %systemdrive%\DriversRD /S /Q %systemdrive%\installEXIT Edited July 24, 2006 by jordanrocks
Gee Posted July 23, 2006 Posted July 23, 2006 FirstRemove your serial number from the .sif fileSecondWhat problems are you having with the batch file?Any reason why you are not installing during RunOnceEx
Mercury_22 Posted July 23, 2006 Posted July 23, 2006 Change this in your winnt.sif[GuiRunOnce] Command0=%systemdrive%\install\Batch.cmd
mazin Posted July 24, 2006 Posted July 24, 2006 @ jordanrocksI think there's a problem with the path you've given to $OEM$ directory.Also, was your $OEM$ copied to your HDD with all of its content? You may want to make sure of that.@ Mercury_22"Command#=" is ESSENTIAL if there are more than one command to execute.Since there's only one command, it makes no difference either to add "Command0=" or not.That's what I know, however.
muiz Posted July 24, 2006 Posted July 24, 2006 Your serial is still showing ,like Gee said , better remove that
Recommended 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 accountSign in
Already have an account? Sign in here.
Sign In Now