Unattended UPGRADE to XP

P

Patrickm

All of my client are Win2kPro, I want to an unattended upgrade to them all
but no matter what I do the upgrade kicks off and then prompts me for the
stupid Key Code. If I do an unattended install ( winnt32.exe
/unattend:unatttend.txt) is does a complete install making each machine a
dual boot. How the heck can I get XP to UPGRADE my Win2k machines without
prompting for anything???
 
D

Darrell Gorter[MSFT]

Hello Patrick,
What is in the unattended file?
You need an unattended file for the upgrade to not answer any questions
manually, but the settings will determine whether this is going to work
properly or not.
If you post the unattended file, remove the product key, passwords, or
other private information first
Thanks,
Darrell Gorter[MSFT]

This posting is provided "AS IS" with no warranties, and confers no rights
--------------------
 
P

Patrickm

Here is the file:

;SetupMgrTag

[Data]

AutoPartition=1

MsDosInitiated="0"

UnattendedInstall="Yes"

[Unattended]

UnattendMode=FullUnattended

OemSkipEula=Yes

OemPreinstall=Yes

TargetPath=\WINDOWS

[GuiUnattended]

AdminPassword=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

EncryptedAdminPassword=Yes

OEMSkipRegional=1

TimeZone=20

OemSkipWelcome=1

[UserData]

ProductKey=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx

FullName="company"

OrgName="company"

ComputerName=*

[Display]

BitsPerPel=32

Xresolution=1024

YResolution=768

[TapiLocation]

AreaCode=414

LongDistanceAccess="9"

[SetupMgr]

DistFolder=\\server\share\XPpro

DistShare=XPdeploy

[Identification]

JoinDomain=domain

DomainAdmin=xxxxxxxxxxxxx

DomainAdminPassword=xxxxxxxxxxxxx

[Networking]

InstallDefaultComponents=Yes

"Darrell Gorter[MSFT]" said:
Hello Patrick,
What is in the unattended file?
You need an unattended file for the upgrade to not answer any questions
manually, but the settings will determine whether this is going to work
properly or not.
If you post the unattended file, remove the product key, passwords, or
other private information first
Thanks,
Darrell Gorter[MSFT]

This posting is provided "AS IS" with no warranties, and confers no rights
--------------------
From: "Patrickm" <[email protected]>
Subject: Unattended UPGRADE to XP
Date: Wed, 23 Feb 2005 13:46:24 -0600
Lines: 8
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
X-RFC2646: Format=Flowed; Original
Message-ID: <[email protected]>
Newsgroups: microsoft.public.windowsxp.setup_deployment
NNTP-Posting-Host: hidden.paysbig.com 207.250.98.3
Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP1
2.phx.gbl
Xref: TK2MSFTNGXA02.phx.gbl microsoft.public.windowsxp.setup_deployment:133297
X-Tomcat-NG: microsoft.public.windowsxp.setup_deployment

All of my client are Win2kPro, I want to an unattended upgrade to them all
but no matter what I do the upgrade kicks off and then prompts me for the
stupid Key Code. If I do an unattended install ( winnt32.exe
/unattend:unatttend.txt) is does a complete install making each machine a
dual boot. How the heck can I get XP to UPGRADE my Win2k machines without
prompting for anything???
 
D

Darrell Gorter[MSFT]

Hello Patrick,
Oempreinstall needs to be no for upgrades
Ntupgrade needs to be set to yes.
See the example:
[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=No
NTUpgrade=Yes
TargetPath=\WINDOWS
Thanks,
Darrell Gorter[MSFT]

This posting is provided "AS IS" with no warranties, and confers no rights
--------------------
From: "Patrickm" <[email protected]>
References: <[email protected]>
Subject: Re: Unattended UPGRADE to XP
Date: Thu, 24 Feb 2005 07:27:41 -0600
Lines: 121
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
X-RFC2646: Format=Flowed; Original
Message-ID: <[email protected]>
Newsgroups: microsoft.public.windowsxp.setup_deployment
NNTP-Posting-Host: hidden.paysbig.com 207.250.98.3
Path: TK2MSFTNGXA02.phx.gbl!cpmsftngxa10.phx.gbl!TK2MSFTFEED01.phx.gbl!TK2MSFTNGP0
8.phx.gbl!TK2MSFTNGP09.phx.gbl
Xref: TK2MSFTNGXA02.phx.gbl microsoft.public.windowsxp.setup_deployment:133345
X-Tomcat-NG: microsoft.public.windowsxp.setup_deployment

Here is the file:

;SetupMgrTag

[Data]

AutoPartition=1

MsDosInitiated="0"

UnattendedInstall="Yes"

[Unattended]

UnattendMode=FullUnattended

OemSkipEula=Yes

OemPreinstall=Yes

TargetPath=\WINDOWS

[GuiUnattended]

AdminPassword=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

EncryptedAdminPassword=Yes

OEMSkipRegional=1

TimeZone=20

OemSkipWelcome=1

[UserData]

ProductKey=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx

FullName="company"

OrgName="company"

ComputerName=*

[Display]

BitsPerPel=32

Xresolution=1024

YResolution=768

[TapiLocation]

AreaCode=414

LongDistanceAccess="9"

[SetupMgr]

DistFolder=\\server\share\XPpro

DistShare=XPdeploy

[Identification]

JoinDomain=domain

DomainAdmin=xxxxxxxxxxxxx

DomainAdminPassword=xxxxxxxxxxxxx

[Networking]

InstallDefaultComponents=Yes

"Darrell Gorter[MSFT]" said:
Hello Patrick,
What is in the unattended file?
You need an unattended file for the upgrade to not answer any questions
manually, but the settings will determine whether this is going to work
properly or not.
If you post the unattended file, remove the product key, passwords, or
other private information first
Thanks,
Darrell Gorter[MSFT]

This posting is provided "AS IS" with no warranties, and confers no rights
--------------------
From: "Patrickm" <[email protected]>
Subject: Unattended UPGRADE to XP
Date: Wed, 23 Feb 2005 13:46:24 -0600
Lines: 8
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
X-RFC2646: Format=Flowed; Original
Message-ID: <[email protected]>
Newsgroups: microsoft.public.windowsxp.setup_deployment
NNTP-Posting-Host: hidden.paysbig.com 207.250.98.3
Path:
TK2MSFTNGXA02.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP1
2.phx.gbl
Xref: TK2MSFTNGXA02.phx.gbl microsoft.public.windowsxp.setup_deployment:133297
X-Tomcat-NG: microsoft.public.windowsxp.setup_deployment

All of my client are Win2kPro, I want to an unattended upgrade to them all
but no matter what I do the upgrade kicks off and then prompts me for the
stupid Key Code. If I do an unattended install ( winnt32.exe
/unattend:unatttend.txt) is does a complete install making each machine a
dual boot. How the heck can I get XP to UPGRADE my Win2k machines without
prompting for anything???
 
P

Patrickm

Gave it a try - It performed a parallel Clean Install of WindowsXP i.e. A
dual boot machine


"Darrell Gorter[MSFT]" said:
Hello Patrick,
Oempreinstall needs to be no for upgrades
Ntupgrade needs to be set to yes.
See the example:
[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=No
NTUpgrade=Yes
TargetPath=\WINDOWS
Thanks,
Darrell Gorter[MSFT]

This posting is provided "AS IS" with no warranties, and confers no rights
--------------------
From: "Patrickm" <[email protected]>
References: <[email protected]>
Subject: Re: Unattended UPGRADE to XP
Date: Thu, 24 Feb 2005 07:27:41 -0600
Lines: 121
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
X-RFC2646: Format=Flowed; Original
Message-ID: <[email protected]>
Newsgroups: microsoft.public.windowsxp.setup_deployment
NNTP-Posting-Host: hidden.paysbig.com 207.250.98.3
Path: TK2MSFTNGXA02.phx.gbl!cpmsftngxa10.phx.gbl!TK2MSFTFEED01.phx.gbl!TK2MSFTNGP0
8.phx.gbl!TK2MSFTNGP09.phx.gbl
Xref: TK2MSFTNGXA02.phx.gbl microsoft.public.windowsxp.setup_deployment:133345
X-Tomcat-NG: microsoft.public.windowsxp.setup_deployment

Here is the file:

;SetupMgrTag

[Data]

AutoPartition=1

MsDosInitiated="0"

UnattendedInstall="Yes"

[Unattended]

UnattendMode=FullUnattended

OemSkipEula=Yes

OemPreinstall=Yes

TargetPath=\WINDOWS

[GuiUnattended]

AdminPassword=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

EncryptedAdminPassword=Yes

OEMSkipRegional=1

TimeZone=20

OemSkipWelcome=1

[UserData]

ProductKey=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx

FullName="company"

OrgName="company"

ComputerName=*

[Display]

BitsPerPel=32

Xresolution=1024

YResolution=768

[TapiLocation]

AreaCode=414

LongDistanceAccess="9"

[SetupMgr]

DistFolder=\\server\share\XPpro

DistShare=XPdeploy

[Identification]

JoinDomain=domain

DomainAdmin=xxxxxxxxxxxxx

DomainAdminPassword=xxxxxxxxxxxxx

[Networking]

InstallDefaultComponents=Yes

"Darrell Gorter[MSFT]" said:
Hello Patrick,
What is in the unattended file?
You need an unattended file for the upgrade to not answer any questions
manually, but the settings will determine whether this is going to work
properly or not.
If you post the unattended file, remove the product key, passwords, or
other private information first
Thanks,
Darrell Gorter[MSFT]

This posting is provided "AS IS" with no warranties, and confers no rights
--------------------
From: "Patrickm" <[email protected]>
Subject: Unattended UPGRADE to XP
Date: Wed, 23 Feb 2005 13:46:24 -0600
Lines: 8
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
X-RFC2646: Format=Flowed; Original
Message-ID: <[email protected]>
Newsgroups: microsoft.public.windowsxp.setup_deployment
NNTP-Posting-Host: hidden.paysbig.com 207.250.98.3
Path:
TK2MSFTNGXA02.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP1
2.phx.gbl
Xref: TK2MSFTNGXA02.phx.gbl
microsoft.public.windowsxp.setup_deployment:133297
X-Tomcat-NG: microsoft.public.windowsxp.setup_deployment

All of my client are Win2kPro, I want to an unattended upgrade to them all
but no matter what I do the upgrade kicks off and then prompts me for
the
stupid Key Code. If I do an unattended install ( winnt32.exe
/unattend:unatttend.txt) is does a complete install making each machine
a
dual boot. How the heck can I get XP to UPGRADE my Win2k machines
without
prompting for anything???
 
D

Darrell Gorter[MSFT]

Hello Patrick,
What is the first 8 digits of the PID ( located on the properties of my
computer of the installation)?
What is contained on the PID= line in the setupp.ini located in the i386
folder of the install cd\share?
Thanks,
Darrell Gorter[MSFT]

This posting is provided "AS IS" with no warranties, and confers no rights
--------------------
From: "Patrickm" <[email protected]>
References: <[email protected]>
<[email protected]>
Subject: Re: Unattended UPGRADE to XP
Date: Thu, 24 Feb 2005 13:12:25 -0600
Lines: 173
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
X-RFC2646: Format=Flowed; Original
Message-ID: <e31m#[email protected]>
Newsgroups: microsoft.public.windowsxp.setup_deployment
NNTP-Posting-Host: hidden.paysbig.com 207.250.98.3
Path: TK2MSFTNGXA02.phx.gbl!cpmsftngxa10.phx.gbl!TK2MSFTFEED01.phx.gbl!TK2MSFTNGP0
8.phx.gbl!TK2MSFTNGP10.phx.gbl
Xref: TK2MSFTNGXA02.phx.gbl microsoft.public.windowsxp.setup_deployment:133361
X-Tomcat-NG: microsoft.public.windowsxp.setup_deployment

Gave it a try - It performed a parallel Clean Install of WindowsXP i.e. A
dual boot machine


"Darrell Gorter[MSFT]" said:
Hello Patrick,
Oempreinstall needs to be no for upgrades
Ntupgrade needs to be set to yes.
See the example:
[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=No
NTUpgrade=Yes
TargetPath=\WINDOWS
Thanks,
Darrell Gorter[MSFT]

This posting is provided "AS IS" with no warranties, and confers no rights
--------------------
From: "Patrickm" <[email protected]>
References: <[email protected]>
Subject: Re: Unattended UPGRADE to XP
Date: Thu, 24 Feb 2005 07:27:41 -0600
Lines: 121
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
X-RFC2646: Format=Flowed; Original
Message-ID: <[email protected]>
Newsgroups: microsoft.public.windowsxp.setup_deployment
NNTP-Posting-Host: hidden.paysbig.com 207.250.98.3
Path:
TK2MSFTNGXA02.phx.gbl!cpmsftngxa10.phx.gbl!TK2MSFTFEED01.phx.gbl!TK2MSFTNGP0
8.phx.gbl!TK2MSFTNGP09.phx.gbl
Xref: TK2MSFTNGXA02.phx.gbl microsoft.public.windowsxp.setup_deployment:133345
X-Tomcat-NG: microsoft.public.windowsxp.setup_deployment

Here is the file:

;SetupMgrTag

[Data]

AutoPartition=1

MsDosInitiated="0"

UnattendedInstall="Yes"

[Unattended]

UnattendMode=FullUnattended

OemSkipEula=Yes

OemPreinstall=Yes

TargetPath=\WINDOWS

[GuiUnattended]

AdminPassword=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

EncryptedAdminPassword=Yes

OEMSkipRegional=1

TimeZone=20

OemSkipWelcome=1

[UserData]

ProductKey=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx

FullName="company"

OrgName="company"

ComputerName=*

[Display]

BitsPerPel=32

Xresolution=1024

YResolution=768

[TapiLocation]

AreaCode=414

LongDistanceAccess="9"

[SetupMgr]

DistFolder=\\server\share\XPpro

DistShare=XPdeploy

[Identification]

JoinDomain=domain

DomainAdmin=xxxxxxxxxxxxx

DomainAdminPassword=xxxxxxxxxxxxx

[Networking]

InstallDefaultComponents=Yes

Hello Patrick,
What is in the unattended file?
You need an unattended file for the upgrade to not answer any questions
manually, but the settings will determine whether this is going to work
properly or not.
If you post the unattended file, remove the product key, passwords, or
other private information first
Thanks,
Darrell Gorter[MSFT]

This posting is provided "AS IS" with no warranties, and confers no rights
--------------------
From: "Patrickm" <[email protected]>
Subject: Unattended UPGRADE to XP
Date: Wed, 23 Feb 2005 13:46:24 -0600
Lines: 8
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
X-RFC2646: Format=Flowed; Original
Message-ID: <[email protected]>
Newsgroups: microsoft.public.windowsxp.setup_deployment
NNTP-Posting-Host: hidden.paysbig.com 207.250.98.3
Path:
TK2MSFTNGXA02.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP1
2.phx.gbl
Xref: TK2MSFTNGXA02.phx.gbl
microsoft.public.windowsxp.setup_deployment:133297
X-Tomcat-NG: microsoft.public.windowsxp.setup_deployment

All of my client are Win2kPro, I want to an unattended upgrade to them all
but no matter what I do the upgrade kicks off and then prompts me for
the
stupid Key Code. If I do an unattended install ( winnt32.exe
/unattend:unatttend.txt) is does a complete install making each machine
a
dual boot. How the heck can I get XP to UPGRADE my Win2k machines
without
prompting for anything???
 
P

Patrickm

Hey I got it to work!!!!!! Tried it on 2 other machines and it worked almost
flawlessly, My first test station must have had other issues. NOW my next
question is how do I slipstream in OEM drivers for networkcards and video.
The two machines that upgraded were asking me to put in the "Intel Pro Setup
Disk" after it rebooted. It was looking for "e1000b.sys" drivers. I would
like to have this be automatic. I know it can be done - just forgot how.
Thanks for all your help thus far!!

"Darrell Gorter[MSFT]" said:
Hello Patrick,
What is the first 8 digits of the PID ( located on the properties of my
computer of the installation)?
What is contained on the PID= line in the setupp.ini located in the i386
folder of the install cd\share?
Thanks,
Darrell Gorter[MSFT]

This posting is provided "AS IS" with no warranties, and confers no rights
--------------------
From: "Patrickm" <[email protected]>
References: <[email protected]>
<[email protected]>
Subject: Re: Unattended UPGRADE to XP
Date: Thu, 24 Feb 2005 13:12:25 -0600
Lines: 173
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
X-RFC2646: Format=Flowed; Original
Message-ID: <e31m#[email protected]>
Newsgroups: microsoft.public.windowsxp.setup_deployment
NNTP-Posting-Host: hidden.paysbig.com 207.250.98.3
Path: TK2MSFTNGXA02.phx.gbl!cpmsftngxa10.phx.gbl!TK2MSFTFEED01.phx.gbl!TK2MSFTNGP0
8.phx.gbl!TK2MSFTNGP10.phx.gbl
Xref: TK2MSFTNGXA02.phx.gbl microsoft.public.windowsxp.setup_deployment:133361
X-Tomcat-NG: microsoft.public.windowsxp.setup_deployment

Gave it a try - It performed a parallel Clean Install of WindowsXP i.e. A
dual boot machine


"Darrell Gorter[MSFT]" said:
Hello Patrick,
Oempreinstall needs to be no for upgrades
Ntupgrade needs to be set to yes.
See the example:
[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=No
NTUpgrade=Yes
TargetPath=\WINDOWS
Thanks,
Darrell Gorter[MSFT]

This posting is provided "AS IS" with no warranties, and confers no rights
--------------------
From: "Patrickm" <[email protected]>
References: <[email protected]>
<[email protected]>
Subject: Re: Unattended UPGRADE to XP
Date: Thu, 24 Feb 2005 07:27:41 -0600
Lines: 121
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
X-RFC2646: Format=Flowed; Original
Message-ID: <[email protected]>
Newsgroups: microsoft.public.windowsxp.setup_deployment
NNTP-Posting-Host: hidden.paysbig.com 207.250.98.3
Path:
TK2MSFTNGXA02.phx.gbl!cpmsftngxa10.phx.gbl!TK2MSFTFEED01.phx.gbl!TK2MSFTNGP0
8.phx.gbl!TK2MSFTNGP09.phx.gbl
Xref: TK2MSFTNGXA02.phx.gbl
microsoft.public.windowsxp.setup_deployment:133345
X-Tomcat-NG: microsoft.public.windowsxp.setup_deployment

Here is the file:

;SetupMgrTag

[Data]

AutoPartition=1

MsDosInitiated="0"

UnattendedInstall="Yes"

[Unattended]

UnattendMode=FullUnattended

OemSkipEula=Yes

OemPreinstall=Yes

TargetPath=\WINDOWS

[GuiUnattended]

AdminPassword=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

EncryptedAdminPassword=Yes

OEMSkipRegional=1

TimeZone=20

OemSkipWelcome=1

[UserData]

ProductKey=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx

FullName="company"

OrgName="company"

ComputerName=*

[Display]

BitsPerPel=32

Xresolution=1024

YResolution=768

[TapiLocation]

AreaCode=414

LongDistanceAccess="9"

[SetupMgr]

DistFolder=\\server\share\XPpro

DistShare=XPdeploy

[Identification]

JoinDomain=domain

DomainAdmin=xxxxxxxxxxxxx

DomainAdminPassword=xxxxxxxxxxxxx

[Networking]

InstallDefaultComponents=Yes

message
Hello Patrick,
What is in the unattended file?
You need an unattended file for the upgrade to not answer any
questions
manually, but the settings will determine whether this is going to
work
properly or not.
If you post the unattended file, remove the product key, passwords, or
other private information first
Thanks,
Darrell Gorter[MSFT]

This posting is provided "AS IS" with no warranties, and confers no
rights
--------------------
From: "Patrickm" <[email protected]>
Subject: Unattended UPGRADE to XP
Date: Wed, 23 Feb 2005 13:46:24 -0600
Lines: 8
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
X-RFC2646: Format=Flowed; Original
Message-ID: <[email protected]>
Newsgroups: microsoft.public.windowsxp.setup_deployment
NNTP-Posting-Host: hidden.paysbig.com 207.250.98.3
Path:

TK2MSFTNGXA02.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP1
2.phx.gbl
Xref: TK2MSFTNGXA02.phx.gbl
microsoft.public.windowsxp.setup_deployment:133297
X-Tomcat-NG: microsoft.public.windowsxp.setup_deployment

All of my client are Win2kPro, I want to an unattended upgrade to them
all
but no matter what I do the upgrade kicks off and then prompts me for
the
stupid Key Code. If I do an unattended install ( winnt32.exe
/unattend:unatttend.txt) is does a complete install making each machine
a
dual boot. How the heck can I get XP to UPGRADE my Win2k machines
without
prompting for anything???
 
D

Darrell Gorter[MSFT]

Hello Patrick,
See this article that talks about adding drivers via an unattended file.
314479 How to Add OEM Plug and Play Drivers to Windows XP
http://support.microsoft.com/?id=314479

I don't recall if you can add drivers during an upgrade or not.
I seem to recall some issues when
ntupgrade=yes
that needed to be
OEMpreinstall=no

But to add drivers OEMPreinstall needs to be yes
Try it and let me know
Thanks,
Darrell Gorter[MSFT]

This posting is provided "AS IS" with no warranties, and confers no rights
--------------------
From: "Patrickm" <[email protected]>
References: <[email protected]>
<[email protected]>
<[email protected]>
<[email protected]>
Subject: Re: Unattended UPGRADE to XP
Date: Thu, 24 Feb 2005 15:08:47 -0600
Lines: 227
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
X-RFC2646: Format=Flowed; Original
Message-ID: <#[email protected]>
Newsgroups: microsoft.public.windowsxp.setup_deployment
NNTP-Posting-Host: hidden.paysbig.com 207.250.98.3
Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP1
2.phx.gbl
Xref: TK2MSFTNGXA02.phx.gbl microsoft.public.windowsxp.setup_deployment:133370
X-Tomcat-NG: microsoft.public.windowsxp.setup_deployment

Hey I got it to work!!!!!! Tried it on 2 other machines and it worked almost
flawlessly, My first test station must have had other issues. NOW my next
question is how do I slipstream in OEM drivers for networkcards and video.
The two machines that upgraded were asking me to put in the "Intel Pro Setup
Disk" after it rebooted. It was looking for "e1000b.sys" drivers. I would
like to have this be automatic. I know it can be done - just forgot how.
Thanks for all your help thus far!!

"Darrell Gorter[MSFT]" said:
Hello Patrick,
What is the first 8 digits of the PID ( located on the properties of my
computer of the installation)?
What is contained on the PID= line in the setupp.ini located in the i386
folder of the install cd\share?
Thanks,
Darrell Gorter[MSFT]

This posting is provided "AS IS" with no warranties, and confers no rights
--------------------
From: "Patrickm" <[email protected]>
References: <[email protected]>
<[email protected]>
Subject: Re: Unattended UPGRADE to XP
Date: Thu, 24 Feb 2005 13:12:25 -0600
Lines: 173
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
X-RFC2646: Format=Flowed; Original
Message-ID: <e31m#[email protected]>
Newsgroups: microsoft.public.windowsxp.setup_deployment
NNTP-Posting-Host: hidden.paysbig.com 207.250.98.3
Path:
TK2MSFTNGXA02.phx.gbl!cpmsftngxa10.phx.gbl!TK2MSFTFEED01.phx.gbl!TK2MSFTNGP0
8.phx.gbl!TK2MSFTNGP10.phx.gbl
Xref: TK2MSFTNGXA02.phx.gbl microsoft.public.windowsxp.setup_deployment:133361
X-Tomcat-NG: microsoft.public.windowsxp.setup_deployment

Gave it a try - It performed a parallel Clean Install of WindowsXP i.e. A
dual boot machine


Hello Patrick,
Oempreinstall needs to be no for upgrades
Ntupgrade needs to be set to yes.
See the example:
[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=No
NTUpgrade=Yes
TargetPath=\WINDOWS
Thanks,
Darrell Gorter[MSFT]

This posting is provided "AS IS" with no warranties, and confers no rights
--------------------
From: "Patrickm" <[email protected]>
References: <[email protected]>
<[email protected]>
Subject: Re: Unattended UPGRADE to XP
Date: Thu, 24 Feb 2005 07:27:41 -0600
Lines: 121
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
X-RFC2646: Format=Flowed; Original
Message-ID: <[email protected]>
Newsgroups: microsoft.public.windowsxp.setup_deployment
NNTP-Posting-Host: hidden.paysbig.com 207.250.98.3
Path:
TK2MSFTNGXA02.phx.gbl!cpmsftngxa10.phx.gbl!TK2MSFTFEED01.phx.gbl!TK2MSFTNGP0
8.phx.gbl!TK2MSFTNGP09.phx.gbl
Xref: TK2MSFTNGXA02.phx.gbl
microsoft.public.windowsxp.setup_deployment:133345
X-Tomcat-NG: microsoft.public.windowsxp.setup_deployment

Here is the file:

;SetupMgrTag

[Data]

AutoPartition=1

MsDosInitiated="0"

UnattendedInstall="Yes"

[Unattended]

UnattendMode=FullUnattended

OemSkipEula=Yes

OemPreinstall=Yes

TargetPath=\WINDOWS

[GuiUnattended]

AdminPassword=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

EncryptedAdminPassword=Yes

OEMSkipRegional=1

TimeZone=20

OemSkipWelcome=1

[UserData]

ProductKey=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx

FullName="company"

OrgName="company"

ComputerName=*

[Display]

BitsPerPel=32

Xresolution=1024

YResolution=768

[TapiLocation]

AreaCode=414

LongDistanceAccess="9"

[SetupMgr]

DistFolder=\\server\share\XPpro

DistShare=XPdeploy

[Identification]

JoinDomain=domain

DomainAdmin=xxxxxxxxxxxxx

DomainAdminPassword=xxxxxxxxxxxxx

[Networking]

InstallDefaultComponents=Yes

message
Hello Patrick,
What is in the unattended file?
You need an unattended file for the upgrade to not answer any
questions
manually, but the settings will determine whether this is going to
work
properly or not.
If you post the unattended file, remove the product key, passwords, or
other private information first
Thanks,
Darrell Gorter[MSFT]

This posting is provided "AS IS" with no warranties, and confers no
rights
--------------------
From: "Patrickm" <[email protected]>
Subject: Unattended UPGRADE to XP
Date: Wed, 23 Feb 2005 13:46:24 -0600
Lines: 8
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
X-RFC2646: Format=Flowed; Original
Message-ID: <[email protected]>
Newsgroups: microsoft.public.windowsxp.setup_deployment
NNTP-Posting-Host: hidden.paysbig.com 207.250.98.3
Path:
TK2MSFTNGXA02.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP1
2.phx.gbl
Xref: TK2MSFTNGXA02.phx.gbl
microsoft.public.windowsxp.setup_deployment:133297
X-Tomcat-NG: microsoft.public.windowsxp.setup_deployment

All of my client are Win2kPro, I want to an unattended upgrade to them
all
but no matter what I do the upgrade kicks off and then prompts me for
the
stupid Key Code. If I do an unattended install ( winnt32.exe
/unattend:unatttend.txt) is does a complete install making each machine
a
dual boot. How the heck can I get XP to UPGRADE my Win2k machines
without
prompting for anything???
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top