home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 September / WIN95_09964.iso / utils / MSPhone_Directory.zip / MSPhone.inf < prev   
INI File  |  1996-04-15  |  2KB  |  74 lines

  1. ; Author: Robert Weiss.
  2. ; Install and Uninstall for "Microsoft Support Phone Directory" for Win95.
  3.  
  4. [DefaultInstall]
  5. CopyFiles=MSP.copy.hlp, MSP.copy.inf
  6. UpdateInis=MSP.Links
  7. AddReg=MSP.reg
  8. Uninstall=MSPhone_remove
  9.  
  10. [MSPhoneInstall]
  11. CopyFiles=MSP.copy.hlp, MSP.copy.inf
  12. UpdateInis=MSP.Links
  13. AddReg=MSP.reg
  14. Uninstall=MSPhone_remove
  15.  
  16. [MSPhone_remove]
  17. DelFiles = MSP.copy.hlp, MSP.copy.inf
  18. DelReg = MSP.reg.remove
  19. UpdateInis = MSP.Links.Remove
  20.  
  21. [version]
  22. signature="$CHICAGO$"
  23.  
  24. ; F i l e   c o p y i n g   s e c t i o n s (where the go to).
  25. [DestinationDirs]
  26. MSP.copy.hlp=18
  27. MSP.copy.inf=17
  28.  
  29. ; w h a t   f i l e s   a r e   c o p i e d   w h e r e
  30. [MSP.copy.hlp]
  31. MSPhon~1.hlp
  32.  
  33. [MSP.copy.inf]
  34. MSPhone.inf
  35.  
  36.  
  37. ; W h e r e   t h e   f i l e s   c o m e   f r o m
  38. [SourceDisksNames]
  39. 55="Microsoft Phone Directory","",1
  40.  
  41. [SourceDisksFiles]
  42. MSPhon~1.hlp=55
  43. MSPhone.Inf=55
  44.  
  45. ; L o c a l i s e d   s t u f f 
  46. [Strings]
  47. PROGRAMF     = "Progra~1"
  48. MSPPROG_LOCN = "Microsoft Support Phone Directory"  ; menu name
  49. MSP_Desc     = "Microsoft Support Phone Directory"  ; shortcut name
  50. MSP_REMOVE_DESC = "Microsoft Support Phone Directory - Remove only"
  51. MSP_ShortDesc= "Support Phone Numbers for Microsoft World Wide Offices" ; details view
  52.  
  53.  
  54. ; L i n k s   /   S h o r t c u t s
  55. [MSP.Links]
  56. setup.ini, progman.groups,,"group11=%MSPPROG_LOCN%"
  57. setup.ini, group11,,"""%MSP_Desc%"", %18%\MSPhon~1.hlp,,,,,%MSP_ShortDesc%"
  58.  
  59. ; L i n k s   /   S h o r t c u t s - Removal.
  60. [MSP.Links.Remove]
  61. setup.ini, progman.groups,,"group11=%MSPPROG_LOCN%"
  62. setup.ini, group11,,"""%MSP_Desc%""
  63.  
  64. [MSP.reg]
  65. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\MSPhone,DisplayName,,"%MSP_REMOVE_DESC%"
  66. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\MSPhone,UninstallString,,"RunDll setupx.dll,InstallHinfSection MSPhone_remove 4 MSPhone.inf"
  67.  
  68. [MSP.reg.remove]
  69. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\MSPhone,,,
  70. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\MSPhone,DisplayName,,"%MSP_DESC%"
  71. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\MSPhone,UninstallString,,"RunDll setupx.dll,InstallHinfSection MSPhone_remove 4 MSPhone.inf"
  72.  
  73.  
  74.