Jump to content

Help| Error Message after choosing installation


nirh

Recommended Posts

Hi,

everything went just fine.. the whole proccess..

I've tried the AIO-DVD on vmware & it worked!

I Chose regular install and I Get 2 messages:

the first: (End User Lisence Agreement not found, so setup can't go on...) http://www.siz.co.il/my.php?file=mmbywjneyjnm.jpg

the second: (setup can't red from CD..)

* as attachment at the bottom..

what should I do?

1. I've changed my txtsetup.sif like it says:

i.e. SetupSourcePath = "\SETUP\ENGLISH\i386\" - this is the folder that i've chose to be the installation of win xp pro sp2 en..

and this is the errors that i get..

should I change anything else?

2. why there is an txtsetup.sif in the Source installation dir & in the BOOT dir (i.e pro1)?

I've integrated SATA Drivers to the i386 folder & deleted the file.. while creating a new file in BOOT folder (i.e. pro1)

3. I have winnt.sif in the folders (for OEM PreInstall, Unattended)

in OEM I've changed the line of the winnt.sif like this

[Data]
AutoPartition=1
MsDosInitiated="0"
UnattendedInstall="Yes"

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

[GuiUnattended]
EncryptedAdminPassword=Yes
OEMSkipRegional=1
TimeZone=135
AdminPassword=66e4455f9b5e2f06c81667e9d738c5d99a6d13da80f410f6f7db344fe8985c90
OemSkipWelcome=1

[UserData]
ProductKey=
FullName="NirH"
OrgName=""
ComputerName=Nir

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

[TapiLocation]
CountryCode=972
Dialing=Tone
AreaCode=08

[RegionalSettings]
LanguageGroup=12,1
SystemLocale=00000409
UserLocale=0000040d
InputLocale=0409:00000409

[Identification]
JoinWorkgroup=HEN

[Networking]
InstallDefaultComponents=Yes

[Branding]
BrandIEUsingUnattended=Yes

[URL]
Home_Page=www.google.co.il

[Proxy]
Proxy_Enable=0
Use_Same_Proxy=0

Another ques is:

can load ISO Emulation? (if yes, how can it be done?)

what is the syntax of the load in cdchell.inf?

(I can't use memdisk to load ISO, I get an error.. *attachment at the bottom)

here is my cdshell menu:

boot:
cls
print "\n"
print "Press Enter to boot from DVD... \n"
getkey 10 boot 0x80
if $lastKey == key[enter]; then goto menu
# When no key found...
goto boot


menu:
set textColor= color[black on grey]
set boldColor= color[cyan on grey]
cls
print c "\n\cXXִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִ \n\n"
print c "\cXXWindows XP Professional [SP2 Integrated] Multi-Language DVD\n\n"
print l "\cXXPress \c0BF1 \cXXfor Help\n"
print c "\cXXִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִ \n\n"
print "1) Windows XP Professional SP2 English \n"
print "\n"
print "2) Windows XP Professional SP2 Hebrew \n"
print "\n"
print "3) Windows Media Center SP2 Retail (Updated to 06.2007) \n"
print "\n"
print "B) Boot CD's... \n"
print "S) View Serial Numbers... \n\n"
print "Q) Quit to Command Prompt \n"
print "R) Reboot \n"
print "ESC) Boot 1st Harddisk \n"
print c "\n"

MainKey:
getkey 60 boot 0x80
if $lastKey == key[1]; then goto XP_eng
if $lastKey == key[2]; then goto XP_heb
if $lastKey == key[3]; then goto XP_MCE
if $lastKey == key[q]; then end
if $lastKey == key[r]; then reboot
if $lastKey == key[s]; then goto Serials
if $lastKey == key[b]; then goto Bootcds
if $lastKey == key[F1]; then goto Help
if $lastKey == key[esc]; then boot 0x80

Serials:
cls
print r "\n\cXXPress \c0BF1 \cXXfor Help \n"
print c "\n\cXXSerial Numbers\n"
print c "\cXXִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִ"
type /Serials.txt
print c "\n\n"
print "Press any key to return to main menu... \n"
getkey
goto menu

XP_eng:
cls
print r "\n\cXXPress \c0BF1 \cXXfor Help \n"
print c "\n\cXXMicrosoft Windows XP Professional SP2 English \n"
print c "\cXXִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִ \n"
print "1) Unattended Installation (OEM Preinstall) \n"
print "\n"
print "2) OEM PreInstallation \n"
print "\n"
print "3) Normal Installation (*Recovery Console ENABLED*) \n"
print "\n"
print c "\n\n"
print "Press any key to return to main menu... \n"

XP_eng_Key:
getkey 60 goto menu
if $lastKey == key[1]; then chain /ENGU.DAT
if $lastKey == key[2]; then chain /ENGO.DAT
if $lastKey == key[3]; then chain /ENG.DAT
if $lastKey == key[F1]; then goto Help
goto menu

XP_heb:
cls
print r "\n\cXXPress \c0BF1 \cXXfor Help \n"
print c "\n\cXXMicrosoft Windows XP Professional SP2 Hebrew \n"
print c "\cXXִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִ \n"
print "1) Unattended Installation \n"
print "\n"
print "2) OEM PreInstallation \n"
print "\n"
print "3) Normal Installation (*Recovery Console ENABLED*) \n"
print "\n"
print c "\n\n"
print "Press any key to return to main menu... \n"

XP_heb_Key:
getkey 60 goto menu
if $lastKey == key[1]; then chain /HEBU.DAT
if $lastKey == key[2]; then chain /HEBO.DAT
if $lastKey == key[2]; then chain /HEB.DAT
if $lastKey == key[F1]; then goto Help
goto menu


XP_MCE:
cls
print r "\n\cXXPress \c0BF1 \cXXfor Help \n"
print c "\n\cXXMicrosoft Windows Media Center SP2 English \n"
print c "\cXXִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִ \n"
print "1) Normal Installation \n"
print "\n"
print c "\n\n"
print "Press any key to return to main menu... \n"

XP_MCE_Key:
getkey 60 goto menu
if $lastKey == key[1]; then chain /MCES.DAT


Bootcds:
cls
print r "\n\cXXPress \c0BF1 \cXXfor Help \n"
print c "\n\cXXBoot CD's Menu \n"
print c "\cXXִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִ \n"
print "1) Partiotion Magic 8 \n"
print "\n"
print "2) Hiren's Boot CD 9.2 \n"
print "\n"
print "3) Norton Ghost 12 \n"
print "\n"
print "4) Mem-Test 3.4a \n"
print c "\n\n"
print "Press any key to return to main menu... \n"

Bootcds_Key:
getkey 60 goto menu
if $lastKey == key[1]; then memdisk /BOOT/PQMAGIC.IMA
if $lastKey == key[2]; then memdisk /BOOT/HBCD92.ISO
if $lastKey == key[3]; then memdisk /BOOT/Nghost12.ISO
if $lastKey == key[4]; then memdisk /BOOT/memtest.IMG
if $lastKey == key[F1]; then goto Help
goto menu

Help:
cls
print c "\n\cXXWindows XP Professional [SP2 Integrated] Multi-Language DVD \n"
print c "\cXXִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִ \n"
print "\n"
print "Hit the key of your choice in the main menu -> \n"
print "\n"
print "\n"
print "Install Types \n"
print "ִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִִ \n"
print "Normal Installation - Setup will prompt you for all information during setup & Use this if you need to start "Microsoft Recovery Console" \n"
print "Unattended Installation - Automated Setup of windows \n"
print "\n"
print "\n"
print "Press any key to return to main menu... \n"
getkey
goto menu
end

Thank you So Much for HELPING!!!

post-174046-1201807410_thumb.jpg

post-174046-1201807697_thumb.jpg

Edited by nirh
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...