comecme Posted September 17, 2007 Posted September 17, 2007 (edited) I want my WinNt.SIF to do just a few things. It only contains the following:[Data] AutoPartition=0 MsDosInitiated=0 UnattendedInstall=Yes[Unattended] UnattendSwitch=Yes OEMSkipEULA=Yes[UserData] ProductID=xxxxx-xxxxx-xxxx-xxxx-xxxxThis does the following: skip the Welcome page, Regional Settings, Network Settings and the Windows Welcome (OOBE). So what i DO get is the name/organization screen, computer name and admin password, TimeZone, Domain/Workgroup.I must say that I don't really know why all the other screens get skipped. I don't supply info for any of the screens after all, so why do they get skipped?However, there is one screen that I would like to have during setup. That's the Regional Settings screen. I've tried adding [GuiUnattended] OEMSkipRegional=0but when I do, the Welcome Page suddenly re-appears. Edited September 17, 2007 by comecme
comecme Posted September 17, 2007 Author Posted September 17, 2007 Solved!For some reason, when no [GUIUnattended] section is present, the Welcome screen gets suppressed. But when you do add [GUIUnattended], you must specify OEMSkipWelcome=1 to achieve the same result. So, the complete WinNt.SIF becomes[Data] AutoPartition=0 MsDosInitiated=0 UnattendedInstall=Yes[Unattended] UnattendSwitch=Yes OEMSkipEULA=Yes OEMPreinstall=Yes[UserData] ProductID=xxxxx-xxxxx-xxxx-xxxx-xxxx[GuiUnattended] OEMSkipRegional=0 OEMSkipWelcome=1
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