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.

Alternative Boot folders

Featured Replies

I have followed the instructions on the flyakite website, and all my alternatives boot, but they don't seem to read the winnt.sif files, because nothing is automated, even when I have them set for unattended.

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

[Unattended]
   UnattendMode=FullUnattended
   OemSkipEula=Yes
   OemPreinstall=No
   TargetPath=\WINDOWS
UnattendSwitch="yes"
WaitForReboot="No"
DriverSigningPolicy=Ignore

[GuiUnattended]
   AdminPassword=<encrypted password>
   EncryptedAdminPassword=Yes
   AutoLogon=Yes
   AutoLogonCount=1
   OEMSkipRegional=1
   TimeZone=35
   OemSkipWelcome=1

[UserData]
   ProductID=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
   FullName="Andrew"
   OrgName="All in One DVD XP Pro"
   ComputerName=*

[Identification]
   JoinWorkgroup=WORKGROUP

[Networking]
   InstallDefaultComponents=Yes

[Components]
msmsgs=off
msnexplr=off
zonegames=off
AutoUpdate = off
Dialer = off
Hypertrm = Off

[Shell]
DefaultStartPanelOff = Yes
DefaultThemesOff = Yes

[IEPopupBlocker]
BlockPopups=Yes
FilterLevel=Medium
ShowInformationBar=No

[WindowsFirewall]
Profiles = WindowsFirewall.TurnOffFirewall

[WindowsFirewall.TurnOffFirewall]
Mode = 0

If anything is obvious, please let me know, because my DVD is so close to working.

TIA

Two things. First, change this:

OemPreinstall=No

to:

OemPreinstall="Yes"

Second, do you have the winnt.sif in your I386 directory, or your boot directory in the root of your drive?

  • Author

Well, it's a multiboot disc, so the guide says to put it in the boot folder for that option. I don't want this one to do an OEM Preinstall, but should I still make that switch "yes" and just not have an $oem dir in parallel?

EG.

root

----pro1

-------no winnt.sif

----pro2

-------winnt.sif with Unattended, but not OEM Pre

----pro3

-------winnt.sif with Unattended and OEM Pre

----hom1

----hom2

----setup

--------xp

-----------pro

--------------i386

-----------home

--------------i386

Ah, ok. I think I understand. Though you'll probably need to have more directories if you plan on having a preinstall and setup on the same disc. Even if you don't do a preinstall, the $OEM$ directory is parsed. And it must be in the same directory as i386. So you'll need a preinstall directory and non-preinstall directory for each version of Windows (one with and one without a $OEM$ directory). Everything else seems to be in the right place though, so I'm not sure why your winnt.sif isn't being parsed.

Check that it's not named winnt.sif.txt :blink:

  • Author

Just an update. It ended up that the reason it wasn't parsing the winnt.sif was because I forgot to hex edit the SETUPLDR.BIN to point to the new boot folders. Now it seems to be working fine. Thanks for the help though.

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.