Jump to content

Control Text Install / Automate GUI install


Recommended Posts

I recently created a unattended CD which worked as planned ... except one part. I already had windows xp installed on the current hard drive and instead of prompting me to format the drive or create partitions, it simply created a second instilation of XP. Now, when I boot, I have to choose which OS to boot. I really wanted to install xp by removing the old copy and starting fresh. So, how can I control the text installation, but still automate the GUI installation? make sense? is this possible or no? i tried searching but didn't find anything or didn't look in the right place. thanks in advance!

I think I found what I was looking for under the data section of winnt.sif ...

if I change the autopartion value to 0 it should ask me which drive to install, format options and so on, correct?

Edited by stuntdawg
Link to comment
Share on other sites


Im using this to automaticly remove all other partitions and make one big partition:

[Data]

Autopartition = 1

[unattended]

Repartition = yes

FileSystem = *

[Disk.Config]

Disk1="Disk1.config"

[Disk1.config]

Size1="3000"

PartitionType1="primary"

FileSystem1="ntfs"

Quickformat1="yes[Data]"

I hope this helps someone else :-)

NOTE: THIS WILL NOT MAKE A 3GB PARTITION! IT WILL FILL OUT ALL AVAILABLE SPACE!

Link to comment
Share on other sites

are there anyway to make the cd just format c: partition and make a new install without any promt or choice?

so i can just click on 1 button(on the start"click to boot with the CD) to install the whole window without any other things...

Edited by Vingen
Link to comment
Share on other sites

if I change the autopartion value to 0 it should ask me which drive to install, format options and so on, correct?

Autopartition doesn't even need to be there. Remove it altogether but add the following;

[unattended]

Repartition = "No"

You should get options then. You said that everything else worked fine so I'm assuming that all other entries are correct for unattendend installation.

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