Jump to content

modifying XP's xml installation file


Sergiaws

Recommended Posts

I think there where threads about that and maybe an unattended XP forum, but now I can't find it.

As far as I know, a spanish person made an application 10 years ago that allowed you to modify the XP installation (probably the xml). Now it's very difficult to find it, even he lost the application. So, I wanted to create my own script, the thin is, what are the paramethers of the xml and where to find documentation about that XP installation xml to modify it without using NLite? Pd. I just want to completely turn the installation automatic (fully unnattended), and don't remove components, so I just wanted to know about the xml

Link to comment
Share on other sites


@Sergiaws

I think you mean the "WINNT.SIF" file. Remove ;FUI# for my code below for a full automatically installation, but you will loss the Repair option then. Also if you search for this file name then you get more commands.
https://www.windowsafg.com/winxp.html

; SetupMgrTag

[Data]
    MsDosInitiated=0

;FUI#[Unattended]
;FUI#    Repartition=No
;FUI#    WaitForReboot=No
;FUI#    OemSkipEula=Yes

[GuiUnattended]
    AdminPassword="*"
    TimeZone=020

[UserData]
    ProductKey=PD9WR-BDGBK-RPXKR-W3CK4-QHYF3
    ComputerName=*
    FullName="Unknown User"
    OrgName="Unknown Organization"

[RegionalSettings]
    LanguageGroup=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17
    SystemLocale=0409
    UserLocale=0409
    UserLocale_DefaultUser=0409
    InputLocale=0409:00000409,0409:00020409
    InputLocale_DefaultUser=0409:00020409

[Identification]
    JoinWorkgroup="WORKGROUP"

 

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