Jump to content

Unattended Xp Clean Install On Blank System


Recommended Posts

I've made a slipstreamed sp2 xp disk with a unattended install. It works fine as long as i have a OS installed. What I would like to know is how do I do an unattended install on a system without an OS installed?

Link to comment
Share on other sites


Here is a copy of my winnt.sif and my winnt.bat files the bat file has a referance to the winnt32 file which will not work under DOS. I dont know how to use the switches to do the unattended install using the winnt file which is used to install a clean system.

Link to comment
Share on other sites

Here is a copy of my winnt.sif and my winnt.bat files the bat file has a referance to the winnt32 file which will not work under DOS. I dont know how to use the switches to do the unattended install using the winnt file which is used to install a clean system.

Winnt.sif

;SetupMgrTag

[Data]

MsDosInitiated="0"

UnattendedInstall="Yes"

AutoPartition=1

[unattended]

UnattendMode=FullUnattended

UnattendSwitch=Yes

OemPreinstall=No

OemSkipEula=Yes

FileSystem=*

WaitForReboot=No

TargetPath=\Windows

DriverSigningPolicy=Ignore

NonDriverSigningPolicy=Ignore

Hibernation=No

[systemFileProtection]

SFCQuota=0

[GuiUnattended]

AutoLogon=Yes

TimeZone=4

OEMSkipRegional=1

OemSkipWelcome=1

AdminPassword=*

EncryptedAdminPassword=NO

AutoLogonCount=1

[userData]

ProductKey=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX

FullName="User"

OrgName=""

ComputerName=Computer

[RegionalSettings]

LanguageGroup=1

[TapiLocation]

CountryCode=1

[identification]

JoinWorkgroup=WORKGROUP

[Networking]

InstallDefaultComponents=Yes

Winnt.bat

@rem SetupMgrTag

@echo off

rem

rem This is a SAMPLE batch script generated by Setup Manager.

rem If this script is moved from the location where it was generated, it may have to be modified.

rem

set AnswerFile=.\WINNT.SIF

set SetupFiles=E:\i386

E:\i386\winnt32 /s:%SetupFiles% /unattend:%AnswerFile% /copysource:lang

Link to comment
Share on other sites

You do not need the batch file. Just place your winnt.sif file in your i386 folder and then you simply make an ISO and then burn. Then enter CD in PC and it will install windows using your winnt.sif file above. Assuming you have your PC to boot from CD. ;)

Link to comment
Share on other sites

if you really want to test that it works on a system with no OS, then boot to knoppix and use one of the utils to manually change the MBR to 1010.... then it will act just like a hd with notheing on it!!

By, the way, dont do that unless you REALLY know what you are doing. BUT, I have done this and the install stilll works.

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