clair Posted August 19, 2004 Posted August 19, 2004 i just make my first flat cd ....when testing from add remove win components i just keep asking for cd...my files are in C:\i386ECHO Please wait, source files are being copied. This may take several minutes.xcopy /Y /e %CDROM%\i386\*.* %systemroot%\i386\this is the reg file.Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup]"SourcePath"="%systemroot%""ServicePackSourcePath"="%systemroot%"look the pic for details!!!!!!!!!!please
glent Posted August 19, 2004 Posted August 19, 2004 i just make my first flat cd ....when testing from add remove win components i just keep asking for cd...my files are in C:\i386ECHO Please wait, source files are being copied. This may take several minutes.xcopy /Y /e %CDROM%\i386\*.* %systemroot%\i386\this is the reg file.Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup]"SourcePath"="%systemroot%""ServicePackSourcePath"="%systemroot%"look the pic for details!!!!!!!!!!pleaseim no expert but this here [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup]"SourcePath"="%systemroot%""ServicePackSourcePath"="%systemroot%"I think should be [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup]"SourcePath"="%systemroot%\i386""ServicePackSourcePath"="%systemroot\i386%" Can someone confirm?
clair Posted August 19, 2004 Author Posted August 19, 2004 I think should be [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup]"SourcePath"="%systemroot%\i386""ServicePackSourcePath"="%systemroot\i386%"allerady have try this but not working????still get the same messages
stickfun Posted August 19, 2004 Posted August 19, 2004 shouldn't it be:[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup]"SourcePath"="%systemroot%\i386""ServicePackSourcePath"="%systemroot%\i386" ?
mazin Posted August 19, 2004 Posted August 19, 2004 ..my files are in C:\i386ECHO Please wait, source files are being copied. This may take several minutes.xcopy /Y /e %CDROM%\i386\*.* %systemroot%\i386\..Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup]"SourcePath"="%systemroot%""ServicePackSourcePath"="%systemroot%"Execuse me! I can't understand!%systemroot% is not C:%systemroot% is Windows folder.
BAM Posted August 19, 2004 Posted August 19, 2004 AH!so if i understand this correct when he said: my files are in C:\i386it should look like:[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup]"SourcePath"="%SYSTEMDRIVE%\i386""ServicePackSourcePath"="%SYSTEMDRIVE%\i386"If i got it right, then mazin has a very good eye!! (if not i must learn a lot... again.. )
mazin Posted August 19, 2004 Posted August 19, 2004 Actually, I can't tell from where he wanted to copy and to where he wanted to paste!So, I can't decide where to tell Registry to find the source!Or I might need to sleep now!
clair Posted August 20, 2004 Author Posted August 20, 2004 AH!so if i understand this correct when he said: my files are in C:\i386it should look like:[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup]"SourcePath"="%SYSTEMDRIVE%\i386""ServicePackSourcePath"="%SYSTEMDRIVE%\i386"If i got it right, then mazin has a very good eye!! (if not i must learn a lot... again.. ) i did try this but still same message!!!CODE][HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup]"SourcePath"="%SYSTEMDRIVE%\i386""ServicePackSourcePath"="%SYSTEMDRIVE%\i386"did somebody try this regfile...its not working for me!
MHz Posted August 20, 2004 Posted August 20, 2004 Also this part?ECHO Please wait, source files are being copied. This may take several minutes.xcopy /Y /e %CDROM%\i386\*.* %systemroot%\i386\ -------------The command above is incorrect as well. Should be:ECHO Please wait, source files are being copied. This may take several minutes.xcopy /Y /e %CDROM%\i386\*.* %systemdrive%\i386\ --------------
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