Jump to content

Setup parameter missing or invalid


Recommended Posts

My unattended setup is interrupted by the following.

unattended3mf.jpg

I hit ok, then get this screen

nextscreen5rh.jpg

and my winnt.sif is

EDITED:

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

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

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

[SystemRestore]

[GuiUnattended]
AutoLogon = Yes
EncryptedAdminPassword = No
TimeZone = 035
OEMSkipRegional = 1
OemSkipWelcome = 1

[Components]

[UserData]
ProductKey = "XXXXX-XXXXX-XXXXX-XXXXX-XXXXX"
ComputerName = Xxxx
FullName = "Xxxx Xxxx"
OrgName = "Xxxx Inc."

[RegionalSettings]
LanguageGroup = 1
SystemLocale = 00000409
UserLocale = 00000409
InputLocale = 0409:00000409

[Networking]
InstallDefaultComponents = Yes

[WindowsFirewall]
Profiles = WindowsFirewall.TurnOffFirewall

[WindowsFirewall.TurnOffFirewall]
Mode = 0

[Identification]
JoinWorkgroup = SYSNET

[Shell]
CustomDefaultThemeFile = "%WinDir%\Resources\Themes\Royale.Theme"

[GuiRunOnce]
%systemdrive%\install\start.cmd

I do not want an admin password. Any ideas what is wrong?

Edited by ebin25
Link to comment
Share on other sites


Well... There's a contradiction in your setup, which you already stated yourself:

AutoLogon = Yes
AdminPassword =

AutoLogon logs on the admin user, but you should have a password, else it won't log on. Also, it's strongly recommended to set an admin password. Use 'admin' as password if you have to. But set SOMETHING!

Link to comment
Share on other sites

AdminPassword =

was not in there. I accidentally posted teh winnt.sif i was playing with when trying to find the problem. I could try removing AutoLogon = Yes and adding AdminPassword = XXxxXX

EDIT:

I have tried it with AdminPassword = XXXX, AutoLogon = Yes, and with neither. Every time I get same results. Any more ideas?

Edited by ebin25
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...