home *** CD-ROM | disk | FTP | other *** search
/ Hráč 1998 July & August / Hrac_23_1998-07-08_cd3.bin / Progs / mute98 / Setup.exe / RCDATA / CABINET / MUTE98.INF < prev    next >
Windows Setup INFormation  |  1998-03-26  |  2KB  |  79 lines

  1. ; Mute Install Information File
  2.  
  3. [DefaultInstall]
  4. CopyFiles=MUTE.copy.Mute98, MUTE.copy.inf
  5. UpdateInis=MUTE.Links
  6. AddReg=MUTE.reg
  7. Uninstall=Mute98_remove
  8.  
  9. [Mute98Install]
  10. CopyFiles=MUTE.copy.Mute98, MUTE.copy.inf
  11. UpdateInis=MUTE.Links
  12. AddReg=MUTE.reg
  13. Uninstall=Mute98_remove
  14.  
  15. [Mute98_remove]
  16. DelFiles = MUTE.copy.Mute98, MUTE.copy.inf
  17. DelReg = MUTE.reg.remove
  18. UpdateInis = MUTE.Links.Remove
  19.  
  20. [version]
  21. signature="$CHICAGO$"
  22. SetupClass=BASE
  23. AdvancedINF=2.0
  24.  
  25. ; F i l e   c o p y i n g   s e c t i o n s (where they go to).
  26. [DestinationDirs]
  27. MUTE.copy.Mute98=24,%PROGRAMF%\%MUTE98%
  28. MUTE.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. [MUTE.copy.Mute98]
  32. Mute98.exe
  33.  
  34.  
  35. [MUTE.copy.inf]
  36. Mute98.inf
  37.  
  38.  
  39. ; W h e r e   t h e   f i l e s   c o m e   f r o m
  40. [SourceDisksNames]
  41. 55=%TEMP%,"",1
  42.  
  43. [SourceDisksFiles]
  44. Mute98.exe=55
  45. Mute98.inf=55
  46.  
  47. ; L o c a l i s e d   s t u f f
  48. [Strings]
  49. PROGRAMF     = "Progra~1"
  50. MUTE98     = "Mute98"
  51. MUTEPROG_LOCN = "Mute98 CDPlayer"  ; menu name
  52. MUTE_Desc     = "Mute98 CDPlayer"  ; shortcut name
  53. ;MUTE_Desc1    = "Mute98 Help"  ; shortcut name
  54. MUTE_REMOVE_DESC = "Mute98 (Remove only)"
  55. MUTE_ShortDesc= "Application" ; details view
  56. ;ShortDesc1= "Mute98 Help File" ; details view
  57.  
  58. ; L i n k s   /   S h o r t c u t s
  59. [MUTE.Links]
  60. setup.ini, progman.groups,,"group11=%MUTEPROG_LOCN%"
  61. setup.ini, group11,,"""%MUTE_Desc%"", ""%24%\%PROGRAMF%\%MUTE98%\Mute98.exe"",,,,""%24%\%PROGRAMF%\%MUTE98%"",%MUTE_ShortDesc%"
  62.  
  63. ; L i n k s   /   S h o r t c u t s - Removal.
  64. [MUTE.Links.Remove]
  65. setup.ini, progman.groups,,"group11=%MUTEPROG_LOCN%"
  66. setup.ini, group11,,"""%MUTE_Desc%""
  67.  
  68. [MUTE.reg]
  69. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\Mute98,DisplayName,,"%MUTE_REMOVE_DESC%"
  70. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\Mute98,UninstallString,,"RunDll setupx.dll,InstallHinfSection Mute98_remove 4 Mute98.inf"
  71.  
  72. [MUTE.reg.remove]
  73. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\Mute98,,,
  74. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\Mute98,DisplayName,,"%MUTE_DESC%"
  75. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\Mute98,UninstallString,,"RunDll setupx.dll,InstallHinfSection Mute98_remove 4 Mute98.inf"
  76.  
  77.  
  78.