Jump to content

Recommended Posts

Posted (edited)

:hello: , i tried to make a Unattended CD with the XP SP2 without asking for a CD-Key.

I made a functionally custom boot menu, i followed all the steps provided and i tested the CD and everything is ok.

Now... i wanted to make a unattended CD and that's were my problems started. I configured a Full Unattdended txt from setupmgr.exe found on DEPLOY.CAB and the results were unattended.txt and unattended.cab.

I renamed unattended.txt into WINNT.SIF and i moved this one to the I386 folder.

My I386 is located here: D:\OXXO\SETUP\XP\Professional\I386

This is my WINNT.SIF:

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

[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=No
TargetPath=\WINDOWS

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

[UserData]
ProductID=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
FullName="XP-SP2"
OrgName="Microsoft"
ComputerName=XP

[RegionalSettings]
LanguageGroup=2,1
SystemLocale=00000409
UserLocale=00000409
InputLocale=0409:00000409

[Identification]
JoinWorkgroup=WORKGROUP

[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
MS_NWIPX=params.MS_NWIPX

[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

[params.MS_NWIPX]
VirtualNetworkNumber=00000000
AdapterSections=params.MS_NWIPX.Adapter1

[params.MS_NWIPX.Adapter1]
SpecificTo=Adapter1
PktType=0xFF
NetworkNumber=00000000

[Components]
msmsgs=off
msnexplr=off

[Shell]
DefaultStartPanelOff=Yes
DefaultThemesOff=Yes

[Display]
BitsPerPel=16
Xresolution=800
YResolution=600
Vrefresh=60

[TapiLocation]
CountryCode=40
Dialing=Tone
AreaCode=0241
LongDistanceAccess="9"

[Branding]
BrandIEUsingUnattended=Yes

[Proxy]
Proxy_Enable=0
Use_Same_Proxy=0

and this is my WINNT.BAT generated by setupmgr.exe:

@rem SetupMgrTag
@echo off

rem
rem This is a SAMPLE batch script generated by the Setup Manager Wizard.
rem If this script is moved from the location where it was generated, it may have to be modified.
rem

set AnswerFile=.\WINNT.SIF
set SetupFiles=systemdrive%\SETUP\XP\Professional\I386

systemdrive%\SETUP\XP\Professional\I386 /s:%SetupFiles% /unattend:%AnswerFile% /copysource:lang

I use Microsoft Virtual PC to test my ISO that is made with cdimage.exe. In WINNT.SIF i have the command: OemSkipEula=Yes and when i boot from cd i have to press F8 for Eula agreedings so i figured that the SIF is not working in the first place. :realmad:

Maybe you can figure what is wrong

Thanks! :unsure:

Edited by IcemanND
Removed product key

Posted

Thanks for the product key, but I already have one!

Now get rid of it.

When you edit your post, you may also like to put your winnt.sif file within codebox tags too!

Posted

I managed to do an unattended CD but is working only with a simple boot menu (like the original XP CD).

Any idea how can i chain this unattended cd with a cdshell multiboot menu?

I tried to chain this one into a multiboot menu but it doesn't read the WINNT.SIF commands :angry:

Any help will be appreciated. Thanks

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