Jump to content

Win2000 Unattend installation from WinPE v2.0


markbb

Recommended Posts

Has anyone tried to install Window 2000 Server or Advance Server with WINNT32 using UNATTNED.TXT

I have added the ProductID key to the registry so that it now stops saying the it doesn't recognize the version.

But now it always says that you cannot upgrade 2000 Professional to Server or Advanced Server.

Any help would be much appreciated.

Link to comment
Share on other sites


I have both Standard and Advanced Server 2000 working on WinPE2.

Post your unattended.txt file you are using. (make sure to remove any keys)

Also post your command line for winnt32.exe

Link to comment
Share on other sites

Thanks for your help on this Jazkal,

OK so here is my UNATTEND.TXT


[MassStorageDrivers]


[OEMBootFiles]


[Unattended]
OemPreinstall = yes
Unattendmode = FullUnattended
TargetPath = WINNT
OemSkipEula = yes
DriverSigningPolicy = Ignore
ConfirmHardware = no
NtUpgrade = yes
OemPnPDriversPath=
Win9xUpgrade = no
TargetPath = WINNT
OverwriteOemFilesOnUpgrade = no

[UserData]
FullName = %Fname%
OrgName = %Organisation%
ComputerName = %ComputerName%
ProductKey = %ProductKey%


[GuiUnattended]
AdminPassword=%AdminPW%
AutoLogon=YES
OemSkipWelcome = 1
OemSkipRegional = 1
TimeZone =%TimeZone%
AdvServerType = SERVERNT

[Components]
iisdbg = Off
iis_common = Off
iis_htmla = Off
iis_inetmgr = Off
iis_nntp = Off
iis_nntp_docs = Off
iis_pwmgr = Off
iis_smtp = Off
iis_smtp_docs = Off
iis_www = Off
iis_ftp = Off
iis_doc = Off
pinball = Off
solitaire = Off
mimesweeper = Off
TSClients = On
LicenseServer = Off
TSEnable = On
fp = Off
netcis = Off

[RegionalSettings]
Language=%LanguageSelection%
SystemLocale=%SysLocaleSelection%
UserLocale=%UserLocaleSelection%
InputLocale=%KBLocaleSelection%
LanguageGroup="1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17"

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

[Display]
BitsPerPel = 16
XResolution = 800
YResolution = 600
VRefresh = 70

[Identification]
JoinWorkgroup =IBM

[NetOptionalComponents]
ACS = 0
DHCPServer = 0
DNS = 0
IAS = 0
ILS = 0
LPDSVC = 0
MacPrint = 0
MacSrv = 0
Netcm = 0
NETMONTOOLS = 1
SimpTcp = 0
SNMP = 1
WINS=0

[SNMP]
Accept_CommunityName=""
Community_Name=""
Service=Applications,Internet,End-to-End

;[Proxy]
;HTTP_Proxy_Server = proxy:8080
;Proxy_Enable = 1
;Use_Same_Proxy = 1
;Proxy_Override = <local>

[URL]
Home_Page = about:blank

[Networking]

[NetAdapters]
Adapter1=params.Adapter1

[params.Adapter1]
NetCardAddress = 0x%MACADDRESS%

[NetProtocols]
MS_TCPIP=params.MS_TCPIP

[params.MS_TCPIP]
AdapterSections=params.mstcpip.Adapter1

[params.mstcpip.Adapter1]
SpecificTo=Adapter1
DHCP=%DHCP%
DNS=Yes
WINS=Yes
IPAddress = %IPADDRESS%
SubnetMask = %SUBNET%
DefaultGateway = %GATEWAY%
DNSDomain = %DNSDOMAIN%
DNSServerSearchOrder = %DNSSERVER1% %DNSSERVER2%
WINSServerList = %WINSSERVER1% %WINSSERVER2%
NetBIOSOptions=2

[NetClients]
MS_MSClient=params.MS_MSClient

[params.MS_MSClient]

[NetServices]
MS_Server=params.MS_Server

[params.MS_Server]

This is the command line I have been using for WINNT32,

winnt32 /s:c:\I386 /syspart:c /tempdrive:c /unattend:unattend.txt /noreboot

I used to use WINNT, so I imagine you are right in think that there is something in the old UNATTEND.TXT that is causing this.

Thanks again for your help.

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