MSFN Forum: winnt.sif - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

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

winnt.sif how Rate Topic: -----

#1 User is offline   digerati 

  • Newbie
  • Group: Members
  • Posts: 15
  • Joined: 23-December 03

Posted 24 December 2003 - 08:52 AM

How do you make the winnt.sif autoformat the drive?

My autoinstall always stops and asks about formatting the partition.

I want it to never stop. To boot with cd , go to walmart or something, and come back ot a desktop.


#2 User is offline   maxXPsoft 

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

Posted 24 December 2003 - 09:00 AM

Change these portions of following

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

[Unattended]
AutoActivate="no"
CrashDumpSetting="0"
DisableDynamicUpdates=Yes
DriverSigningPolicy="Ignore"
FileSystem=NTFS
Hibernation=0
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=Yes
Repartition=Yes
TargetPath=\WINDOWS
UnattendSwitch="yes"

Note: You need to add this also, I'd recommend using Bored's WINNTSIF.exe and add that. That way it don't stop and ask to add a user.

[UserData]
ProductKey=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
FullName=ThatsMe
OrgName=MyPC
ComputerName=ItsaPC

#3 User is offline   XL-DJK 

  • XL-DJK Recordings Inc.2010 All Rights Reserved
  • PipPip
  • Group: Members
  • Posts: 249
  • Joined: 13-November 03
  • OS:none specified
  • Country: Country Flag

Posted 24 December 2003 - 10:31 AM

:excited: Here also is a winnt.sif file that I use. Has NO problems and is a complete unattended setup. Also repartitions, formats in NTFS.:excited:

Just copy and paste into notepad and save as winnt.sif
;SetupMgrTag

[Data]
AutoPartition=1
MsDosInitiated="0"
UnattendedInstall="Yes"

[Unattended]
Unattendmode=FullUnattended
OemSkipEula=Yes
OemPreinstall=Yes
OemSkipWelcome=1
TargetPath=\WINDOWS
Repartition=Yes
UnattendSwitch="No"
WaitForReboot="Yes"
DriverSigningPolicy=Ignore
OemPnPDriversPath="Drivers\Catalyst3_7"

[GuiUnattended]
TimeZone=35
AdminPassword=*
AutoLogon=Yes
AutoLogonCount=1
EncryptedAdminPassword=NO
OEMSkipRegional=1
OemSkipWelcome=1

[UserData]
FullName="Steven Jedrasik"
OrgName="XL-DJK Recordings Inc."
ComputerName="XL-DJKAMD1200D"
ProductKey=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX

[Display]
BitsPerPel=32
Xresolution=1024
YResolution=768
Vrefresh=75

[TapiLocation]
CountryCode=107
Dialing=Tone
AreaCode=905


[RegionalSettings]
LanguageGroup=1
SystemLocale=00001009
UserLocale=00001009
InputLocale=1009:00000409

[Identification]
JoinWorkgroup=WORKGROUP

[Networking]
InstallDefaultComponents=Yes

[Branding]
BrandIEUsingUnattended=Yes

[URL]
Home_Page=http://www.MSFN.org/

[Components]
msmsgs=off
msnexplr=off
accessopt=off
Calc=On
Charmap=On
Clipbook=off
Chat=off
Dailer=off
Fax=off
Media_utopia=off
Templates=On
Vol=On
WMAccess=On
WMPOCM=On
Wms=On
Zonegames=Off


[GuiRunOnce]
%systemdrive%\install\main_batch.cmd
%systemdrive%\install\hotfixes.cmd
%systemdrive%\install\applications.cmd

:) Whatever is in bold is what you need to replace with your own information :rolleyes:

#4 User is offline   mmarable 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 377
  • Joined: 01-November 03

Posted 24 December 2003 - 11:23 AM

Just a warning, this will have setup grab the first available drive and install it there. If you have multiple drives it will likely grab the second drive and install it. I ran into that when I first started trying this.

I guess is found my old install on C: and found D: available. When the install was finished I had a dual boot machine that would either boot my old install, or the new one.

It didn't format the drive, so I didn't lose any data. Just something to keep in mind when doing this.

Mike

#5 User is offline   XL-DJK 

  • XL-DJK Recordings Inc.2010 All Rights Reserved
  • PipPip
  • Group: Members
  • Posts: 249
  • Joined: 13-November 03
  • OS:none specified
  • Country: Country Flag

Posted 24 December 2003 - 11:45 AM

I have two drives as well..........my C drive is NTFS and my D drive is FAT32.when I tell it to install it goes for an NTFS system first before it goes to FAT32.I personally haven't had that issue where it's automatically gone on the D drive, but, hey, different parameters, different results :)

#6 User is offline   mmarable 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 377
  • Joined: 01-November 03

Posted 25 December 2003 - 10:18 PM

I couldn't tell you exactly what I had set up, but the first try I had at the unattended ended badly.

Just a heads up to think through all your settings, or at least the ones that could possibly erase a drive.

#7 User is offline   neophyte 

  • *Purrrr*
  • PipPipPip
  • Group: Members
  • Posts: 395
  • Joined: 20-August 03

Posted 26 December 2003 - 02:57 AM

Actually, if you use the REPARTITION=YES option, it should delete all partitions on the first disk and recreate a whole new one using NTFS.

This is from REF.CHM
Repartition
Value:Yes | No

Specifies whether all partitions on the first drive on the client computer are deleted and the drive reformatted with the NTFS file system.

 Important

Repartition is valid only when performing an unattended Setup by booting the computer from the Windows product CD.


#8 User is offline   XL-DJK 

  • XL-DJK Recordings Inc.2010 All Rights Reserved
  • PipPip
  • Group: Members
  • Posts: 249
  • Joined: 13-November 03
  • OS:none specified
  • Country: Country Flag

Posted 26 December 2003 - 08:43 PM

:) Absolutely..you should study the REF.CHM section very closely :D






:rolleyes:

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 - 2011 msfn.org
Privacy Policy