home *** CD-ROM | disk | FTP | other *** search
/ DOKAN 10 / DOKAN10.iso / IE401 / ie4sound.cab / IE4SOUND.INF < prev    next >
INI File  |  1997-06-24  |  3KB  |  123 lines

  1. ; IE4Sound.inf
  2. ; Installation file for IE4 Sounds, B2
  3. ; What's this for? This adds the appropriate registry keys [Wav.Reg] to enable the special sound
  4. ; events provided by IE4. Per-user stubs handle the HKCU registry keys.
  5.  
  6.  
  7. [Version]
  8. Signature="$Chicago$"
  9. AdvancedINF=2.5, "%ERROR_WRONG_ADVPACK_VERSION%"
  10. RequiredEngine=Setupapi
  11. ;This gives you LFN support
  12.  
  13. [DefaultInstall] 
  14. CopyFiles = Wav.Files, IE4SoundINFCopy
  15. AddReg      =Wav.reg
  16. PerUserInstall=IE4Sound.Stub.Add
  17.  
  18. [DefaultInstall.NT]
  19. ;If you want something different on NT systems.
  20.  
  21. [Uninstall]
  22. DelFiles   =Wav.Files
  23. DelReg      =Wav.reg
  24. BeginPrompt   =ShowPrompt.ConfirmUninstall
  25. ;UnRegisterOCXs=Don't have any right?
  26. PerUserInstall=IE4Sound.Stub.Remove
  27. EndPrompt     =ShowPrompt.UninstallComplete
  28.  
  29. [PerUserStub]
  30. AddReg = Wav.Reg
  31.  
  32. [PerUserRemove]
  33. DelReg = Wav.Reg
  34.  
  35. [IE4Sound.Stub.Add]
  36. DisplayName=%IE4 SoundPack%
  37. ComponentID=IE4Sound
  38. GUID={E4066320-E4AE-11CF-BCB0-00AA00BBAD99}
  39. Version=2,0,1,1114
  40. Locale=EN
  41. IsInstalled=1
  42. StubPath=rundll32.exe advpack.dll,LaunchINFSection %17%\ie4sound.inf,PerUserstub
  43.  
  44. [IE4Sound.Stub.Remove]
  45. DisplayName=%IE4 SoundPack%
  46. ComponentID=IE4Sound
  47. GUID={E4066320-E4AE-11CF-BCB0-00AA00BBAD99}
  48. Version=2,0,1,1114
  49. Locale=EN
  50. IsInstalled=1
  51. StubPath=rundll32.exe advpack.dll,LaunchINFSection %17%\ie4sound.inf,PerUserstub
  52.  
  53. [Uninstall.NT]
  54. ;If you want something different on NT systems.
  55.  
  56. [IE4SoundINFCopy]
  57. IE4Sound.inf
  58.  
  59. [DestinationDirs]
  60. Wav.Files=10,Media
  61. IE4SoundINFCopy = 17
  62.  
  63. [ShowPrompt.InstallComplete]
  64. Prompt="%PROMPT_INSTALL_COMPLETE%"
  65.  
  66. [ShowPrompt.UninstallComplete]
  67. Prompt="%PROMPT_UNINSTALL_COMPLETE%"
  68.  
  69. ShowPrompt.ConfirmUninstall]
  70. Title="%TITLE_UNINSTALL%"
  71. ButtonType=YESNO
  72. Prompt="%CONFIRM_UNINSTALL%"
  73.  
  74. [Wav.reg]
  75. HKCU,AppEvents\Schemes\Apps\Explorer\ActivatingDocument\.current,,,"%25%\media\done.wav"
  76. HKCU,AppEvents\Schemes\Apps\Explorer\Navigating\.current,,,"%25%\media\start.wav"
  77. HKCU,AppEvents\Schemes\Apps\.Default\CCSelect\.Current,,,"%25%\media\hoversel.wav"
  78.  
  79. [SourceDisksNames]
  80. 1 = "Wav Files",exwav.cab,0
  81.  
  82. [SourceDisksFiles]
  83. filea=1
  84. fileb=1
  85.  
  86. [Wav.Files] 
  87. start.wav
  88. done.wav
  89. hoversel.wav
  90.  
  91. [Wav.INF]
  92. ;Might need for peruser stuff
  93. exwav.inf
  94.  
  95.  
  96. [Strings]
  97. ;Change these to what you need
  98. ;////////////////////////////////////////////////////////
  99. ;// Only localize strings below this line
  100. ;////////////////////////////////////////////////////////
  101. LANGUAGE="EN"
  102. DISPLAYNAME= "IE4 Sounds"
  103. INSTALLNAME= "IE4 Sounds"
  104. INSTALLNAME_BETA= "IE4 Sounds"
  105. OLDDISPLAYNAME= "Microsoft NetShow On-Demand Player"
  106. NETSHOW_PROGRAMFOLDER="Microsoft NetShow"
  107. IE_PROGRAMFOLDER="Internet Explorer Suite"
  108.  
  109. INSTALL_PROMPT_DIR = "Please enter the directory in which to install the NetShow Player."
  110.  
  111. PROMPT_INSTALL_COMPLETE = "IE4 Sound installation is now complete."
  112. PROMPT_UNINSTALL_COMPLETE = "IE4 Sound uninstall is now complete."
  113.  
  114. TITLE_UNINSTALL="IE4 Sounds Uninstall"
  115. TITLE_INSTALL="IE4 Sounds Install"
  116.  
  117. OPENTEXT="open"
  118.  
  119. ;Error Messages
  120. ERROR_ENGINE_NOTFOUND = "Cannot find the requried setup engine. Aborting..."
  121. ERROR_WRONG_ADVPACK_VERSION = "You need a newer version of Advpack.dll"
  122. CONFIRM_UNINSTALL="Are you sure you wish to uninstall the Microsoft NetShow Player?"