Jump to content

Make a flat CD problem!


Recommended Posts

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

Link to comment
Share on other sites


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?

Link to comment
Share on other sites

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

Link to comment
Share on other sites

.

.

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.

Link to comment
Share on other sites

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: )

Link to comment
Share on other sites

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!

Link to comment
Share on other sites

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\

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

Link to comment
Share on other sites

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