Jump to content

unattended installation is not


Recommended Posts

So I have been using this guide and have just made my answer file. The program that it uses to get the file started also made a .bat file which was never mentioned. I renamed the .txt file to winnt.sif and placed it in the I386 folder. I then went through the ref.chm file and added all the entries that I wanted changed from default. However, when I run the unattended installation, I still have to answer every question by hand once I get to automatic updates. Do I have some answer incorrect or do I need to do something with the .bat file? I also noticed that on the ref.chm file, all of the example answers had spaces around the "=", but the provided program did not put them in, also the example sections were not indented with 4 spaces like the program did. Would these changes solve the problem?

Thanks for the help

;SetupMgrTag

[Data]

AutoPartition=0

MsDosInitiated="0"

UnattendedInstall="Yes"

AutomaticUpdates=yes

[unattended]

UnattendMode=FullUnattended

OemSkipEula=Yes

OemPreinstall=No

TargetPath=\WINDOWS

Repartition=No

FileSystem=NTFS

UnattendedSwitch="yes"

WaitForReboot="No"

AutoActivate = No

KeyboardLayout="US"

CrashDumpSetting=0

DUDisable=Yes

DUStopOnError=Yes

DriverSigningPolicy=Warn

ExtendOemPartition=0

Hibernation=No

NTUpgrade=No

Win9xUpgrade=No

[GuiUnattended]

AdminPassword=*

AutoLogon=Yes

AutoLogonCount=99999999999

EncryptedAdminPassword=No

OEMSkipRegional=1

TimeZone=35

OemSkipWelcome=1

[userData]

ProductKey=****************

FullName="*******"

OrgName="Home"

ComputerName=ARMOR

[TapiLocation]

CountryCode=1

[RegionalSettings]

LanguageGroup=1

[Components]

AccessOpt=Off

clipbook=Off

deskpaper=Off

dialer=Off

media_clips=Off

mousepoint=Off

msnexplr=Off

OEAccess=Off

paint=Off

pinball=Off

Pop3Service=Off

Pop3Srv=Off

WMAccess=Off

WMPOCM=Off

zonegames=Off

[identification]

JoinWorkgroup=MSHOME

[Networking]

InstallDefaultComponents=Yes

[shell]

DefaultThemesOff=Yes

[systemRestore]

MaximumDataStorePecentOfDisk=0

[uninstall]

DisableCompression=No

EnableBackup=No

Home_Page="http://www.google.com/"

[WindowsFirewall]

Profiles=WindowsFirewall./TurnOffFirewall

[WindowsFirewall.TurnOffFirewall]

Mode=0

Link to comment
Share on other sites


The bat file created is for a manual start to initiate setup. Since you are booting from CD, then the bat file is rather useless and can be disposed of.

It is differcult to know exactly what is missing or incorrect but I do notice that you use "Yes" when I use "1" for the AutomaticUpdates value. Try changing the value from "Yes" to "1" and see if it makes a difference. I seem to remember some time ago that setup ignored the "YES", IIRC.

[Data]

AutomaticUpdates=1

AutoPartition=0

MsDosInitiated=0

UnattendedInstall=yes

:)

Link to comment
Share on other sites

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