Joshu Posted May 1, 2006 Posted May 1, 2006 (edited) I imagine this is a really basic problem, and that I'm just missing the easy solution. But I've already wrestled and eventually fixed a bunch of other annoyances and roadblocks in the past two nights, and the frustration is starting to sink in. So please help me to spot the obvious mistake.I'm testing my ISO on VMWare, which worked fine in my previous "builds". But now I get the following error when the Windows XP setup checks the drive after a partition creation."Setup cannot create the folder:\C:"Here's my WINNT.SIF file.; Generated by nLite 1.0 RC7[Data]Autopartition = 0MsDosInitiated = 0UnattendedInstall = "Yes"[unattended]UnattendMode = ProvideDefaultUnattendSwitch = "Yes"OemPreinstall = "Yes"OemSkipEula = "Yes"TargetPath=\WindowsProgramFilesDir = "C:\Programmes"CommonProgramFilesDir = "C:\Windows\Common Files"FileSystem = *WaitForReboot = "No"NoWaitAfterTextMode = 1NoWaitAfterGUIMode = 1DriverSigningPolicy = IgnoreNonDriverSigningPolicy = IgnoreHibernation = "No"AutoActivate = "Yes"KeyboardLayout="United Kingdom"[Display]Xresolution = 1024Yresolution = 768BitsPerPel = 32Vrefresh = 75[GuiUnattended]AutoLogon = "Yes"EncryptedAdminPassword = "No"TimeZone = 085OEMSkipRegional = 1OemSkipWelcome = 1ProfilesDir = "C:\Windows\User Settings"[shell]DefaultThemesOff = "Yes"[Components][userData]ComputerName = JOSHFullName = "Joshu"OrgName = "Home"[RegionalSettings]LanguageGroup = 1SystemLocale = "0809"UserLocale = "0809"UserLocale_DefaultUser = "0809"InputLocale = "0809:00000809"InputLocale_DefaultUser = "0809:00000809"[Networking]InstallDefaultComponents = "Yes"[GuiRunOnce] command1 = "%SystemRoot%\hklm.cmd"[WindowsFirewall]Profiles = WindowsFirewall.TurnOffFirewall[WindowsFirewall.TurnOffFirewall]Mode = 0[identification]JoinWorkgroup = "WORKGROUP"Thanks for the help. Edited May 2, 2006 by Joshu
spazmire11 Posted May 1, 2006 Posted May 1, 2006 i think its the lineTargetPath=\Windowsnot to sure on that...might wana remove your key tho.....
Yzöwl Posted May 1, 2006 Posted May 1, 2006 Well, firstly let me say, why are you from the uk, with uk layout and language settings and spelling programs like that?Now, is there a reason why you are not using the usual location for 'common files'?Is there a reason for bloating the %WinDir% with user profiles too?Why didn't you remove your Product Key?In answer to your question, the paths used in the winnt.sif are relative\WINDOWS will put the %SystemRoot% on the current drive %SystemDrive%, usually C:therefore the followingProgramFilesDir = "C:\Programmes"CommonProgramFilesDir = "C:\Windows\Common Files"ProfilesDir = "C:\Windows\User Settings"should readProgramFilesDir = "\Programmes"CommonProgramFilesDir = "\Windows\Common Files"ProfilesDir = "\Windows\User Settings"and ideallyProgramFilesDir = "\Programs"CommonProgramFilesDir = "\Programs\Common Files"ProfilesDir = "\User Settings"I hope you understand!
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