eliphilet Posted September 14, 2004 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
Daimao Posted September 14, 2004 Posted September 14, 2004 you probably entered an invalied key or made a typo
eliphilet Posted September 14, 2004 Author 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.
koszopal Posted September 15, 2004 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
buletov Posted September 15, 2004 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
tguy Posted September 24, 2004 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now