Jump to content

Recommended Posts

Posted

Note: This problem has been fixed, Thanks to Daimao & sixpack :D THank you man, it was OEM Preinstal

Hey

i have created a unatteded install but, there is a slight plrobem, when the RunOnceEx comes to do its bit, it cant find the files to install, eventhought they are in the $1\Install, so they should automatically be copied to the install drive, which is "C:" but it is not copying them over.

This is the coding that i have used in my RunOnceex.cmd:

cmdow @ /HID
@echo off

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

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

REG ADD %KEY%\010 /VE /D ".Net Framework + Sp1" /f
REG ADD %KEY%\010 /V 1 /D "%systemdrive%\install\Netfxsp1\NetfxSp1.exe" /f

REG ADD %KEY%\020 /VE /D "Windows Media Playe 10" /f
REG ADD %KEY%\020 /V 1 /D "%systemdrive%\install\WMP10\MP10Setup.exe /q:A /c:\"setup_wm.exe /Q /R:N /DisallowSystemRestore\"" /f
REG ADD %Key%\020  /V 2 /D "REGEDIT /S %systemdrive%\inatall\WMP10\MP3 Ripping.reg" /f

REG ADD %KEY%\030 /VE /D "MSN Messangr 6.2" /f
REG ADD %KEY%\030 /V 1 /D "%systemdrive%\install\MSN\Messanger\Msn Messanger 6.2.exe /qn" /f

REG ADD %KEY%\040 /VE /D "MS Java" /f
REG ADD %KEY%\040 /V 1 /D "%systemdrive%\install\JavaVM\MSJavaVM_3810.exe" /f

REG ADD %KEY%\050 /VE /D "Y! Messanger" /f
REG ADD %KEY%\050 /V 1 /D "%systemdrive%\install\Y! Messenger\Y! Messenger.exe" /f

REG ADD %KEY%\060 /VE /D "Nero Burning ROM 6.0.0.11" /f
REG ADD %KEY%\060 /V 1 /D "REGEDIT /S %systemdrive%\install\nero\register.reg" /f
REG ADD %KEY%\060 /V 2 /D "%systemdrive%\install\Nero\Nero60011.exe /silent /noreboot" /f

REG ADD %KEY%\070 /VE /D "Avast Anti Virus" /f
REG ADD %KEY%\070 /V 1 /D "%systemdrive%\install\Avast\avast.exe" /f

EXIT

I cant see any problems so if you can then i would really apriceate ur help

Thanks

Dessip


Posted

Hey this is what i have got in my winnt.sif:

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

[Unattended]
   UnattendMode=FullUnattended
   OemSkipEula=Yes
   OemPreinstall=No
   TargetPath=\WINDOWS
   UnattendSwitch=yes
   FileSystem=*
   Repartition=No
   WaitForReboot="No"
   KeyboardLayout="United Kingdom"

[GuiUnattended]
   AdminPassword=*
   EncryptedAdminPassword=NO
   OEMSkipRegional=1
   TimeZone=85
   OemSkipWelcome=1
   ProfilesDir="C:\Documents and Settings\"

[UserData]
   ProductKey=<Product Key Sensored>
   FullName="Admin"
   OrgName=""
   ComputerName=Laptop

[Display]
   BitsPerPel=32
   Xresolution=1024
   YResolution=768

[TapiLocation]
   CountryCode=44
   Dialing=Tone
   AreaCode=01827

[RegionalSettings]
   LanguageGroup=1
   Language=00000809

[Identification]
   JoinWorkgroup=WORKGROUP

[Networking]
   InstallDefaultComponents=Yes

[Components]
   msnexplr=off
   zonegames=off

[IEPopupBlocker]
   BlockPopups=Yes
   FilterLevel=High

And yes all the files are in $OEM$\$1\Install

So im not to user.

Posted

Hi Dessip, I can see that you are rebooting the computer using avast! Setup. I have the same.

I am also trying ot applying a Skin and update the Virus Definitions to the current version.

This is the relevant part for that in RunOnceEx.cmd:

REG ADD %KEY%\099 /VE /D "avast! 4.1 Professional Edition" /f
REG ADD %KEY%\099 /V 1 /D "\"%CDROM%\EXTRA\avast\setupengpro.exe\"" /f
REG ADD %KEY%\100 /V 1 /D "\"%CDROM%\EXTRA\avast\vpsupd.exe\"" /f
REG ADD %KEY%\101 /V 1 /D "\"%CDROM%\EXTRA\avast\matri-x-kin(boys)_by_szcraftec.aswcs\"" /f

For some weird reason, the Skin didn't apply. :(

I will keep you guys informed.

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