Jump to content

Recommended Posts

Posted

Hey,

Well my unattanded is just about pefect for me besides chooseing licensing mode. Cant figure out what the entry is for an unttended install. I just want to use the default. You know, five per server.

I've tried this but not working:

[LicenseFilePrintData]
   AutoMode="PerServer"
   AutoUsers="5"

Thanks,

Will


Posted

Yeap thats what I used.

Here is the whole thing:

well finally got it working...

here is my full thing if others want it

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

[Unattended]
   UnattendMode = "FullUnattended"
   OemPnPDriversPath=""
   FileSystem = *
   OemSkipEula = "Yes"
   OemPreinstall = "Yes"
   UnattendSwitch = "Yes"
   TargetPath = "\WINNT"
   Repartition = "No"
   WaitForReboot = "No"
   CrashDumpSetting = "0"
   DUDisable = "Yes"
   DriverSigningPolicy = "Ignore"
   Hibernation = "No"

[GuiUnattended]
   AdminPassword = ""
   EncryptedAdminPassword = "No"
   OEMSkipRegional = "1"
   TimeZone = "35"
   OemSkipWelcome = "1"
   AutoLogon = "Yes"
   AutoLogonCount = "5"

[UserData]
   ProductID = ""
   FullName = ""
   OrgName = ""
   ComputerName = *

[Display]
   ConfigureAtLogon = "1"
   BitsPerPel = "32"
   Xresolution = "1024"
   YResolution = "768"
   Vrefresh = "85"
   AutoConfirm = "1"

[LicenseFilePrintData]
   AutoMode="PerServer"
   AutoUsers="5"

[TapiLocation]
   CountryCode = "1"
   AreaCode = ""

[Identification]
   JoinWorkgroup = "WORKGROUP"

[Networking]
   InstallDefaultComponents = "No"

[NetAdapters]
  Adapter1=params.Adapter1

[params.Adapter1]
  INFID=*

[NetProtocols]
  MS_TCPIP=params.MS_TCPIP

[params.MS_TCPIP]
  AdapterSections = params.MS_TCPIP.Adapter1
  DNS=No

[params.MS_TCPIP.Adapter1]
  SpecificTo=Adapter1
  DNSServerSearchOrder = 4.2.2.1,4.2.2.2

[Components]
   msmsgs = "off"
   msnexplr = "off"
   zonegames = "off"
   freecell = "off"
   hearts = "off"
   minesweeper = "off"
   pinball = "off"
   solitaire = "off"
   spider = "off"
   AccessOpt = "off"
   Chat = "off"
   Clipbook = "off"
   Fax = "off"
   Hypertrm = "off"
   Indexsrv_system = "off"
   Media_clips = "off"
   Rec = "off"
   WMAccess = "off"

[NetServices]

[Shell]
   CustomDefaultThemeFile = "%WinDir%\Resources\Themes\Storm\Storm.msstyles"
   DefaultStartPanelOff = "Yes"
   DefaultThemesOff = "No"

[WindowsFirewall]
   Profiles = "WindowsFirewall.TurnOffFirewall"

[WindowsFirewall.TurnOffFirewall]
   Mode = "0"

[IEPopupBlocker]
   AllowedSites = *
   BlockPopups = "Yes"
   FilterLevel = "Medium"
   ShowInformationBar = "Yes"

[GuiRunOnce]
   %systemdrive%\install\Update.cmd

Posted

war59312 -- you might want to consider adding this:

[Components]
   IEHardenAdmin=Off
   IEHardenUser=Off

That turns off the Internet Explorer Enhanced Security. Maybe you want it left on, but I find it to be a big pain.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...