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.

Line 49 is invalid

Featured Replies

This is my first unattended cd, and it's not working. When I go to install windows, I get this error: "Line 49 of the INF file \i386\winnt.sif is invalid" Can anyone find any problems in it?

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

[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=No
TargetPath=\WINDOWS
OemPnPDriversPath="Drivers\000_monitor"
DriverSigningPolicy=Ignore

[GuiUnattended]
AdminPassword=*
EncryptedAdminPassword=NO
OEMSkipRegional=1
TimeZone=20
OemSkipWelcome=1

[UserData]
ProductKey=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
FullName="Adam"
OrgName="(none)"
ComputerName=THEBEAST

[TapiLocation]
CountryCode=1

[RegionalSettings]
LanguageGroup=1
Language=00000409

[Identification]
JoinWorkgroup=MSHOME

[Networking]
InstallDefaultComponents=Yes

[GuiRunOnce]
%systemdrive%\install\services.cmd
%systemdrive%\install\wmp10.cmd
%systemdrive%\install\winrar.cmd
%systemdrive%\install\firefox.cmd
%systemdrive%\install\tweak.cmd
%systemdrive%\install\events.cmd
%systemdrive%\install\mp3tag.cmd
%systemdrive%\install\Applications\Real Alternative\realalt.bat
%systemdrive%\install\Applications\Quicktime Alternative\qtalt.bat
%systemdrive%\install\ccleaner.cmd

[Shell]
CustomDefaultThemeFile = "%WinDir%\Resources\Themes\Royal.theme"

And where exactly is line 49?

Thanks,

hXcPlayr


This is my first unattended cd, and it's not working. When I go to install windows, I get this error: "Line 49 of the INF file \i386\winnt.sif is invalid" Can anyone find any problems in it?

And where exactly is line 49?

If i paste your code, as is, into my text editor, I get this as line 49:

%systemdrive%\install\Applications\Real Alternative\realalt.bat

So I would assume there is a problem with that line...possibly the file is missing or the folder structure is misnamed on the CD?

  • Author

I'll check that right now.

EDIT: Everything looks right

Do these lines need to be in quotation marks?

%systemdrive%\install\services.cmd
%systemdrive%\install\wmp10.cmd
%systemdrive%\install\winrar.cmd
%systemdrive%\install\firefox.cmd
%systemdrive%\install\tweak.cmd
%systemdrive%\install\events.cmd
%systemdrive%\install\mp3tag.cmd
%systemdrive%\install\Applications\Real Alternative\realalt.bat
%systemdrive%\install\Applications\Quicktime Alternative\qtalt.bat
%systemdrive%\install\ccleaner.cmd

Edited by hXcPlayr

Do these lines need to be in quotation marks?

The two lines with spaces in them should be in quotation marks so you code should be like this:

"%systemdrive%\install\Applications\Real Alternative\realalt.bat"
"%systemdrive%\install\Applications\Quicktime Alternative\qtalt.bat"

Hope this will fix your problem. :)

you may wish to look at this line as well, even though it it isn't directly associated with your issue

oempreinstall=no

should be

oempreinstall=yes

otherwise your line referencing youe own drivers won't be used, it will use winxp only ones

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.