Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

confusion in winnt.sif.......

Featured Replies

hi :hello:

i have a problem in my answer file...........

only this portion i want to do it manually :

during the textmode portion of the setup process at the place where setup detects the partitions existing in the drive and prompts to select the partition where to install the os.previously after selecting the partition i used to get a screen prompting me to format the drive having 4 options quick format - ntfs , fat and full format - ntfs , fat.i want to do this process manually.

but now whem i use the answer file after the partition selection i do not get any option to format but what i get is a screen which says me to delete the existing folder or name any other folder but i dont want this i want to have the option to format the partition

this is a portion of my winnt.sif :

[Data]

AutoPartition=0

MsDosInitiated="0"

UnattendedInstall="Yes"

[unattended]

UnattendMode=FullUnattended

OemSkipEula=Yes

OemPreinstall=Yes

TargetPath=\WINDOWS

UnattendSwitch="yes"

WaitForReboot="No"

DriverSigningPolicy=Ignore

DisableDynamicUpdates=No

Hibernation=1

KeyboardLayout="United Kingdom"

i think that there is a problem in this portion. any help please.......... :thumbup

Edited by abbhishek

I think you missed this:

[Unattended]
Repartition=No

  • Author
I think you missed this:

[Unattended]
Repartition=No

evwn after adding this line the prob isint solved

Well try this setup, It just worked in virtual PC2007, gave me option to delete, create, and format

[Data]

Autopartition=0

UnattendedInstall="Yes"

MsDosInitiated=No

[unattended]

UnattendMode=FullUnattended

UnattendSwitch="Yes"

OemSkipEula="Yes"

FileSystem=*

WaitForReboot="No"

NoWaitAfterTextMode=1

NoWaitAfterGUIMode=1

DriverSigningPolicy=Ignore

NonDriverSigningPolicy=Ignore

Hibernation="Yes"

OemPreinstall=Yes

KeyboardLayout="United Kingdom"

the main thing you need is these two.

If you prefer to manually choose a partition during text-mode setup with full control on choice of file system, then make sure you have these lines set as they are under the [Data] and [unattended] sections in winnt.sif:

[Data]

AutoPartition=0

[unattended]

FileSystem=*

Edited by nfiniteFX

  • 2 weeks later...
  • Author

THANK YOU all everybody for the help :thumbup

especially @nfiniteFX for the filesystem=*

this was what i was missing and now the problem is solved :lol:

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.