Dogan Posted November 19, 2004 Posted November 19, 2004 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
jdoe Posted November 19, 2004 Posted November 19, 2004 [GuiRunOnce]"%systemdrive%\install\NetFramework\netfxsp1.exe"%systemdrive%\install\Applications\Sun Java VM\jre5.exe"%systemdrive%\install\Applications\Adobe Reader 6\acroread602.exeMaybe 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"
jbm Posted November 19, 2004 Posted November 19, 2004 Your missing closing quotation marks on you guirunonce entries.
bmn Posted November 19, 2004 Posted November 19, 2004 "%systemdrive%\install\Applications\Sun Java VM\jre5.exei solved same problem by removing spaces in betweenimean "%systemdrive%\install\Applications\SunJavaVM\jre5.exe
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now