MSFN Forum: Make WinNT.sif delete partitions, format NTFS, install automatically - MSFN Forum

Jump to content


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Make WinNT.sif delete partitions, format NTFS, install automatically Current config doesn't seem to format Rate Topic: -----

#1 User is offline   bq286 

  • Group: Members
  • Posts: 1
  • Joined: 15-September 05

Posted 31 January 2006 - 01:33 PM

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


#2 User is offline   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,752
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 01 February 2006 - 09:47 AM

I done this once awhile back, you have too many invalid entries.

UseWholeDisk - Valid only for RIPrep (Remote Installer Preparation) images

FileSystem=ConvertNTFS - Don't think you need that with the
Repartition = Yes >> Deletes all partitions on the first drive and reformats the drive with NTFS.

So to sum it up I think you only need these 2 entries and not the others I mentioned
Autopartition = 1
Repartition = Yes
of course with your others

This post has been edited by maxXPsoft: 01 February 2006 - 09:48 AM


#3 User is offline   Express 

  • Express
  • PipPip
  • Group: Members
  • Posts: 159
  • Joined: 08-August 05

Posted 01 February 2006 - 10:04 AM

This is part of my winnt.sif and it works fine, it reformats the drive and only adds one partition.

Good Luck.

;SetupMgrTag
[Data]
AutoPartition=0
MsDosInitiated="0"
UnattendedInstall="Yes"
AutomaticUpdates=No

[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=Yes
TargetPath=\WINDOWS
OemPnPDriversPath="Drivers\000_chipset_dc5000_d530_evo;\Drivers\010_broadcom_nic;\Drivers\011_intel_pro100;\Drivers\012_intel_pro1000;\Drivers\020_intel_graphics;Drivers\021_nvidia_graphics;\Drivers\022_ati_graphics;\Drivers\023_color_grapics;\Drivers\030_ADI_audio;Drivers\031_SoundMax"
DriverSigningPolicy=Ignore
UnattendSwitch = Yes
Repartition = Yes
FileSystem = convertNTFS
ExtendOemPartition = 1, NoWait

[GuiUnattended]
AdminPassword=BLAHBLAHBLAH
EncryptedAdminPassword=Yes
AutoLogon=Yes
AutoLogonCount=2
OEMSkipRegional=1
TimeZone=35
OemSkipWelcome=1

[Display]
BitsPerPel=32
Xresolution=1024
Yresolution=768
Vrefresh=75
AutoConfirm=1

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy