Jump to content

bq286

Member
  • Posts

    1
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by bq286

  1. Hey all,

    I work for a non-profit that refurbishes old computers, and as such there are sometimes extra partitions and such on computers. I want the WINNT.sif to make one partition on the drive, then format it NTFS and install Win2k automatically. The current WINNT.sif I have doesn't seem to actually format the drive, it skips through the EULA and such properly, then says 'Formatting' but never moves from 0%, and then starts copying files. So the below sort of works, but I don't think it deletes partitions/formats right:

    [Data]

    Autopartition = 1

    MsDosInitiated = 0

    UnattendedInstall = Yes

    UseWholeDisk = Yes

    [unattended]

    DriverSigningPolicy = Ignore

    ExtendOemPartition = 1

    FileSystem=ConvertNTFS

    OemPreinstall = Yes

    Repartition = Yes

    TargetPath=\WINDOWS

    UnattendMode = FullUnattended

    UnattendSwitch = Yes

    OemSkipEula = Yes

    WaitForReboot = No

    NoWaitAfterTextMode = 1

    NoWaitAfterGUIMode = 1

    NonDriverSigningPolicy = Ignore

    (and yes there is more below, but that all works right)

    Thanks in advance...

×
×
  • Create New...