Computing.Net > Forums > Windows Me > reinstalling ME from CAB files

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

reinstalling ME from CAB files

Reply to Message Icon

Name: mick1961
Date: March 21, 2004 at 18:39:05 Pacific
OS: Windows ME
CPU/Ram: 128mb RAM Celeron
Comment:

My wife has a HP Pavillion XE783. A few weeks ago while just sitting with the screen saver running it froze. It was cold booted and windowsME would not start. Would not start in safe mode and using any other method I have tried. I'd like to reinstall windowsME from the cab files only if I can. So my question is this if it is possible to reinstall ME from DOS how do I do that. Will I need the numbers? I have recovery disks but I tried once a long time ago to reinstall ME and it said it was the wrong disks for this computer(wife bought computer from sister and could be wrong disk). Can anyone help? Thanks




Sponsored Link
Ads by Google

Response Number 1
Name: El-Trucha
Date: March 21, 2004 at 19:24:56 Pacific
Reply:

Well, I don't think u can open CAB files from DOS...but try doing a search on Google...

El-Trucha


0

Response Number 2
Name: JackG
Date: March 21, 2004 at 19:56:50 Pacific
Reply:

You can boot from a Windows ME or Windows 98 diskette and the change the directory to the C:\Windows\Options\Install (or \CABS on some OEM systems) folder and from there run SETUP.

You will need the current systems "ProductKey" code (numbers). You can get this out of the Registry by searching for ProductKey and it will be the 25 character code that follows. If necessary you can use the Windows ME boot diskette and its EDIT program to edit the C:\Windows\SYSTEM.DAT file and use the search function to locate the ProductKey keyword and the productkey code for the system.


0

Response Number 3
Name: wawadave
Date: March 21, 2004 at 20:11:49 Pacific
Reply:

m.e wont start
http://computing.net/windowsme/wwwboard/forum/30687.html

••• Resistance is invigorating! •••kill spyware


0

Response Number 4
Name: mesich
Date: March 22, 2004 at 08:38:45 Pacific
Reply:

Hello everyone

Do as JackG stated and go to the sub-directory that contains the .cab files and type setup.

An easy way to retrieve the ProductKey from a DOS prompt is the following command.

At C:\Windows\>type
find "ProductKey" system.dat
Press [Enter], and it will be displayed at the top next to the words ProductKey.

The P and the K must be in CAPS and the quotation marks included. Also note the space after find and the other one before system.dat

Best Regards,
Mesich


0

Response Number 5
Name: mick1961
Date: March 22, 2004 at 09:53:46 Pacific
Reply:

Thanks everyone. I tried locating the product key using find "ProdctKey" system.dat and I get the message File Not Found. Why would that be and what can I do about it? Last night before seeing this I tried some suggestions I found in another thread the sys C: and receievd the system transferred message. The computer would still not start but could that have something to do with not finding the system.dat file and the product key?


0

Related Posts

See More



Response Number 6
Name: wawadave
Date: March 22, 2004 at 10:22:49 Pacific
Reply:

no system transferd and system dat are completely diferant.
most product keys finders i know of work from windows. is this where this one works from?

••• Resistance is invigorating! •••kill spyware


0

Response Number 7
Name: mick1961
Date: March 22, 2004 at 10:25:42 Pacific
Reply:

I have no idea. Does anyone know how to retrive the ProductKey through dos only?


0

Response Number 8
Name: mesich
Date: March 22, 2004 at 10:35:34 Pacific
Reply:

Hello everyone

To find the productkey code from DOS when you cannot access Windows do the following, I have done this not only with the ProductKey but many other entries in the registry and other files.

Start the computer with a Bootdisk.

This will take you to an A:\> prompt.

At A:\>type C: and press [Enter]

You will now be at C:\>
Type cd windows

You will now be at C:\Windows\>
Type find "ProductKey" system.dat

Type everything that is bold including find and the quotation marks. "ProductKey" must be typed exact. "productkey" will not work.

You should now see a bunch of garbled text. On the top line you will see the word ProductKey and a 25 characters directly after. That is the Product Key Code.

All of the above is assuming that Windows was install in the C:\Windows directory.

Best Regards,
Mesich



0

Response Number 9
Name: mick1961
Date: March 22, 2004 at 10:41:55 Pacific
Reply:

Mesich, I tried it that way and I get

--------- system.dat

What's this mean?

Thanks


0

Response Number 10
Name: mick1961
Date: March 22, 2004 at 10:56:33 Pacific
Reply:

Is there anyway I can view this file from dos?


0

Response Number 11
Name: mesich
Date: March 22, 2004 at 10:59:33 Pacific
Reply:

Hello everyone

Mick,

That is exactly what one will get if the Key is not found in the system.dat file.

This could happen if one typed in the command
find "Productkey" system.dat
as the Productkey does not exist. "ProductKey" does and would show the location within the system.dat file.

In other words the ------- system.dat means it did not find the word you typed within the quotations.

It could also be that the key has been deleted.

The find command is looking for the exact wording within the quotations.

Give me a few minutes and I will make a few screenshots. Pictures sometimes are worth a thousand words.

In the meantime go to C:\> and type
dir then press [Enter].

Do you see [Windows]?
Also do you see [Windows.000]

Best Regards,
Mesich



0

Response Number 12
Name: mick1961
Date: March 22, 2004 at 11:11:41 Pacific
Reply:

Thanks Mesich but please don't go to a lot of trouble. Yes, Windows is there but no windows.000

Thanks
Mike


0

Response Number 13
Name: mesich
Date: March 22, 2004 at 11:49:32 Pacific
Reply:

Hello everyone

Mike,

It's not a problem. My internet connection has been messing up all day is the only hold back.

In the screenshots below I am using the Find command to search for "SourcePath" in the system.dat file. I am using it as I don't want to display my ProductKey in a public forum. Works the same though.

This screenshot shows the incorrect command when looking for "SourcePath" within the system.dat file.
It also shows the message you received.

This screenshot shows the correct command when trying to find the "SourcePath".

This screenshot shows what will be displayed. In the middle of the screenshot about 5 lines down you will see SourcePath and then the entry for it.

The ProductKey will show the same results also.

I'm late picking up the little lady from work, glad she is understanding. :-)

Hopefully my connection will stop falling off when I return.

Let us know how it turns out.

Best Regards,
Mesich



0

Response Number 14
Name: mick1961
Date: March 22, 2004 at 11:52:06 Pacific
Reply:

What about using REGEDIT.exe in DOS to extract the contents of the registry file and then using EDIT.exe to search the text file for the registry key?


0

Response Number 15
Name: mick1961
Date: March 22, 2004 at 12:09:53 Pacific
Reply:

Mesich, I have very carefully typed in the command and I still get the same thing, exactly what you show in your incorrect scrrenshot. Any idea?

Thanks
Mike


0

Response Number 16
Name: Bob (by BigBob)
Date: March 22, 2004 at 13:02:33 Pacific
Reply:

You could also try regedit.exe then enter when registry opens go to:/HKEY LOCAL MACHINE/software/microsoft/current version
And look on the rite for product key


0

Response Number 17
Name: mick1961
Date: March 22, 2004 at 13:22:50 Pacific
Reply:

Can I do that without windows? Is there any way to view the registery in dos?


0

Response Number 18
Name: Bob (by BigBob)
Date: March 22, 2004 at 13:29:11 Pacific
Reply:

Check out this search page , you may find another method here
Computing.Net


0

Response Number 19
Name: mick1961
Date: March 22, 2004 at 18:13:41 Pacific
Reply:

Still no luck, anyone have any other ideas?


0

Response Number 20
Name: JPW
Date: March 22, 2004 at 19:15:49 Pacific
Reply:

Open Note Pad and copy and past the command line below.
C:\Windows\Command\Find /I "ProductKey" C:\Windows\System.dat

Now Save As findkey.bat
Copy the findkey.bat to a floppy and boot up and at the DOS Prompt A:\> type the following command.
findkey.bat and press the Enter Key, you should have the Product Key to reinstall your Windows 98 OS.


0

Response Number 21
Name: mick1961
Date: March 22, 2004 at 21:05:01 Pacific
Reply:

JPW, will that work with winME?


0

Sponsored Link
Ads by Google
Reply to Message Icon

A bit of a challenge System 'restart' takes fo...



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Windows Me Forum Home


Sponsored links

Ads by Google


Results for: reinstalling ME from CAB files

Problem reinstalling ME from CABS www.computing.net/answers/windows-me/problem-reinstalling-me-from-cabs/37408.html

Installing ME from CAB files www.computing.net/answers/windows-me/installing-me-from-cab-files/2251.html

Windows Me DATA.CAB File www.computing.net/answers/windows-me/windows-me-datacab-file/39346.html