Jump to content

Recommended Posts

Posted

I have an unattended file winnt.sif which is working for me.

Now I've seen that by example windows media player is not in the menu.

How can I resolve this problem?

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

[Unattended]
   UnattendMode=FullUnattended
   OemSkipEula=Yes
   OemPreinstall=Yes
   TargetPath=\WINDOWS
   FileSystem=*
   UnattendSwitch="yes"
   OemPnPDriversPath="Drivers\etc"
   DriverSigningPolicy=Ignore

[GuiUnattended]
   AdminPassword=*
   EncryptedAdminPassword=NO
   AutoLogon=Yes
   AutoLogonCount=1
   OEMSkipRegional=1
   TimeZone=110
   OemSkipWelcome=1

[UserData]
   ProductID=*****-*****-*****-*****-*****
   FullName="MyName"
   OrgName="MyOrganization"
   ComputerName=MyComputer

[Display]
   BitsPerPel=32
   Xresolution=1280
   YResolution=1024
   Vrefresh=60

[RegionalSettings]
   LanguageGroup=1

[Identification]
   JoinWorkgroup=MyWorkgroup

[Networking]
   InstallDefaultComponents=No

;[Components]
;    msmsgs=off
;    msnexplr=off

[NetAdapters]
   Adapter1=params.Adapter1

[params.Adapter1]
   INFID=*

[NetClients]
   MS_MSClient=params.MS_MSClient

[NetProtocols]
   MS_TCPIP=params.MS_TCPIP

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

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

The [Components] I tried with and without,


Posted

Doesn't look to me like there is anything in that file that would cause WMP to not appear. Did you (or someone else) modify the XP source files in any way before implementing this unattended file? If so, how?

Posted

I have a slistreamed XP with SP2.

Edited DOSNET.INF wit [OptionalSrcDirs] to use the directory svcpack in i386 and install the hotfixes with the document svcpack.inf. Here I deleted the file svcpack._in

Made an \$OEM$\$1\Drivers and an \$OEM$\$$\System32 directory.

The first for extra drivers and the second for an oobeinfo.ini file.

I did this all by myself and the help of the msfn-site. I didn't use any other programs like nlite.

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