Jump to content

skip eula in guimode only server 2003sp2


Recommended Posts

I'm working on a server 2003 unattended installation in which i want the user to be prompted for the eula/repair in the beginning of text mode, select a partition and leave the rest to the unattended installation. So far, I have something close to that, except during the gui mode installation I am prompted to agree to a license for server 2003 SP2. Is there any way to skip this prompt without disabling the repair/eula agreement during text mode? I started with nlite, but I think I can finish this just by manually ediiting winnt.sif. Here's a copy of my winnt.sif:

[Data]
Autopartition=0
MsDosInitiated=0
UnattendedInstall="Yes"

[GuiUnattended]
AdminPassword="password"
TimeZone=020
OEMSkipRegional=1
OemSkipWelcome=1

[LicenseFilePrintData]
AutoMode=PerSeat

[Components]

[UserData]
ProductKey="xxxx-xxxxx-xxxx-xxxxx-xxxxx"
ComputerName=xxxxxx
FullName="xxxxxxx"
OrgName="xxxxxxxx"

[RegionalSettings]
Language= "0409"

[Networking]
InstallDefaultComponents="Yes"

[Identification]
JoinWorkgroup="WORKGROUP"

[GuiRunOnce]
"%SystemRoot%\System32\nLite.cmd"

Link to comment
Share on other sites


Congrats with coming out of the closet, lol ;)

The only eula options specified i can see for winnt.sif are

[Data]

EulaComplete="1"

and

[unattended]

OemSkipEula=Yes

I think however you are referring to the Welcome to windows setup/install instead, which is the one part in the setup GUI, and not the EULA in bluescreem/txtmode part.

[GuiUnattended]

OemSkipWelcome=1

How to modify and that, i dont know as i never have done/needed to do that (as u can see i just disable it), but possibly you could enable that , change "1" to"0" and write your own Eula there instead.

If thats what u want to do.

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