Jump to content

Unattended Installation of Windows Server 2003 Std


Aaron

Recommended Posts

I need a bit of help with the use of my unattended.txt (which I've renamed to winnt.sif and added to the /i386 directory in my ISO)

Here's what I've used:

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

[Unattended]
   UnattendMode=ProvideDefault
   OemPreinstall=No
   TargetPath=\WINDOWS

[GuiUnattended]
   AdminPassword="gh54ux92"
   EncryptedAdminPassword=NO
   AutoLogon=Yes
   AutoLogonCount=1
   OEMSkipRegional=1
   TimeZone=85

[UserData]
   ProductKey=not shown
   FullName="Aaron"
   OrgName="Home"
   ComputerName=LITHIUM

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

[LicenseFilePrintData]
   AutoMode=PerServer
   AutoUsers=75

[TapiLocation]
   CountryCode=44
   Dialing=Tone
   AreaCode=01325

[RegionalSettings]
   LanguageGroup=1
   Language=00000809

[Branding]
   BrandIEUsingUnattended=Yes

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

[Proxy]
   Proxy_Enable=0
   Use_Same_Proxy=1

[Identification]
   JoinWorkgroup=PHOENIX

[Networking]
   InstallDefaultComponents=Yes

[Components]
   AccessOpt = Off
   Iis_common = On
   Iis_inetmgr = On
   Iis_nntp = On
   Iis_webadmin = On
   Iis_www = On

[Shell]
   DefaultStartPanelOff = Yes

This unattended file as created by Setup Manager is set as "User Controlled - You provide default options in the answer file and the end user can change any of them"

The current problems I'm having is:

1. The time zone as default was set in a US timezone during setup, even when I've set it as "85" which should have made GMT as default.

2. None of the [Components] took effect - IIS wasn't installed, and the Accessibility Options wasn't removed.

3. I've also removed Autopartition="1" from the unattended file, I assume this will allow me to choose the hard drive/partition and the formatting method? if so, that's good.

4. The display didn't set as 1024x768, could this be a limitation from when I tested it in VirtualPC?

Link to comment
Share on other sites


Ahahaha....You left your admin password! :) Someone grab it before he takes it off...

lol, I already removed my real admin password from the file beforehand, and replaced it with random letters/numbers :rolleyes:

Link to comment
Share on other sites

good find doggie, will give this a go probably tomorrow. :)

Had a tiring day today trying to get it working with lots of different values and modifications and then just gave up. It didn't work for Windows XP either (for example, removing msn explorer) :rolleyes:

Link to comment
Share on other sites

i try with vmware and no prob. install perfectly and works perfecly

but try to install in another hdd

and you use the deploy tools from 2003?

its not the same from xp /2000/2003.

I used the deploy.cab from 2003 to create the unattend for Windows Server 2003.

And then downloaded the XPSP1 Corporate Deploy Tools from the Microsoft site and used it for XP Professional. (the slipstream process didn't include the updated deploy.cab to my cd)

Either way, the unattend.txt turns out the same way, so probably not the problem there...

So when you say it works perfectly, did the IIS components install?

Link to comment
Share on other sites

  • 2 weeks later...

nailed it!

Sorted out my problem with timezone, components, and screen res, all because of one line:

UnattendMode=ProvideDefault

So, I changed it to:

UnattendMode=FullUnattended

The difference is you won't get setup boxes prompting you the questions with default answers provided. I suppose I can live with that. :)

by the way, also got MSN 5, Net Framework 1.1, WMP9, all my favourite reghacks, patched uxtheme, and powertoys silently installed automatically. Find out how at http://unattended.netfirms.com

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