home *** CD-ROM | disk | FTP | other *** search
/ What the Doctor Required - The Freshest December / December.iso / windows / mem1614 / precopy2.cab / betacln.inf < prev    next >
Encoding:
INI File  |  1997-10-21  |  1.3 KB  |  53 lines

  1.  
  2. ;BETACLN.INF
  3. ;
  4. ;  Used to clean up beta-to-beta stuff
  5. ;  which is no longer applicaable to the 1
  6. ;  product.
  7. ;
  8. ;  This is a Microsoft Beta Program only file and will be removed
  9. ;  before we ship.
  10. ;  DO NOT put anything in here that is needed for the released product.
  11.  
  12. [version]
  13. LayoutFile= Layout.inf, Layout1.inf, Layout2.inf
  14. signature="$CHICAGO$"
  15. SetupClass=BASE
  16.  
  17. [BaseWinOptions]
  18. BETACLEAN_BASE
  19.  
  20. [DefaultInstall]
  21. DelFiles   = BetaClean.delfiles.win, BetaClean.delfiles.sys
  22. DelReg     = BetaClean.delreg
  23. UpdateInis = BetaClean.inis
  24.  
  25. [BETACLEAN_BASE]
  26. DelFiles   = BetaClean.delfiles.win, BetaClean.delfiles.sys
  27. DelReg     = BetaClean.delreg
  28. UpdateInis = BetaClean.inis
  29.  
  30. [BetaClean.delreg]
  31.  
  32. [DestinationDirs]
  33. BetaClean.delfiles.win = 25
  34. BetaClean.delfiles.sys = 11
  35.  
  36. [BetaClean.delfiles.win]
  37. helpdesk.htm
  38.  
  39. [BetaClean.delfiles.sys]
  40.  
  41. [BetaClean.inis]
  42. setup.ini, progman.groups,, "groupQuickLaunch="%25%\%IE_QuickLaunch_Path%""
  43. setup.ini, groupQuickLaunch,, """%IE_QuickLaunch_Old%"""
  44.  
  45. [strings]
  46. ;Don't Localize the following:
  47. KEY_RUN          = "SOFTWARE\Microsoft\Windows\CurrentVersion\Run"
  48. KEY_UNINSTALL    = "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall"
  49.  
  50. ;Localize these strings
  51. IE_QuickLaunch_Path = "Applic~1\Micros~1\Intern~1\QuickL~1"
  52. IE_QuickLaunch_Old  = "The Internet"
  53.