eliphilet Posted September 14, 2004 Share Posted September 14, 2004 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=0MsDosInitiated="0"UnattendedInstall="Yes"AutomaticUpdates=yes[Unattended]UnattendMode=FullUnattendedOemSkipEula=YesOemPreinstall=YESTargetPath=\WINDOWSFileSystem=*UnattendSwitch="yes"WaitForReboot="No"DriverSigningPolicy=IgnoreKeyboardLayout="US"[GuiUnattended]AdminPassword=*EncryptedAdminPassword=NOOEMSkipRegional=1TimeZone=35OemSkipWelcome=1[UserData]ProductKey=XXXXX-XXXXX-XXXXX-XXXXX-XXXXXFullName="USER"OrgName=""ComputerName=NEW[Display]BitsPerPel=32Xresolution=1024YResolution=768Vrefresh=72[Identification]JoinWorkgroup=WORKGROUP[Networking]InstallDefaultComponents=Yes[URL]Home_Page=http://www.google.com[IEPopupBlocker] BlockPopups=YesFilterLevel=LowShowInformationBar=Yes[GuiRunOnce]%systemdrive%\install\start.cmd Link to comment Share on other sites More sharing options...
Daimao Posted September 14, 2004 Share Posted September 14, 2004 you probably entered an invalied key or made a typo Link to comment Share on other sites More sharing options...
eliphilet Posted September 14, 2004 Author Share Posted September 14, 2004 Like I said, if I type the key in, it works fine. Also, i have tried it with and without quotes and i have also tried multiple keys. Link to comment Share on other sites More sharing options...
koszopal Posted September 15, 2004 Share Posted September 15, 2004 ive got same change...[userData]ProductKey=XXXXX-XXXXX-XXXXX-XXXXX-XXXXXFullName="USER"OrgName=""ComputerName=NEW..to ...[UserData]ProductID=XXXXX-XXXXX-XXXXX-XXXXX-XXXXXFullName="USER"OrgName=""ComputerName=NEW..koszopal Link to comment Share on other sites More sharing options...
buletov Posted September 15, 2004 Share Posted September 15, 2004 or simply to be sure add both:[UserData]ProductKey=XXXXX-XXXXX-XXXXX-XXXXX-XXXXXProductID=XXXXX-XXXXX-XXXXX-XXXXX-XXXXXFullName="USER"OrgName=""ComputerName=NEW Link to comment Share on other sites More sharing options...
Anderz Posted September 15, 2004 Share Posted September 15, 2004 And use quotes dudes.... Link to comment Share on other sites More sharing options...
tguy Posted September 24, 2004 Share Posted September 24, 2004 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 More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now