Jump to content

Recommended Posts

Posted

When trying to install I get the following error.

Line 32 of INF file \i386\winnt.sif is invalid. Setup cannot continue.

Can anybody please tell me what I did wrong? Thanx!

Line 0

;

; Generated by nLite 0.99.4 beta 2

;

[Data]

MsDosInitiated = 0

UnattendedInstall = Yes

[unattended]

UnattendSwitch = No

OemPreinstall = Yes

OemPnPDriversPath="Drivers\006\FASTTRAK"

OemSkipEula = Yes

FileSystem = *

WaitForReboot = No

TargetPath = "\Windows"

DriverSigningPolicy = Ignore

NonDriverSigningPolicy = Ignore

Hibernation = No

[systemFileProtection]

SFCQuota = 0

[GuiUnattended]

AutoLogon = Yes

AdminPassword = *

TimeZone = 110

OEMSkipRegional = 1

OemSkipWelcome = 1

[GuiRunOnce]

"%systemdrive%\install\NetFramework\netfxsp1.exe

"%systemdrive%\install\Applications\Sun Java VM\jre5.exe

"%systemdrive%\install\Applications\Adobe Reader 6\acroread602.exe

[userData]

ProductKey = "XXXetc"

ComputerName = "PC-DOGAN"

FullName = "Dogan"

[RegionalSettings]

Language = 0809


Posted
[GuiRunOnce]

"%systemdrive%\install\NetFramework\netfxsp1.exe

"%systemdrive%\install\Applications\Sun Java VM\jre5.exe

"%systemdrive%\install\Applications\Adobe Reader 6\acroread602.exe

Maybe you forgot a quote at the end of these lines

[GuiRunOnce]
"%systemdrive%\install\NetFramework\netfxsp1.exe"
"%systemdrive%\install\Applications\Sun Java VM\jre5.exe"
"%systemdrive%\install\Applications\Adobe Reader 6\acroread602.exe"

Posted

"%systemdrive%\install\Applications\Sun Java VM\jre5.exe

i solved same problem by removing spaces in between

imean "%systemdrive%\install\Applications\SunJavaVM\jre5.exe

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...