home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2002 June / VPR0206A.BIN / setup_wm.inf < prev    next >
Windows Setup INFormation  |  2001-03-02  |  1KB  |  56 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.  
  43. [CopyNone]
  44.  
  45. [Strings]
  46. KEY_WMP = "SOFTWARE\Microsoft\MediaPlayer"
  47. MP2_FOLDER = "Windows Media Player"
  48.  
  49. ;;;;;;;--------------------------------------------
  50. ;-- Only localize strings below this line
  51. ;;;;;;--------------------------------------------
  52. LANGUAGE="EN"
  53.  
  54. ;//THIS INF ACTUALLY USES %PROGRAMFILES% - DO *NOT* DELETE THIS
  55. PROGRAMFILES = "Program Files"
  56.