Jump to content

plz Help in RunOnceEx.cmd


Recommended Posts

hi

thanks to all site team

i have a problem in my Unattended Windows cd

when the windows installation finished the RunOnceEx.cmd file not work

my RunOnceEx.cmd in the $OEM$ folder

and this is my winnt.sif file

;SetupMgrTag
[Data]
   AutoPartition=0
   MsDosInitiated="0"
   UnattendedInstall="Yes"

[Unattended]
   UnattendMode=FullUnattended
   OemSkipEula=Yes
   OemPreinstall=Yes
   UnattendSwitch="yes"
   TargetPath=\WINDOWS

[GuiUnattended]
   AdminPassword=*
   EncryptedAdminPassword=NO
   OEMSkipRegional=1
   TimeZone=120
   OemSkipWelcome=1

[UserData]
   ProductKey=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
   FullName="Admin"
   OrgName="RabyTec"
   ComputerName=RabyTec

[TapiLocation]
   CountryCode=963
   Dialing=Tone
   AreaCode=52

[RegionalSettings]
   LanguageGroup=1
   SystemLocale=00000409
   UserLocale=00000409
   InputLocale=0409:00000409

[Branding]
   BrandIEUsingUnattended=Yes

[Proxy]
   Proxy_Enable=1
   Use_Same_Proxy=1
   HTTP_Proxy_Server=proxy.scs-net.org:8080

[Identification]
   JoinWorkgroup=MSHOME

[Networking]
   InstallDefaultComponents=Yes

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

thanks

Link to comment
Share on other sites


THat doesn't really give us any information to be able to help you..

firstly,

1) How are you running the RunOnceEx.cmd ??? where from ???

2) Show us your RunOnceEx.cmd !

I'm guessing your RunOnceEx.cmd is being executed by cmdlines.txt?

if so, paste your cmdlines.txt and RunOnceEx.cmd here

Please remove your product key from your post!
Link to comment
Share on other sites

thanks to your notice

my cmdlines.txt file

[COMMANDS]
"useraccounts.cmd"

[COMMANDS]
"REGEDIT /S regtweaks.reg"

[COMMANDS]
"RunOnceEx.cmd"

and my RunOnceEx.cmd file

cmdow @ /HID
@echo off

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "Installing Applications" /f

REG ADD %KEY%\001 /VE /D "Preparing Installation..." /f
REG ADD %KEY%\001 /V 1 /D "%systemdrive%\install\prepare.cmd" /f

REG ADD %KEY%\005 /VE /D "Directx 9B" /f
REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\Applications\Directx9b\mdxredist.msi" /f

REG ADD %KEY%\010 /VE /D "MSN Messenger 6.2" /f
REG ADD %KEY%\010 /V 1 /D "%systemdrive%\install\Applications\Chat\MsnMsgs.msi /qn" /f

REG ADD %KEY%\020 /VE /D "Yahoo Messenger Beta" /f
REG ADD %KEY%\020 /V 1 /D "%systemdrive%\install\Applications\Chat\YM.exe /s /qn" /f

REG ADD %KEY%\030 /VE /D "Kaspersky AntiVirus" /f
REG ADD %KEY%\030 /V 1 /D "%systemdrive%\install\Applications\Kaspersky\kav5.0.121_personalen.exe /S" /f

REG ADD %KEY%\040 /VE /D "Winamp 5.0" /f
REG ADD %KEY%\040 /V 1 /D "%systemdrive%\install\Applications\Winamp\Setup.exe /S" /f

REG ADD %KEY%\050 /VE /D "Hot Fixes" /f
REG ADD %KEY%\050 /V 1 /D "%systemdrive%\Install\hotfixes\hotfixes.cmd" /f

REG ADD %KEY%\051 /VE /D "Nvidia Driver" /f
REG ADD %KEY%\051 /V 1 /D "%systemdrive%\Install\Drivers\Nvidia\setup.exe -s -f1 setup.iss" /f

REG ADD %KEY%\052 /VE /D "PowerDVD" /f
REG ADD %KEY%\052 /V 1 /D "%systemdrive%\Install\Applications\PowerDVD\setup.exe -s -f1 setup.iss" /f

REG ADD %KEY%\053 /VE /D "Importing Registry Tweaks" /f
REG ADD %KEY%\053 /V 1 /D "REGEDIT /S %systemdrive%\Install\regtweaks.reg" /f

REG ADD %KEY%\054 /VE /D "Cleaning Up and Rebooting" /f
REG ADD %KEY%\054 /V 1 /D "%systemdrive%\Install\cleanup.cmd" /f

EXIT

Link to comment
Share on other sites

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