Jump to content

Recommended Posts

Posted

I'm trying to do an unattended/GUIattended installation disk that WILL require the user to put in their name, password, machine name but NOTHING else.

Is that possible? I thought it was just as long as you had the rest of the answer file filled in correctly.

I get the screens that ask:

This question or dialog box I want to keep:

Personalize Your Software

(Name and Organization, Computer Name, and Administrator Password)

These I don't need asked or displayed at all (and I do not know how to make them go away):

Regional and Lanuage Options

Date and Time Settings

Network Settings

Workgroup or Computer Domain

Is what I want to do even possible? :}

If it is possible, could any of you please tell me where I am going astray in the winnt.sif file?

;
; Generated by DriverPacks BASE 7.01.2
; [url="http://www.driverpacks.net/"]http://www.driverpacks.net/[/url]
; Last Modified: January 25, 2007


[Data]
AutoPartition=0
UnattendedInstall=Yes
FloppyLess=1
EulaComplete=1
MsDosInitiated=No
AutomaticUpdates=1

[Unattended]
[b];[/b] UnattendMode=FullUnattended
UnattendMode = GuiAttended
[b]; [/b] UnattendMode = ReadOnly
OemPreinstall=No
OemSkipEula=Yes
TargetPath=\WINDOWS
Repartition=No
FileSystem=*
DriverSigningPolicy=Ignore
KeyboardLayout="US"

[GuiUnattended]
OEMSkipWelcome=0
[b];[/b] OEMSkipWelcome=1
AdminPassword=""
EncryptedAdminPassword=NO
AutoLogon=Yes
AutoLogonCount=1
OEMSkipRegional=1
TimeZone=004

[UserData]
ProductID=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
[b]FullName=""
OrgName=""
ComputerName=""[/b]

[Display]
BitsPerPel=16
Xresolution=800
YResolution=600
Vrefresh=65

[TapiLocation]
CountryCode=1
Dialing=Tone

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


[Identification]
JoinWorkgroup="MSHOME"

[Networking]
InstallDefaultComponents=1

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

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

[WindowsFirewall]
Profiles = WindowsFirewall.TurnOffFirewall

[WindowsFirewall.TurnOffFirewall]
Mode=0

[Components]
msmsgs=0

[GUIRunOnce]

command9="%SystemDrive%\DPsFnshr.exe"

Thanks to anyone that can help me, or even tries. :thumbup


Posted

You could do something like "UnattendedMode=DefaultHide", which shows only those pages that the user is meant to change, such as the user and machine name.

Posted (edited)
You could do something like "UnattendedMode=DefaultHide", which shows only those pages that the user is meant to change, such as the user and machine name.

[Unattended]
UnattendMode=DefaultHide

That's IT!?

That's all?

Dang, if all of my problems were this easy to fix. :P

Thank you so much os2fan2! :D

PS: What's the UnattendSwitch=Yes switch do?

I have come across a few different explanations, and each sounds just as plausible, but they are all contradictory. :no:

Edited by GasPipeJimmy
Posted
PS: What's the UnattendSwitch=Yes switch do?

I have come across a few different explanations, and each sounds just as plausible, but they are all contradictory. :no:

From technet:

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

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