Jump to content

$OEM$ Location


Recommended Posts

I recently built a 2 cd based automated xp install and it works great. I'm trying to get that to run from a network share as well. I have a boot disk that will log you into the network and run the automated install. I have the $OEM$ folder at the same level as the i386 folder and it won't copy the files to the machine and doesn't run the cmdlines.txt file. So no reg tweaks are applied and the runonceex entries are not created. If i move the $OEM$ inside the i386 folder it will copy the files but still doesn't run the cmdlines.txt file. I don't know what I'm missing. My winnt.sif file is below

[Data]
   UnattendedInstall=Yes
   AutoPartition=1
   AutomaticUpdates=Yes

[Unattended]
   UnattendMode=FullUnattended
   FileSystem=ConvertNTFS
   ExtendOemPartition=1
   OemSkipEula=Yes
   OemPreinstall=Yes
   TargetPath=\WINDOWS
   Repartition=Yes
   UnattendSwitch=Yes

[GuiUnattended]
   AdminPassword=*
   AutoLogon=Yes
   AutoLogonCount=2
   OEMSkipRegional=1
   TimeZone=20
   OemSkipWelcome=1

[Display]
   BitsPerPel=16
   Xresolution=1024
   YResolution=768

[UserData]
   ProductID=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
   FullName="Username"
   OrgName="Companyname"
   ComputerName=Computername

[TapiLocation]
   CountryCode=1

[GuiRunOnce]

[Identification]
   JoinDomain=Domain
   DomainAdmin=domain\administrator
   DomainAdminPassword=password

[Networking]
   InstallDefaultComponents=No

[NetAdapters]
   Adapter1=params.Adapter1

[params.Adapter1]
   INFID=*

[NetClients]
   MS_MSClient=params.MS_MSClient

[NetServices]
   MS_SERVER=params.MS_SERVER

[NetProtocols]
   MS_TCPIP=params.MS_TCPIP

[params.MS_TCPIP]
   DNS=Yes
   UseDomainNameDevolution=No
   EnableLMHosts=No
   AdapterSections=params.MS_TCPIP.Adapter1

[params.MS_TCPIP.Adapter1]
   SpecificTo=Adapter1
   DHCP=Yes
   WINS=No
   NetBIOSOptions=0

[Components]
msmsgs=off
msnexplr=off
freecell=off
hearts=off
minesweeper=off
pinball=off
solitaire=off
spider=off
zonegames=off
deskpaper=off

[Shell]
DefaultStartPanelOff=Yes
DefaultThemesOff=Yes

[WindowsFirewall]
Profiles = WindowsFirewall.TurnOffFirewall

[WindowsFirewall.TurnOffFirewall]
Mode = 0

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