home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 29 / XENIATGM29.iso / win95 / cmouse / cmouse97.inf < prev   
Windows Setup INFormation  |  1997-04-08  |  3KB  |  95 lines

  1. ; Author: Kirillov K.M.
  2. ; Install and Uninstall INFormation file "Cool Mouse 97" for Win95.
  3.  
  4. [DefaultInstall]
  5. CopyFiles=CM97.copy.CMouse97, CM97.copy.inf
  6. UpdateInis=CM97.Links
  7. AddReg=CM97.reg
  8. %24%\%PROGRAMF%\%CMOUSE97%\CMouse97.exe
  9. Uninstall=Cmouse97_remove
  10.  
  11. [CMouse97Install]
  12. CopyFiles=CM97.copy.CMouse97, CM97.copy.inf
  13. UpdateInis=CM97.Links
  14. AddReg=CM97.reg
  15. Uninstall=CMouse97_remove
  16.  
  17. [CMouse97_remove]
  18. DelFiles = CM97.copy.CMouse97, CM97.copy.inf
  19. DelReg = CM97.reg.remove
  20. UpdateInis = CM97.Links.Remove
  21.  
  22. [version]
  23. signature="$CHICAGO$"
  24.  
  25. ; F i l e   c o p y i n g   s e c t i o n s (where the go to).
  26. [DestinationDirs]
  27. CM97.copy.CMouse97=24,%PROGRAMF%\%CMOUSE97%
  28. CM97.copy.inf=17
  29.  
  30. ; w h a t   f i l e s   a r e   c o p i e d   w h e r e
  31. [CM97.copy.CMouse97]
  32. CMouse97.exe
  33. CMouse97.hlp
  34. CMouse97.cnt
  35. CM97Hook.dll
  36. CMouse97.doc
  37. CM97Dai.dll
  38.  
  39. [CM97.copy.inf]
  40. CMouse97.inf
  41.  
  42.  
  43. ; W h e r e   t h e   f i l e s   c o m e   f r o m
  44. [SourceDisksNames]
  45. 55="Cool Mouse 97","",1
  46.  
  47. [SourceDisksFiles]
  48. CMouse97.exe=55
  49. CMouse97.hlp=55
  50. CMouse97.cnt=55
  51. CM97Hook.dll=55
  52. CMouse97.Inf=55
  53. CMouse97.doc=55
  54. CM97Dai.dll=55
  55.  
  56. ; L o c a l i s e d   s t u f f
  57. [Strings]
  58. PROGRAMF     = "Progra~1"
  59. CMOUSE97     = "CMouse97"
  60. CM97PROG_LOCN = "Cool Mouse 97"  ; menu name
  61. CM97_Desc     = "Cool Mouse 97"  ; shortcut name
  62. CM97_Desc1    = "Cool Mouse 97 Help Reference"  ; shortcut name
  63. CM97_Desc2    = "Cool Mouse 97 Release Notes"  ; shortcut name
  64. CM97_REMOVE_DESC = "Cool Mouse 97 (Remove only)"
  65. CM97_ShortDesc= "Cool Mouse 97 Executable Module" ; details view
  66. ShortDesc1= "Cool Mouse 97 Help File" ; details view
  67. ShortDesc2= "Cool Mouse 97 Release Notes" ; details view
  68. CMouse97_INTRO="Introducing Cool Mouse 97"
  69. DT_REG="AMP Software\Desktop Toys\DesktopToys Manager"
  70.  
  71. ; L i n k s   /   S h o r t c u t s
  72. [CM97.Links]
  73. setup.ini, progman.groups,,"group11=%CM97PROG_LOCN%"
  74. setup.ini, group11,,"""%CM97_Desc%"", ""%24%\%PROGRAMF%\%CMOUSE97%\CMouse97.exe"",,,,""%24%\%PROGRAMF%\%CMOUSE97%"",%CM97_ShortDesc%"
  75. setup.ini, group11,,"""%CM97_Desc1%"",""%24%\%PROGRAMF%\%CMOUSE97%\CMouse97.hlp"",,,,""%24%\%PROGRAMF%\%CMOUSE97%"",%ShortDesc1%"
  76. setup.ini, group11,,"""%CM97_Desc2%"",""%24%\%PROGRAMF%\%CMOUSE97%\CMouse97.doc"",,,,""%24%\%PROGRAMF%\%CMOUSE97%"",%ShortDesc2%"
  77.  
  78. ; L i n k s   /   S h o r t c u t s - Removal.
  79. [CM97.Links.Remove]
  80. setup.ini, progman.groups,,"group11=%CM97PROG_LOCN%"
  81. setup.ini, group11,,"""%CM97_Desc%""
  82. setup.ini, group11,,"""%CM97_Desc1%""
  83. setup.ini, group11,,"""%CM97_Desc2%""
  84.  
  85. [CM97.reg]
  86. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\CMouse97,DisplayName,,"%CM97_REMOVE_DESC%"
  87. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\CMouse97,UninstallString,,"RunDll setupx.dll,InstallHinfSection CMouse97_remove 4 CMouse97.inf"
  88. HKLM,Software\%DT_REG%\Add-ons,Cool Mouse 97,,"C:\Program Files\CMOUSE97\CM97Dai.dll"
  89. HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup,%CMouse97_INTRO%,,"WINHLP32.exe -i ABOUT CMouse97.hlp"
  90.  
  91. [CM97.reg.remove]
  92. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\CMouse97,,,
  93. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\CMouse97,DisplayName,,"%CM97_DESC%"
  94. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\CMouse97,UninstallString,,"RunDll setupx.dll,InstallHinfSection CMouse97_remove 4 CMouse97.inf"
  95.