home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2000 July / july_2000.iso / Multimedia / Players / MediaPlayer7 / wmp_preview.exe / setup_wm.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2000-02-23  |  1.3 KB  |  57 lines

  1. [Version]
  2. Signature="$Chicago$"
  3. AdvancedINF=2.5, "This setup requires IE 3.01 or greater to be installed."
  4.  
  5. [DefaultInstall] 
  6. CustomDestination=WMP.Destination
  7. RequiredEngine=setupapi
  8. CopyFiles   =Copy.Setup
  9. AddReg=Add.Setup
  10. NamedEvents=WMCSetup_SysTray
  11.  
  12. [DefaultInstall.NT]
  13. CustomDestination=WMP.Destination
  14. CopyFiles   =Copy.Setup
  15. AddReg=Add.Setup
  16. NamedEvents=WMCSetup_SysTray
  17.  
  18. [SourceDisksNames]
  19. 4362 = "Setup install",,0
  20.  
  21. [WMP.Destination]
  22. 49000,49001,49002=ProgramFilesDir,5
  23. 49300,49301,49302=WMPDirectory,5
  24.  
  25. [ProgramFilesDir]
  26. HKLM,"Software\Microsoft\Windows\CurrentVersion","ProgramFilesDir","","%24%\%PROGRAMFILES%"
  27.  
  28.  
  29. [WMPDirectory]
  30. HKLM,"%KEY_WMP%","Installation DirectoryLFN","","%49001%\%MP2_FOLDER%"
  31.  
  32. [DestinationDirs]
  33. Copy.Setup =49300
  34.  
  35. [SourceDisksFiles]
  36. setup_wm.exe=4362
  37.  
  38. [Copy.Setup] 
  39. setup_wm.exe,,,96
  40.  
  41. [Add.Setup]
  42. HKLM, "SOFTWARE\Microsoft\Windows\CurrentVersion\Run", "WMC_AutoUpdate",, """"%49300%\setup_wm.exe""" /SysTray"
  43.  
  44.  
  45. [CopyNone]
  46.  
  47. [Strings]
  48. KEY_WMP = "SOFTWARE\Microsoft\MediaPlayer"
  49. MP2_FOLDER = "Windows Media Player"
  50.  
  51. ;;;;;;;--------------------------------------------
  52. ;-- Only localize strings below this line
  53. ;;;;;;--------------------------------------------
  54. LANGUAGE="EN"
  55.  
  56. ;//THIS INF ACTUALLY USES %PROGRAMFILES% - DO *NOT* DELETE THIS
  57. PROGRAMFILES = "Program Files"