Jump to content

unattended installation


strider_D_3000

Recommended Posts


is the thing i want FileSystem?

is it suppose to give me the options of formating and converting to ntfs?

it is so confusing

so far i have this:

;SetupMgrTag

[Data]

AutoPartition=1

MsDosInitiated="0"

UnattendedInstall="Yes"

[unattended]

UnattendMode=FullUnattended

OemSkipEula=Yes

OemPreinstall=No

Repartition=No (<---yes??? or no?? i have no idea if it will format and on the ref.chm they say this Repartition is valid only when performing an unattended Setup is it a good thing? lol)

UnattendSwitch="yes"

WaitForReboot="No"

Link to comment
Share on other sites

AutoPartition=0 it will prompt you for the size of the partitions.

Repartition=No will prompt you for which Filesystem to use. You cannot automatically use FAT32 just NTFS.

UnattendSwitch="yes" Will avoid the "lets spend a few moments setting up your computer"

WaitForReboot="No" This will not prompt the 15 second before rebooting.

So, by setting AutoPartition at 0 and Repartition at No, you will be prompted for choosing a partition to install to, and the filesystem you want. Although, I've discovered that this will only prompt you when you first delete the partition and then recreate it. This shouldn't be a problem since the partition size will remain the same, and you're doing a clean install. Other partitions that exist on your system (i.e. for backup purposes) won't be affected in any way. :)

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