KYPUMPER Posted May 8, 2004 Posted May 8, 2004 I am getting an invalid error on line 13 at the startup it worked until I added:OemPnPDriversPath="Drivers\000_chipset;Drivers\001_network;Drivers\002_raid\hpt3xx;Drivers\003_graphics;Drivers\004_sound;Drivers\005_modem"can someone help me with the syntax error thanks sorry for being such a noob great site here.;SetupMgrTag[Data] AutoPartition=0 MsDosInitiated="0" UnattendedInstall="Yes"[unattended]UnattendMode=FullUnattendedOemSkipEula=YesOemPreinstall=YesUnattendSwitch="yes"TargetPath=\WINDOWSFileSystem=* DriverSigningPolicy=IgnoreOemPnPDriversPath="Drivers\000_chipset;Drivers\001_network;Drivers\002_raid\hpt3xx;Drivers\003_graphics;Drivers\004_sound;Drivers\005_modem"[GuiUnattended] AdminPassword=* EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=35 OemSkipWelcome=1[userData] ProductID=*****-*****-*****-*****-***** FullName="Default" OrgName="" ComputerName=default[branding]BrandIEUsingUnattended=YesHome_Page=http://www.google.com[identification] JoinWorkgroup=WORKGROUP[Networking] InstallDefaultComponents=Yes[shell]DefaultStartPanelOff = YesDefaultThemesOff = Yes[GuiRunOnce]%systemdrive%\install\start.cmd
FrankE9999 Posted May 8, 2004 Posted May 8, 2004 Check the Windows XP SP1a Corporate Deployment Tools http://www.microsoft.com/WindowsXP/pro/dow...deploytools.asp The ref.chm, deploy.chm files located in the cab file document the unattended install process.The only difference I can see between this and my unattended install CD and this one is that you put quotes around the driver path.
KYPUMPER Posted May 8, 2004 Author Posted May 8, 2004 I am getting an invalid error on line 51 at the startup looks like the [GUIRUNONCE]can someone help me with the syntax error thanks sorry for being such a noob great site here.;SetupMgrTag[Data] AutoPartition=0 MsDosInitiated="0" UnattendedInstall="Yes" [unattended]UnattendMode=FullUnattendedOemSkipEula=YesOemPreinstall=YesUnattendSwitch="yes"TargetPath=\WINDOWSFileSystem=* DriverSigningPolicy=IgnoreOemPnPDriversPath="Drivers\000_chipset;Drivers\001_network;Drivers\002_raid\hpt3xx;Drivers\003_graphics;Drivers\004_sound;Drivers\005_modem" [GuiUnattended] AdminPassword=* EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=35 OemSkipWelcome=1 [userData] ProductID=*****-*****-*****-*****-***** FullName="Default" OrgName="" ComputerName=default [branding]BrandIEUsingUnattended=Yes [url]Home_Page=http://www.google.com [identification] JoinWorkgroup=WORKGROUP [Networking] InstallDefaultComponents=Yes [shell]DefaultStartPanelOff = YesDefaultThemesOff = Yes [GuiRunOnce]%systemdrive%\install\start.cmd
KYPUMPER Posted May 8, 2004 Author Posted May 8, 2004 Line 13 is fixed now not sure what I did but thanks for the link I am having problems with the last line now
Alanoll Posted May 8, 2004 Posted May 8, 2004 you know, you didn't ahve to start two threads for the same file. Could have jsut said now I have an error at line 51 as well. Also, remember to use CODE tags, it makes it alot prettier. I already edited your post.Edit::ahhh, that joys of READING THE MANUALImportantYou must put each command line in quotation marks.
KYPUMPER Posted May 8, 2004 Author Posted May 8, 2004 sorry bout that Alanoll will do next time Im a newbie
KYPUMPER Posted May 9, 2004 Author Posted May 9, 2004 has to be my OEMPNPDriversPath I tokk it out and Winnt.sif had no errors I will keep at it till I get it figured out but thanks for the help everyone I appreciate it
stebie Posted May 9, 2004 Posted May 9, 2004 TryOemPnPDriversPath="Drivers\000_chipset";"Drivers\001_network";"Drivers\002_raid\hpt3xx";"Drivers\003_graphics";"Drivers\004_sound";"Drivers\005_modem"if you must. How I see it, the quotes are used to specify one path when spacing is present. So, if you must use quotes, use them around each specific path only and not all paths combined.Also, as suggested earlier, you can do without quotes as none as the paths you've stated include spaces.- stebie
Alanoll Posted May 9, 2004 Posted May 9, 2004 i don't see anything wrong with that line.If i counted correctly, line thirteen is....FileSystem=*try to remove that before you do what stedie said.
stebie Posted May 9, 2004 Posted May 9, 2004 He made a note that it only started occurring when he added the OemPnPDriversPath option.I'm using FileSystem=* in my winnt.sif file and have no problems. However, I'm not using the OemPnPDriversPath option in mine.I think the issue could be with both. Maybe it's expecting to use a file system that allows for semi-colons in path names (which doesn't exist), therefore reports an error at the first line out of FileSystem and OemPnPDriversPath?Just an idea. The semi-colon is used as a separator for paths, so quoting the whole line is going to make it think the path is inclusive of those semi-colons.Still working with FileSystem, try usingFileSystem=LeaveAlonehowever, personally I don't think the issue is with FileSystem.- stebie
Alanoll Posted May 9, 2004 Posted May 9, 2004 stebie, you do know how OEMPnPDriversPath works right?the ; seperates the paths in a registry key. Windows they goes through it recursivly scanning each directory, and assign %systemdrive% to the path up to each semicolon. The semicolon never gets included.He could always try to take out DriverSigningPolicy, he was bound to include that at the same time as OEMPnpDriversPath
KYPUMPER Posted May 10, 2004 Author Posted May 10, 2004 I am going to remove the quotes and retest post my results later
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