home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2001 June / VPR0106A.BIN / WMP7 / wmp7.exe / 1033 / RCDATA / CABINET / mymusic.inf < prev    next >
Windows Setup INFormation  |  2000-08-14  |  2KB  |  110 lines

  1. ; Localized    08/14/2000 09:00 PM (GMT)    7:4.2.422     mymusic.inf
  2.  
  3.  
  4.  
  5. [Version]
  6. Signature="$Chicago$"
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16. AdvancedINF=2.5, "You need a newer version of Advpack.dll."
  17. [DefaultInstall]
  18.  
  19.  
  20. CopyFiles   =Copy.MyMusic
  21.  
  22.  
  23.  
  24.  
  25. CustomDestination=WMP.Destination 
  26. RequiredEngine=setupapi
  27. AddReg=setmymusicdir, AddReg.Uninst
  28. RunPostSetupCommands=importtrack
  29.  
  30. [DefaultInstall.NT]
  31. CustomDestination=WMP.Destination
  32. CopyFiles   =Copy.MyMusic
  33. AddReg=setmymusicdir, AddReg.Uninst
  34. RunPostSetupCommands=importtrack
  35.  
  36. [WMP.Destination]
  37. 49000,49001,49002=ProgramFilesDir,5
  38. 49300,49301,49302=WMPDirectory,5
  39. 49500,49501,49502=DocsDir,5
  40. 49600,49601,49602=MyMusicDirectory,5
  41.  
  42. [AddReg.Uninst]
  43.  
  44.  
  45.  
  46.  
  47. [DestinationDirs]
  48.  
  49.  
  50.  
  51.  
  52. Copy.MyMusic =49600
  53. WMP.Dir   = 49300
  54.  
  55. [DocsDir]
  56. HKLM,"Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders","Common Documents","","%24%\%MYDOCSDIR%"
  57.  
  58. [MyMusicDirectory]
  59. HKLM, "%KEY_WMP%\Preferences","MyMusic","","%49500%\%MYMUSICSTR%"
  60.  
  61. [ProgramFilesDir]
  62. HKLM,"Software\Microsoft\Windows\CurrentVersion","ProgramFilesDir","","%24%\%PROGRAMFILES%"
  63.  
  64. [WMPDirectory]
  65. HKLM,"%KEY_WMP%","Installation DirectoryLFN","","%49001%\%MP2_FOLDER%"
  66.  
  67.  
  68.  
  69. [setmymusicdir]
  70.  
  71. HKLM,"%KEY_WMP%\Preferences","MyMusic",,"%49600%"
  72. HKLM,"%KEY_WMP%\Preferences","PlayList",,"%49600%\Beck.asx"
  73.  
  74. HKLM,"%KEY_WMP%\Setup","PlaylistName",,"%PLAYLIST_NAME%"
  75.  
  76. [Copy.MyMusic] 
  77. beck.asf
  78. beck.bmp
  79. beck.asx
  80.  
  81.  
  82. [importtrack]
  83. """%49301%\dlimport.exe"""
  84.  
  85.  
  86.  
  87. [SourceDisksNames]
  88. 4669 = "Windows Media Playlist Install",,0
  89.  
  90. [SourceDisksFiles]
  91. beck.asf=4669
  92. beck.asx=4669
  93. beck.bmp=4669
  94.  
  95.  
  96.  
  97. [Strings]
  98. KEY_WMP = "SOFTWARE\Microsoft\MediaPlayer"
  99. MYMUSICSTR = "My Music"
  100. MP2_FOLDER = "Windows Media Player"
  101.  
  102. ;;;;;;;--------------------------------------------
  103. ;-- Only localize strings below this line
  104. ;;;;;;--------------------------------------------
  105. LANGUAGE="JA"    ;instruct ないが。
  106.  
  107. PROGRAMFILES = "Program Files"
  108. PLAYLIST_NAME = "サンプル再生リスト"
  109. MYDOCSDIR="My Documents"
  110.