March 13, 200521 yr hi please help my unattened xp it wont stop at the welcome screen to add userscan 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=1I have a script thats runs after to silenty install a couple of progs but install as adminas i cant add a usersmartie91
March 14, 200521 yr I think you need to remove the OEMSkipWelcome option from [GUIUnattended]http://www.microsoft.com/resources/documen...iunattended.asp
March 14, 200521 yr 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 March 15, 200521 yr by Alanoll
March 14, 200521 yr Author @siverhaze420thanks 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 compareand yes 1 means yes 0 means nosmartie91
March 14, 200521 yr 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=offmsnexplr=offzonegames=off[WindowsFirewall] Profiles=WindowsFirewall.Standard[WindowsFirewall.Standard] Mode=1 Exceptions=1 Notifications=1 Edited March 15, 200521 yr by Alanoll
March 14, 200521 yr 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. Please bookmark:http://unattended.msfn.org/global/reference.htm
March 15, 200521 yr Author 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
March 15, 200521 yr hii 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=Yeswhere is description of all section winnt.sif with options?kwazi
March 16, 200521 yr where is description of all section winnt.sif with options?kwazi<{POST_SNAPBACK}>Download:http://www.microsoft.com/downloads/details...&displaylang=enAnd read ref.chm.
March 16, 200521 yr 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<{POST_SNAPBACK}>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
March 16, 200521 yr 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?<{POST_SNAPBACK}>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"
March 16, 200521 yr Author 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.batany body see whats wrong pleaseSmartie91edit forgot to update UnattendSwitch = no just trying that nosmartie91
March 16, 200521 yr Author hi guys still no luck ,wont stop at welcome page to add users please help whats wrong "winnt.sif" above Smartie91
March 17, 200521 yr How about:[GuiUnattended] OemSkipWelcome=0Or even leave out:[GuiUnattended] AdminPassword="*" EncryptedAdminPassword=NO
Create an account or sign in to comment