Jump to content

Recommended Posts

Posted

hi

please help my unattened xp it wont stop at the welcome screen to add users

can you tell me whats wrong

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

[Unattended]
   UnattendMode=FullUnattended
   OemSkipEula=Yes
   Repartition=No
   FileSystem=ConvertNTFS
   OemPreinstall=Yes
   TargetPath=\WINDOWS
   UnattendSwitch=No
   FactoryMode=Yes
   
[GuiUnattended]
   AdminPassword="*"
   EncryptedAdminPassword=NO
   OEMSkipRegional=1
   TimeZone=85
   OemSkipWelcome=1

I have a script thats runs after to silenty install a couple of progs but install as admin

as i cant add a user

smartie91


Posted (edited)

I have the exact opposite problem. I do NOT want it to prompt me to add users yet it still does. this is my guiunattended from my winnt.sif

[GuiUnattended]
   AdminPassword=*
   EncryptedAdminPassword=NO
   AutoLogon=Yes
   AutoLogonCount=2
   OEMSkipRegional=1
   TimeZone=35
   OemSkipWelcome=1

*EDIT*

by the way is using 1 the same thing as having a yes? Same with 0 and No. Like is the number 0 and the word No interchangeable?

Edited by Alanoll
Posted

@siverhaze420

thanks for that i will try yours and see what happens

what have you got in you unattened part?

or PM your winnt.sif file so i can compare

and yes 1 means yes 0 means no

smartie91

Posted (edited)

Here is my Winnt.sif file. I hope this will help where it prompts you to enter a user name. If you find the line that you change to get it to work please lemme know! My cd is ALMOST perfect.. always room for imporovement tho

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

[Unattended]
   UnattendMode=FullUnattended
   OemSkipEula=Yes
   OemPreinstall=Yes
   TargetPath=\WINDOWS

[GuiUnattended]
   AdminPassword=*
   EncryptedAdminPassword=NO
   AutoLogon=Yes
   AutoLogonCount=2
   OEMSkipRegional=1
   TimeZone=35
   OemSkipWelcome=1

[Display]
   ScreenResolutionCheck=0
   BitsPerPel=16
   Xresolution=800
   Yresolution=600
   Vrefresh=70
   AutoConfirm=1
   ConfigureAtLogon=0


[UserData]
   FullName="Standard"
   OrgName="Org"
   ComputerName=Computer
   ProductID=DONT STEAL MY CD KEY BIOTCH!~

[GuiRunOnce]
   %systemdrive%\install\XPupdates.cmd
   %systemdrive%\install\remove.cmd

[TapiLocation]
   CountryCode=1
   Dialing=Tone

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

[Identification]
   JoinWorkgroup=WORKGROUP

[Networking]
   InstallDefaultComponents=Yes

[Components]
msmsgs=off
msnexplr=off
zonegames=off

[WindowsFirewall]
   Profiles=WindowsFirewall.Standard

[WindowsFirewall.Standard]
   Mode=1
   Exceptions=1
   Notifications=1

Edited by Alanoll
Posted

Easy guys:

UnattendSwitch="yes"

Specifies whether Setup skips Windows Welcome or Mini-Setup when preinstalling Windows XP Home Edition or Windows XP Professional using the CD Boot method. Set this to yes to skip the "Setting Up Internet Connection" and "Create User Accounts" screens.

Hi my Unattendswitch is set is No so it should stop but it dont :(

Smartie91

Posted

hi

i put my wint.sif for your opinion

;SetupMgrTag

[Data]

AutoPartition=1

MsDosInitiated="0"

UnattendedInstall="Yes"

[unattended]

UnattendMode=FullUnattended

OemSkipEula=Yes

OemPreinstall=No

TargetPath=\WINDOWS

FileSystem=convertNTFS

UnattendSwitch="yes"

WaitForReboot=No

DriverSigningPolicy=Ignore

NonDriverSigningPolicy = Ignore

Hibernation = No

[GuiUnattended]

AdminPassword="*"

EncryptedAdminPassword=NO

OEMSkipRegional=1

TimeZone=100

OemSkipWelcome=1

[userData]

ProductID=yours cd key

FullName="client"

OrgName=""

ComputerName=home

[Display]

ScreenResolutionCheck=0

BitsPerPel=32

Xresolution=800

Yresolution=600

Vrefresh=70

AutoConfirm=1

ConfigureAtLogon=0

[systemRestore]

MaximumDataStorePercentOfDisk = 5

[TapiLocation]

CountryCode=48

AreaCode=058

[RegionalSettings]

LanguageGroup=2

SystemLocale=00000415

UserLocale=00000415

InputLocale=0415:00000415

[FavoritesEx]

Title1="onet.url"

URL1="http://www.onet.pl"

Title2="wp.url"

URL2="http://www.wp.pl"

Title3="google.url"

URL3="http://google.pl"

[branding]

BrandIEUsingUnattended=Yes

Home_Page=http://www.wp.pl

Search_Page=http://google.pl

[Proxy]

Proxy_Enable=0

Use_Same_Proxy=1

[identification]

JoinWorkgroup=domek

[Networking]

InstallDefaultComponents=Yes

where is description of all section winnt.sif with options?

kwazi

Posted

Easy guys:

UnattendSwitch="yes"

Specifies whether Setup skips Windows Welcome or Mini-Setup when preinstalling Windows XP Home Edition or Windows XP Professional using the CD Boot method. Set this to yes to skip the "Setting Up Internet Connection" and "Create User Accounts" screens.

Hi my Unattendswitch is set is No so it should stop but it dont :(

Smartie91

Try like this instead.

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

[Unattended]
  UnattendMode=FullUnattended
  OemSkipEula=Yes
  Repartition=No
  FileSystem=ConvertNTFS
  OemPreinstall=Yes
  TargetPath=\WINDOWS
  FactoryMode=Yes
 
[GuiUnattended]
  AdminPassword="*"
  EncryptedAdminPassword=NO
  OEMSkipRegional=1
  TimeZone=85
  OemSkipWelcome=1

Posted
I have the exact opposite problem. I do NOT want it to prompt me to add users yet it still does. this is my guiunattended from my winnt.sif

[GuiUnattended]
   AdminPassword=*
   EncryptedAdminPassword=NO
   AutoLogon=Yes
   AutoLogonCount=2
   OEMSkipRegional=1
   TimeZone=35
   OemSkipWelcome=1

*EDIT*

by the way is using 1 the same thing as having a yes? Same with 0 and No. Like is the number 0 and the word No interchangeable?

Yes I believe they are interchangeable.

Make sure you have at least. Looks like your missing unattended switch.

[Unattended]
   UnattendMode = "FullUnattended"
   OemSkipEula = "Yes"
   OemPreinstall = "Yes"
   UnattendSwitch = "Yes"
   
[GuiUnattended]
   EncryptedAdminPassword = "No"
   OemSkipWelcome = "1"

Posted

Ok Guys still no luck it still wont stop at welcome page to add users

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

   [Unattended]  
    UnattendMode=FullUnattended
    OemSkipEula=Yes
    Repartition=No
    FileSystem=ConvertNTFS
    OemPreinstall=Yes
    TargetPath=\WINDOWS
    FactoryMode=Yes
   

   [GuiUnattended]
   AdminPassword="*"
   EncryptedAdminPassword=NO
   OEMSkipRegional=1
   TimeZone=85
   OemSkipWelcome=1

   [UserData]
   ProductKey=oops nearly forgot
   FullName="?"
   OrgName="Home Use"
   ComputerName=?

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

   Vrefresh=60
   AutoConfirm=1
   ConfigureAtLogon=1

[Networking]
   InstallDefaultComponents=Yes

   [Identification]
   JoinWorkgroup=Workgroup

   [Shell]    
   DefaultStartPanelOff = No
   DefaultThemesOff = No

[WindowsFirewall]
   Profiles=WindowsFirewall.TurnOffFirewall
   [WindowsFirewall.TurnOffFirewall]
   Mode=0

[Components]
   indexsrv_system=on
   msmsgs=off
   zonegames=off

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

[GuiRunOnce]
       %systemdrive%\Install\start.bat

any body see whats wrong please

Smartie91

edit forgot to update UnattendSwitch = no just trying that no

smartie91

Posted

How about:

[GuiUnattended]
 
  OemSkipWelcome=0

Or even leave out:

[GuiUnattended]
  AdminPassword="*"
  EncryptedAdminPassword=NO
 

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