Jump to content

Recommended Posts

Posted

I searched and couldnt find which options to enable/disable so I can manually add users during the setup. (basically i dont want it to skip that users setup screen.)


Posted
UnattendSwitch
Specifies whether Setup skips Windows Welcome or Mini-Setup when preinstalling Windows XP Home Edition or Windows XP Professional using the CD boot method.

Syntax UnattendSwitch = Yes | No
Values Yes
Instructs Setup to skip Windows Welcome.

No
Instructs Setup not to skip Windows Welcome.

Default Value No
Example UnattendSwitch = Yes

Comments Use UnattendSwitch only when you perform an unattended Setup with Winnt.exe, Winnt.sif, and the CD boot method. This entry is not necessary if you use Winnt32.exe to run Setup.
Note

UnattendSwitch is not the same as the UnattendedInstall entry in the [Data] section of the answer file. UnattendSwitch controls Windows Welcome; UnattendedInstall does not.

Ref Manager from Deployment,cab :P

Posted

I have no idea why, but I have this set to "no" and the setup never comes up during install...

On a side note, if i slipstreamed SP2 into this, do i need to install the NET framework or is it included?

Posted

Do I want to change my

Unattend mode to something other than Fullunattend ?

[Unattended]
   UnattendMode=FullUnattended
   OemSkipEula=Yes
   OemPreinstall=YES
   UnattendSwitch="No"
   TargetPath=\WINDOWS
   FileSystem=*
   DriverSigningPolicy=Ignore
   Win9xUpgrade=No
   NtUpgrade=No

Posted
Do I want to change my

Unattend mode to something other than Fullunattend ?

Full Unattended should be stopping at the users setup screen. Cannot see any clues of yet, of what is causing this.
if i slipstreamed SP2 into this, do i need to install the NET framework or is it included?
Dotnet framework is a separate item. Some programs, such as Visual Studio 2002 for example, do not want to install, if a higher version of Dotnet is found on the system. The choice is for the end-user.
UnattendSwitch="No"

Win9xUpgrade=No

NtUpgrade=No

Also, these are default values, and can be removed.
Posted

yes iam also looking for same thing

this is my winnt.sif

;

; Generated by nLite 0.99.1 beta 2

;

[Data]

MsDosInitiated = 0

UnattendedInstall = Yes

[unattended]

UnattendSwitch = No

OemPreinstall = Yes

OemSkipEula = Yes

FileSystem = *

WaitForReboot = No

TargetPath = "\Windows"

DriverSigningPolicy = Ignore

NonDriverSigningPolicy = Ignore

Hibernation = No

[GuiUnattended]

AutoLogon = Yes

AdminPassword = *

TimeZone = 190

OEMSkipRegional = 1

OemSkipWelcome = 1

[userData]

ProductKey = "xxxxxxxxxxxxx"

ComputerName = "xxxxxxxx"

FullName = "xxxxxx"

OrgName = "Universal"

[RegionalSettings]

Language = 0409

[identification]

JoinWorkgroup = maker

;[shell]

;CustomDefaultThemeFile="%Systemroot%\Resources\Themes\crystal.theme"

[GuiRunOnce]

%systemdrive%\install\wpi\install.cmd

but after intallation setup is not asking for users to add

what to do?

Posted

Already had that set:

[Unattended]
   UnattendMode=FullUnattended
   OemSkipEula=Yes
   OemPreinstall=YES
   UnattendSwitch="No"
   TargetPath=\WINDOWS
   FileSystem=*
   DriverSigningPolicy=Ignore
   Win9xUpgrade=No
   NtUpgrade=No

[GuiUnattended]
   AdminPassword=*
   EncryptedAdminPassword=NO
   OEMSkipRegional=1
   TimeZone=15
   OemSkipWelcome=0

[UserData]
   ProductKey=xxxxxxxxxxxxxxxxxxxxx
   FullName="Darksith"
   OrgName="Home"
   ComputerName=DARKSITH

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

[TapiLocation]
   CountryCode=1
   AreaCode=xxxxx
   LongDistanceAccess="xxx"

[RegionalSettings]
   LanguageGroup=1
   Language=00000409

[Identification]
   JoinWorkgroup=MSHOME

[URL]
   Home_Page=http://www.google.com

[Networking]
   InstallDefaultComponents=Yes

[IEPopupBlocker]
   BlockPopups=No
   FilterLevel=Low
   ShowInformationBar=Yes

[WindowsFirewall]
   Profiles = WindowsFirewall.TurnOffFirewall

[WindowsFirewall.TurnOffFirewall]
   Mode = 0

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

Posted

Sorry, previous post related to bmn post.

But you have no [Data] section, in your answer file?

Example

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

Try this.

You may also want to try a test install with OemPreinstall=No. This key maybe disallowing the user setup screen. Although, I cannot find any references to state that it does have that effect.

Posted

@bmn

Yes.

AutoLogon = Yes

This for autologon for Administrator account. Take it out of your Winnt.sif, so you will get the user setup screen. And you can give your Administrator account a password, so it will not ask you for it later.

@darksith88

Let us know how it is going with your user setup screen problem.

Posted

@MHz

i just tested my iso with settings u mentioned.have a look at me winnt.sif

http://m.domaindlx.com/fever16/WINNT.SIF

but still its not working(add users window).setup is showing welcome screen before installation.imean at 39 min stage and when i click next setup starting.

and one more thing is iam using xp home sp2 slipstreamed.

Posted

oops i copy/pasted wrong, heh. Here's the data section:

;SetupMgrTag
[Data]
   AutoPartition=0
   MsDosInitiated="0"
   UnattendedInstall="Yes"

And with the current setup (this and what i posted on first page) it isn't working. It just installs without stopping to have me input anything. My programs all install fine, this is the only problem I am having(I would be adding users through scripts, but that gave me even MORE problems, and this is more flexible too).

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