Jump to content

minimal winnt.sif for portuguese XP


Recommended Posts

Hi, i'm new here

i want to make a minimal winnt.sif file just for ProductKey, SkipEula and remove windows messenger and msn explorer.

i'm using windows xp (portuguese version) sp2 slipstreamed with nLite.

Can anyone give me a example of the winnt.sif?

Greetings from portugal! :D:D

Link to comment
Share on other sites


Hi there,

1. Just copy and paste the below into notepad:

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

[Unattended]
   UnattendMode=FullUnattended
   Repartition=No
   FileSystem=*
   OemSkipEula=Yes

[GuiUnattended]
   OemSkipWelcome=1
   OEMSkipRegional=1

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

[Components]
   msmsgs=off
   WMAccess=off
   msnexplr=off

(this is the minimal set according to what you asked, with values which will ensure that it won't fail)

2. Replace the "XX" characters above, with your actual key.

3. Save it as a plain-text file - name it "winnt.txt".

4. Rename the file to "winnt.sif".

5. Put this file in I386 folder.

That's it. Boot up from the CD, and the things you wanted to be pre-filled will be automatically taken from above. And setup will ask you for the things left un-specified in the above set.

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...