SYSPREP still prompts at EULA

A

Adam Leinss

I'm using the below sysprep.inf file. Sysprep still insists that I accept the EULA, even though
I specifically told it not to by using OEMSkipEULA=1. Any ideas?

[UserData]
FullName="x"
OrgName="x"
ProductID="XXXXX-XXXXX-XXXXX-XXXXX-XXXXX"

[Unattend]
KeepPageFile=0
OEMPreinstall=No
OEMSkipEula=Yes
ExtendOemPartition=1
OEMPnPDriversPath="\install\drivers\nic;\install\drivers\audio;install\drivers\video"
InstallFilesPath="\install\i386"

[GuiUnattended]
AutoLogonAccountCreation=No
TimeZone=20 ;US Central Time Zone
OEMSkipRegional=1 ;Skip regional options page
OEMSkipWelcome=1 ;Bypass Welcome screen

[Display]
BitsPerPel=24
Xresolution=800
YResolution=600
Vrefresh=72

[OEM_Ads]
Logo="x.bmp"

[Identification]
JoinWorkgroup=WORKGROUP

[Networking]
InstallDefaultComponents=Yes

Thanks,
Adam
 
A

Adam Leinss

Adam Leinss said:
I'm using the below sysprep.inf file. Sysprep still insists that I
accept the EULA, even though I specifically told it not to by using
OEMSkipEULA=1. Any ideas?
Yes.

[Unattend]

That should be "[Unattended]".

Mea culpa! Thank you! <blush>

Adam
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top