home *** CD-ROM | disk | FTP | other *** search
/ Hacks & Cracks / Hacks_and_Cracks.iso / vol1 / osr2fix.zip / OEM2FIX.TXT < prev    next >
Text File  |  1997-02-23  |  3KB  |  79 lines

  1. Place these 2 .inf files into the same directory where you unpacked the OEMSR2 setup files.
  2. Allow the layout.inf file to overwrite the one that is already there. (if you want make a backup of the
  3. origonal one first but make sure setup cant find the origonal.) You can then run the install from Windows
  4. or Dos as an upgade.
  5. What the files do.
  6.  
  7. Layout.inf
  8. One line is changed in the Layout.inf file to keep setup from unpacking and using
  9. the unmodified setuppp.inf file from the precopy2.cab
  10.  
  11. Setuppp.inf
  12. The producttype= line is changed from 9 to 1 (1 indicates an upgrade and will let it install over an older
  13. version of win-95 without having to delete or rename Win.com) 
  14. it also keeps it from asking for a serial# or cd-key. 
  15.  
  16. One final note: 
  17. I cant take credit for this fix as I found the instructions for extracting and modifying the files in
  18. another posting. But I performed the changes on my copies of the 2 files and used them to Install the
  19. upgrade on my system. It installed from the Windows Control panel (add new application) without
  20. any problems and is running fine. Below is a copy of the actual instructions I used to fix the files.
  21.  
  22. ========================================================================================================
  23. This method is more difficult and should only be attempted by highly
  24. experienced users. The advantage is that while Method 1 is a "trick," this
  25. method actually changes OSR2 to an upgrade version. Method 2 is courtesy
  26. XXXX XXX.
  27.  
  28. Prerequsite: You must have at least 100MB free. You will be copying the
  29. /Win95/ directory from the CDROM to your hard drive and installing from
  30. your hard drive.
  31.  
  32. 1)      Make a temp directory on a hard drive - call it Win95.
  33.  
  34. 2)      Copy the Win95 directory from the CD to the new directory on your
  35. hard drive.  From here, we work with the files on your hard drive.
  36.  
  37. 3)      Extract from PRECOPY2.CAB the file called SETUPPP.INF.  Note: MS
  38. has a CAB file extraction tool available as a PowerToy on their WEB site.
  39.  
  40. 4)      Open LAYOUT.INF in a text editor.  Search for "SETUPPP.INF".  You
  41. should find: setuppp.inf=2,,4550
  42.  
  43.         Change the 2 to a 0 to read:
  44.  
  45.         setuppp.inf=0,,4550
  46.  
  47.         Save the changes..
  48.  
  49.         This prevents the installation from extracting SETUPPP.INF 
  50.         from the CAB file and use the file we extracted instead.
  51.  
  52. 5)      Open SETUPPP.INF in a text editor. Search for "ProductType".  You
  53. should find: ProductType=9
  54.  
  55.         Change 9 to 1 to read:  ProductType=1
  56.  
  57.         Save the changes...
  58.  
  59.         This apparently tells setup that this is an upgrade.
  60.  
  61. 6)      Run SETUP from Windows95 off your hard drive.  Installation will
  62. proceed as an upgrade.
  63.  
  64. NOTES on ProductType=X:
  65.  
  66.     ProductType=1:  Upgrades without asking for CD KEY (serial number)
  67.     ProductType=2:  Asks for 10-digit CD KEY
  68.     ProductType=3:  Wants a floppy install - doesn't work.
  69.     ProductType=4:  Fails - Error - previous ops system installed.
  70.     ProductType=5:  Works - asks for CD KEY, but won't take valid keys
  71.         - can "ignore"
  72.     ProductType=6:  Works OK (?) (?)
  73.     ProductType=7:  Fails - Error - previous op system
  74.     ProductType=8:  Fails - Error - previous op system
  75.     ProductType=9:  OEM non upgrade version:  Asks for OEM certificate
  76.         number.
  77.  
  78.  
  79.