Jump to content

few minor errors with winnt.sif


Recommended Posts

ive used a combination of nlite and various other programs, guides, this forum etc to set up a completely unattended windows installation. i have it all setup except a few minor problems i cant seem to correct. the windows installation prompts for to verify if the display settings are appropriate and then prompts to enable windows update.i want to be able to just insert my disk, choose a partition and come back to a logged in windows. here is my current winnt.sif file that i cant figure out why its not working properly.

; Generated by nLite 1.0 beta 5

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

[Unattended]
UnattendMode = FullUnattended
UnattendSwitch = No
OemPreinstall = Yes
OemSkipEula = Yes
FileSystem = *
WaitForReboot = No
NoWaitAfterTextMode = 1
NoWaitAfterGUIMode = 1
TargetPath = Windows
DriverSigningPolicy = Ignore
NonDriverSigningPolicy = Ignore

[Display]
Xresolution = 1024
Yresolution = 768
BitsPerPel = 32
AutoConfirm = 1

[SystemRestore]
MaximumDataStorePercentOfDisk = 0

[GuiUnattended]
AutoLogon = Yes
EncryptedAdminPassword = No
AdminPassword = "edit"
TimeZone = 020
OEMSkipRegional = 1
OemSkipWelcome = 1

[Shell]
DefaultThemesOff = Yes
DefaultStartPanelOff = Yes

[Components]

[UserData]
ProductKey = "edit"
ComputerName = edit
FullName = "edit"

[RegionalSettings]
Language = 0409

[Networking]
InstallDefaultComponents = Yes

[Identification]
JoinWorkgroup = workgroup

[WindowsFirewall]
Profiles = WindowsFirewall.TurnOffFirewall

[WindowsFirewall.TurnOffFirewall]
Mode = 0

[GuiRunOnce]
%systemdrive%\install\bootscreen.cmd
%systemdrive%\install\applications.cmd
%systemdrive%\cleanup.cmd

as you can see, i have auto update enabled andconfirm display enabled but they keep giving me problems, any help?

[EDIT]

i fixed the user account prompt, i had saved my oobinfo.ini to an older install i had been doing and didnt realize it :blushing:

Edited by Rodney
Link to comment
Share on other sites


okay ive tried a few other methods for skipping the windows update and display settings prompt.

i tried the "SkipAutoUpdate" setting in my oobeinfo.ini and then i tried changing "AutomaticUpdates" in my winnt.sif file from yes to 1 with no luck. i also tried the "ConfigureAtLogon" for the display settings prompt to not display during setup but after the user first logs in. none of this has worked and still halts my install for user input, any help?

Link to comment
Share on other sites

; Generated by nLite 1.0 beta 5

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

[Unattended]
UnattendMode = FullUnattended
UnattendSwitch = Yes
OemPreinstall = Yes
OemSkipEula = Yes
FileSystem = *
WaitForReboot = No
NoWaitAfterTextMode = 1
NoWaitAfterGUIMode = 1
TargetPath = Windows
DriverSigningPolicy = Ignore
NonDriverSigningPolicy = Ignore

[Display]
Xresolution = 1024
Yresolution = 768
BitsPerPel = 32
Vrefresh = 60

[GuiUnattended]
AutoLogon = Yes
AdminPassword = *
TimeZone = 035
OEMSkipRegional = 1
OemSkipWelcome = 1

[Components]

[UserData]
ProductKey = "xxxxx-xxxxx-xxxxx-xxxxx-xxxxx"
ComputerName = MINE
FullName = "meuser"
OrgName = "none"

[RegionalSettings]
Language = 1009

[Networking]
InstallDefaultComponents = Yes

[Identification]
JoinWorkgroup = none

[GuiRunOnce]
%cdrom%\wpi\wpi.cmd

This is my settings, with mine i can just select the partition, and leave it, and it will install and log in automatically

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