home *** CD-ROM | disk | FTP | other *** search
/ MSN Premier 2.5 / MSN_Setup.iso / MSNSetup / Compnts / voxplay.exe / voxplay.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1997-09-13  |  2.4 KB  |  117 lines

  1. [Version]
  2. Signature="$CHICAGO$"
  3. AdvancedINF=2.0
  4.  
  5. [SourceDisksNames]            
  6. 1="VoxWare VoxPlay Audio Control",,1
  7.  
  8. [SourceDisksFiles]
  9. voxplay.ocx=1
  10. voxplay.inf=1
  11. msv2all.vxp=1
  12. vct32150.dll=1
  13. vfonts.vxp=1
  14. msvcrt.dll=1
  15. mfc42.dll=1
  16. atl.dll=1
  17.  
  18.  
  19. [DefaultInstall]
  20. Copyfiles=Install.CopyFiles,Install.CopyFiles.System,Install.CopyFiles.INF
  21. AddReg=Install.AddReg
  22. CustomDestination=OnMsnCustomDestination
  23. DelFiles=Install.DelFiles.System
  24. RegisterOCXs=Register.OCX
  25. RunPostSetupCommands=
  26.  
  27.  
  28. [Remove]
  29. UnRegisterOCXs=
  30. DelFiles=Remove.DelFiles,Remove.DelFiles.System
  31. DelReg=Remove.DelReg
  32. CustomDestination=UnMsnCustomDestination
  33. RunPostSetupCommands=UnRegister.OCX.Silent
  34.  
  35. [Install.CopyFiles]
  36. voxplay.ocx,,,32
  37. voxplay.inf,,,32
  38.  
  39. [Install.CopyFiles.System]
  40. vct32150.dll,,,32
  41. mvoice.vxp,,,32
  42. vfonts.vxp,,,32
  43. mfc42.dll,,,32
  44. msvcrt.dll,,,32
  45. atl.dll,,,32
  46.  
  47. [Install.DelFiles.System]
  48. dis32116.dll
  49.  
  50. [Install.AddReg]
  51. ;-- uninstall keys for Add/Remove Programs
  52. ;HKLM,%UninstallPath%,DisplayName,,%APPTITLE%
  53. ;HKLM,%UninstallPath%,UninstallString,,"RunDll32 advpack.dll,LaunchINFSection %49000%\voxplay.inf,Remove"
  54.  
  55. [Register.OCX]
  56. %49000%\voxplay.ocx
  57.  
  58.  
  59. [DestinationDirs]
  60. Install.CopyFiles=49000
  61. Install.CopyFiles.System=11
  62. Install.DelFiles.System=11
  63. Remove.DelFiles=49000
  64. Remove.DelFiles.System=11
  65.  
  66. [OnMsnCustomDestination]
  67. 49000=PackageDestination49000,1
  68.  
  69. [UnMsnCustomDestination]
  70. 49000=PackageDestination49000,5
  71.  
  72. [PackageDestination49000]
  73. HKLM,%MSNOCXKEY%,InstallDir,"",""
  74. "","","",%DirPrompt%,"%24%\Progra~1\OnMSN\OCX\"
  75.  
  76.  
  77.  
  78.  
  79. [Remove.DelFiles]
  80. voxplay.ocx
  81. voxplay.inf
  82.  
  83. [Remove.DelFiles.System]
  84. dis32116.dll
  85. vct32150.dll,,,32
  86. mvoice.vxp,,,32
  87. vfonts.vxp,,,32
  88. ;-- Note: intentionally does not remove mfc, vcrt, or atl DLLs
  89.  
  90. [Remove.DelReg]
  91. ;-- remove entry from Add/Remove programs list
  92. ;HKLM,%UninstallPath%
  93. ;HKLM,%UninstallPath%
  94.  
  95. [UnRegister.OCX.Silent]
  96. %11%\regsvr32.exe /s /u %49000%\voxplay.ocx
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103. [Strings]
  104.  
  105. MSNOCXKEY     = "SOFTWARE\Microsoft\MSN\OCX"
  106. UninstallPath      = "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%APPTITLE%"
  107.  
  108. ; ************************************************************************
  109. ; LOCALIZATION BORDER
  110. ;
  111. ; No strings above this line should be localized.
  112. ; All strings below this line should be localized.
  113. ; ************************************************************************
  114.  
  115. APPTITLE     = "Voxware VoxPlay Audio Control"
  116.  
  117.