Jump to content

Recommended Posts

Posted

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:\i386

ECHO 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

post-70-1092941829_thumb.png


Posted
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:\i386

ECHO 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

im no expert but this here :blushing:

[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?

Posted

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

Posted

shouldn't it be:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup]

"SourcePath"="%systemroot%\i386"

"ServicePackSourcePath"="%systemroot%\i386" ?

Posted
.

.

my files are in C:\i386

ECHO 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.

Posted

AH!

so if i understand this correct when he said:

my files are in C:\i386

it 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!! :thumbup

(if not i must learn a lot... again.. :wacko: )

Posted

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! :boring::zzz:

Posted
AH!

so if i understand this correct when he said:

my files are in C:\i386

it 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!! :thumbup

(if not i must learn a lot... again.. :wacko: )

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!

Posted

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\

--------------

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...