Jump to content

Unattended install stops and asks for CD-KEY


Recommended Posts

Hey folks. I'm working on my Win XP Pro w/SP2 Unattended install and i'm having some trouble. It keeps stopping to ask me for the product key. If I just type the key when it asks, it continues the automated install correctly, with no other problems, but that completely defeats the idea of an unattended install.

Here is my winnt.sif, if you see anything or can help me in any way, I would greatly appreciate it

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

[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=YES
TargetPath=\WINDOWS
FileSystem=*
UnattendSwitch="yes"
WaitForReboot="No"
DriverSigningPolicy=Ignore
KeyboardLayout="US"

[GuiUnattended]
AdminPassword=*
EncryptedAdminPassword=NO
OEMSkipRegional=1
TimeZone=35
OemSkipWelcome=1

[UserData]
ProductKey=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
FullName="USER"
OrgName=""
ComputerName=NEW

[Display]
BitsPerPel=32
Xresolution=1024
YResolution=768
Vrefresh=72

[Identification]
JoinWorkgroup=WORKGROUP

[Networking]
InstallDefaultComponents=Yes

[URL]
Home_Page=http://www.google.com

[IEPopupBlocker]
BlockPopups=Yes
FilterLevel=Low
ShowInformationBar=Yes

[GuiRunOnce]
%systemdrive%\install\start.cmd

Link to comment
Share on other sites


  • 2 weeks later...

You might also have select media with a non-select license agreement product key. I ran into this issue myself. Check to make sure the two are consistent.

Another thing you can try is to open the SETUPP.INI file in the i386 directory where your source files are located. Make sure the last three numbers of your PID are 270. This is supposed to aid in removing the prompt for a license key when doing unattended installs.

tguy

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.


×
×
  • Create New...