penpen Posted August 27, 2008 Posted August 27, 2008 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=0MsDosInitiated=0UnattendedInstall="Yes"[GuiUnattended]AdminPassword="password"TimeZone=020OEMSkipRegional=1OemSkipWelcome=1[LicenseFilePrintData]AutoMode=PerSeat[Components][UserData]ProductKey="xxxx-xxxxx-xxxx-xxxxx-xxxxx"ComputerName=xxxxxxFullName="xxxxxxx"OrgName="xxxxxxxx"[RegionalSettings]Language= "0409"[Networking]InstallDefaultComponents="Yes"[Identification]JoinWorkgroup="WORKGROUP"[GuiRunOnce]"%SystemRoot%\System32\nLite.cmd"
TranceEnergy Posted August 28, 2008 Posted August 28, 2008 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=YesI 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=1How 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.
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