mccorm79 Posted June 3, 2004 Posted June 3, 2004 During the setup phase of XP after it has copied the files and rebooted twice I get a prompt saying C:\Documents is not avaiable. Has anyone seen this error. I have no idea what is trying to load.
utln Posted June 3, 2004 Posted June 3, 2004 You missing quotes somewhere... Setup is looking to access something within Documents and Settings. How did you build your CD?
[BM]Crusher Posted June 3, 2004 Posted June 3, 2004 yeah...you probably have a batch file, or a runonce entry, that is referencing %allusersprofile%, or %appdata%, or %homepath%, or %userprofile% and it doesn't have "" marks around it..for example, to copy something to your my documents folder, you would need:copy this.file "%userprofile%\my documents"note the "" marks around the destination (because it contains spaces, as does %userprofile%)
eclipsed Posted June 3, 2004 Posted June 3, 2004 Crusher's method works...but you can also use $oem$ -folder and put the files under $Docs\user\My Documents and it will go to the user's My Documents -folder. dunno if that's the harder way? but I used that in my first working install...
dkreifus Posted June 3, 2004 Posted June 3, 2004 @eclipsedwon't your method give EVERYONE the documents, not just one user?
Stinger12348 Posted June 3, 2004 Posted June 3, 2004 if there is a space within the path of the file, you need quotes around the entire thing.
homiebrah Posted June 3, 2004 Posted June 3, 2004 @eclipsedwon't your method give EVERYONE the documents, not just one user?I would imagine its because %userprofile% is mapped to the currently logged in user. Try using "c:\docuements and settings\all users" ...
mccorm79 Posted June 3, 2004 Author Posted June 3, 2004 I check my files and there is no reference to anything called documents or %allusersprofile%, or %appdata%, or %homepath%, or userprofile% and it doesn't have "" The only thing that should be running is the unattended.txt or svcpack.inf. It happened during the third stage of setup. setup is installing devices and loading files. My RunOnceEx.bat file is not even being executed during this. Would it help if I posted my svcpack.inf and unattended.txt file? I have no idea what is causing this error:Setup can not find the module C:\Documents. { ok } button. Clicking ok will continue setup.
mccorm79 Posted June 4, 2004 Author Posted June 4, 2004 The files are posted on the web at http://www.soc.msu.edu/XP/index.htmThe attached picture is my folder structure for a NETWORK install.
edmoncu Posted June 4, 2004 Posted June 4, 2004 i had this error when i was installing Zone Alarm Pro 4 via the cmdlines.txt method.
[BM]Crusher Posted June 4, 2004 Posted June 4, 2004 in your svcpack.inf check a few things:check that the qchain.exe is already extractedcheck the "windows xp sp1 critical hotfixes" thread (whatever its called) on this forum and find out if any of the hotfixes you are running aren't supported through svcpack.infon the msfn unattend guide, their svcpack.inf has a couple of CMD files in it i think (to install some hotfixes that won't install direct from svcpack.inf) check that
mccorm79 Posted June 4, 2004 Author Posted June 4, 2004 The error was in svcpack.inf. I was running a hotfix that did not support it.
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