Dessip Posted September 18, 2004 Posted September 18, 2004 Note: This problem has been fixed, Thanks to Daimao & sixpack THank you man, it was OEM PreinstalHey 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 offSET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "Installing Applications" /fREG ADD %KEY%\010 /VE /D ".Net Framework + Sp1" /fREG ADD %KEY%\010 /V 1 /D "%systemdrive%\install\Netfxsp1\NetfxSp1.exe" /fREG ADD %KEY%\020 /VE /D "Windows Media Playe 10" /fREG ADD %KEY%\020 /V 1 /D "%systemdrive%\install\WMP10\MP10Setup.exe /q:A /c:\"setup_wm.exe /Q /R:N /DisallowSystemRestore\"" /fREG ADD %Key%\020 /V 2 /D "REGEDIT /S %systemdrive%\inatall\WMP10\MP3 Ripping.reg" /fREG ADD %KEY%\030 /VE /D "MSN Messangr 6.2" /fREG ADD %KEY%\030 /V 1 /D "%systemdrive%\install\MSN\Messanger\Msn Messanger 6.2.exe /qn" /fREG ADD %KEY%\040 /VE /D "MS Java" /fREG ADD %KEY%\040 /V 1 /D "%systemdrive%\install\JavaVM\MSJavaVM_3810.exe" /fREG ADD %KEY%\050 /VE /D "Y! Messanger" /fREG ADD %KEY%\050 /V 1 /D "%systemdrive%\install\Y! Messenger\Y! Messenger.exe" /fREG ADD %KEY%\060 /VE /D "Nero Burning ROM 6.0.0.11" /fREG ADD %KEY%\060 /V 1 /D "REGEDIT /S %systemdrive%\install\nero\register.reg" /fREG ADD %KEY%\060 /V 2 /D "%systemdrive%\install\Nero\Nero60011.exe /silent /noreboot" /fREG ADD %KEY%\070 /VE /D "Avast Anti Virus" /fREG ADD %KEY%\070 /V 1 /D "%systemdrive%\install\Avast\avast.exe" /fEXITI cant see any problems so if you can then i would really apriceate ur helpThanksDessip
sixpack Posted September 18, 2004 Posted September 18, 2004 do you have UnattendedInstall="Yes" in your winnt.sifand are the files in $OEM$\$1
Dessip Posted September 18, 2004 Author Posted September 18, 2004 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=HighAnd yes all the files are in $OEM$\$1\InstallSo im not to user.
Daimao Posted September 18, 2004 Posted September 18, 2004 OemPreinstall=No must be OemPreinstall=Yes
sixpack Posted September 18, 2004 Posted September 18, 2004 OemPreinstall=No must be OemPreinstall=Yesyep
Dessip Posted September 18, 2004 Author Posted September 18, 2004 Hey thanks for the help, i am gong to try it out now. ThanksDessip
McoreD Posted September 20, 2004 Posted September 20, 2004 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" /fREG ADD %KEY%\099 /V 1 /D "\"%CDROM%\EXTRA\avast\setupengpro.exe\"" /fREG ADD %KEY%\100 /V 1 /D "\"%CDROM%\EXTRA\avast\vpsupd.exe\"" /fREG ADD %KEY%\101 /V 1 /D "\"%CDROM%\EXTRA\avast\matri-x-kin(boys)_by_szcraftec.aswcs\"" /fFor some weird reason, the Skin didn't apply. I will keep you guys informed.
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