Jump to content

Recommended Posts

Posted (edited)

Hey Guys :

Can You Help Me . Here is My WINNT.SIF File :

[Data]AutomaticUpdates = "No"

Autopartition = 0

MsDosInitiated = "0"

UnattendedInstall = "Yes"

[unattended]

UnattendMode = FullUnattended

UnattendSwitch = "Yes"

OemPreinstall = "Yes"

OemSkipEula = "Yes"

FileSystem = *

WaitForReboot = "No"

NoWaitAfterTextMode = 1

NoWaitAfterGUIMode = 1

DriverSigningPolicy = Ignore

NonDriverSigningPolicy = Ignore

OemFilesPath="..\$OEM$"

[GuiUnattended]

AdminPassword=123123

AutoLogon = Yes

AutoLogonCount = 2

EMSSkipUnattendProcessing = 0

TimeZone = 120

OEMSkipRegional = 0

OemSkipWelcome = 1

[Display]

Xresolution = 1024

Yresolution = 768

AutoConfirm = 1

[systemRestore]

[Components]

msnexplr=off

freecell=off

hearts=off

pinball=off

spider=off

zonegames=off

[setupParams]

SkipMissingFiles = "No"

[userData]

ComputerName = "LiethSoft"

ProductKey = "Serial"

FullName = "Lieth M. Hiari"

OrgName = "LiethSoft"

[TapiLocation]

CountryCode=962

Dialing=Tone

AreaCode=6

[RegionalSettings]

LanguageGroup = 13

Language = "0409"

[Networking]

InstallDefaultComponents = "Yes"

[shell]

CustomDefaultThemeFile = "%WinDir%\Resources\Themes\Royale.theme"

Home_Page=http://www.yahoo.com

[GuiRunOnce]

%systemdrive%\install\Batch.cmd

AND here is My Batch File :

@echo off

title Windows XP Service Pack Lieth

echo Installing Applications Please Wait...

echo The Computer Will Auto-Reset Once The

echo 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 Professional

ECHO Please wait...

start /wait %systemdrive%\install\2003\setup.exe TRANSFORMS=Unattended.MST /qb-

ECHO.

ECHO Registering Nero...

REGEDIT /S %systemdrive%\install\Nero\register.reg

ECHO.

ECHO Installing Nero 6 Ultra Edition...

ECHO Please wait...

start /wait %systemdrive%\install\Nero\Nero.exe /silent /noreboot

echo.

echo Installing Arabic Dictionary...

start /wait %systemdrive%\install\AraDic.exe

echo.

echo Installing WinRAR...

start /wait %systemdrive%\install\Applications\WinRAR\wrar.exe /verysilent

echo.

echo Installing K-Lite Mega Codecs Pack...

start /wait %systemdrive%\install\Codec.exe /VERYSILENT /SPECHO.

ECHO Killing Codec.exe process

taskkill.exe /F /IM Codec.exe

ECHO.

echo.

echo Installing Windows Media Player 10

start /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.exe

echo.

echo Patching WinRAR...

start /wait %systemdrive%\install\applications\winrar\wrarp.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

Edited by jordanrocks

Posted

First

Remove your serial number from the .sif file

Second

What problems are you having with the batch file?

Any reason why you are not installing during RunOnceEx

Posted

@ jordanrocks

I 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.

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...