Jump to content

Recommended Posts

Posted (edited)

I've done a dvd all in one with 6 windows: 2 win2k sp4, 3 winxp sp2, 1 win2k3 sp1 plus hirens bootcd and other software.

used cdshell and autoplay media studio 6. all works fine but during installation after the first restart and the setup gui comes up I have a window saying welcome to the windows setup wizard...bla, bla, bla...click next to continue with setup.

How can I bypass this window? even on a unattended setup this comes up! Try to change UnattendSwitch to no but window still pops up. If I try to install from the original streamlined iso there's no popups

Many thanks

This is my winnt.sif (ProvideDefault setup)

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

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

[SystemRestore]

[SetupParams]
SkipMissingFiles = "No"

[GuiUnattended]
EncryptedAdminPassword = "No"
AdminPassword = "xxxxxxxxxxxxxxxxxxx"
TimeZone = 085
OEMSkipRegional = 1
OemSkipWelcome = 1

[Shell]
DefaultStartPanelOff = "Yes"

[Components]

[UserData]
ProductKey = "xxxxx-xxxxx-xxxxx-xxxxx-xxxxx"
ComputerName = xxxxxxxx
FullName = "xxxxxxxxxxx"
OrgName = "xxxxx"

[RegionalSettings]
SystemLocale = "0809"
UserLocale = "0809"
UserLocale_DefaultUser = "0809"
InputLocale = "0809:00000809"
InputLocale_DefaultUser = "0809:00000809"

[Networking]
InstallDefaultComponents = "Yes"

[Identification]
JoinWorkgroup = "xxxxxxxxxxx"

Edited by yoonohoo

Posted

your problem is "UnattendMode = ProvideDefault"

with this you provide the default information, but DON'T AUTOMATE the setup.

You need to put "UnattendMode = FullUnattended" to automate 100% the setup.

I think it would solve your problem... anyway, I'm here to help.

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