Jump to content

HOW TO: Minimal WINNT.SIF - Product Key ONLY


Recommended Posts

Situation: You want a generic Windows XP installation CD that has all the screens intact for entering user and computer information, partitioning and formatting your drive(s) and the options for repairing Windows installations, but you are tired of typing the product key in each time you install Windows XP

Solution: Use the following WINNT.SIF files

XP SP2 slipstreamed CD

[Data]MsDosInitiated="0"

UnattendedInstall="Yes"

[userData]

ProductID=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx

XP SP1 slipstreamed CD

[Data]MSDosInitiated=0

UnattendedInstall=Yes

[userData]

ProductKey="xxxxx-xxxxx-xxxxx-xxxxx-xxxxx"

kind of silly that Microsoft places such emphasis on where you use quotes in an unattended setup answer file... this drove me nuts for a few days, until I finally got it right, with some help from people in this forum. so hopefully, this will save someone else a lot of time and headaches

Link to comment
Share on other sites


**** that didn't work for me, it's still asking for my serial. My windows xp cd is slipstreamed with sp2. This is my winnt.sif. Can someone see what's wrong?

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

[Unattended]
OemPnPDriversPath="drivers\000_chipset;drivers\001_netwerk;drivers\002_monitor;drivers\003_nvidia"
DriverSigningPolicy=Ignore
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=yes
UnattendSwitch="yes"
TargetPath=\WINDOWS
WaitForReboot="No"

[GuiUnattended]
AdminPassword="1234"
EncryptedAdminPassword=NO
AutoLogon=Yes
OEMSkipRegional=1
TimeZone=110
OemSkipWelcome=1

[UserData]
ProductID=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
FullName="mekker"
OrgName="test"
ComputerName=blaat

[Display]
BitsPerPel=32
Xresolution=1280
Yresolution=1024
Vrefresh=85


[GuiRunOnce]
%systemdrive%\install.cmd

[Branding]
BrandIEUsingUnattended=Yes

[URL]
Home_Page=www.google.nl
Search_Page = www.google.nl

[Proxy]
Proxy_Enable=0
Use_Same_Proxy=1

[Identification]
JoinWorkgroup=bliep

I tried: Productkey with/without quotes

productid with/without quotes

Link to comment
Share on other sites

i hope you can help me, I used this winnt.sif

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

[Unattended]
   UnattendMode=FullUnattended
   OemSkipEula=Yes
   OemPreinstall=No

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

[UserData]
   ProductKey=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
   FullName="mekker"
   OrgName="aap"
   ComputerName=Dianeman

[Identification]
   JoinWorkgroup=familie

[Networking]
   InstallDefaultComponents=Yes

It's asking for my productkey. If i type it in the installation continues. The winnt.sif has been read because the Fullname and orgname are applied. What's wrong with the winnst.sif !!!

Link to comment
Share on other sites

i tried

ProductKey=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx

ProductKey="xxxxx-xxxxx-xxxxx-xxxxx-xxxxx"

ProductID=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx

ProductID="xxxxx-xxxxx-xxxxx-xxxxx-xxxxx"

nothing worked, the serial is valid.

My pid id ends at 270

Link to comment
Share on other sites

  • 4 years later...

This is the minimum you need for SP3


[Data]
MsDosInitiated=0
UnattendedInstall="Yes"

[Unattended]
UnattendMode=ProvideDefault

[UserData]
ProductKey="XXXXX-XXXXX-XXXXX-XXXXX-XXXXX"

ProductKey and UnattendedInstall can be with or without quotes.

Edited by -X-
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...