home *** CD-ROM | disk | FTP | other *** search
/ InterCD 1998 August / august_1998.iso / Win95Software / Netshow / nsie4.exe / choose.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1998-04-13  |  1.5 KB  |  57 lines

  1. [Version]
  2. Signature="$Chicago$"
  3. AdvancedINF=2.5, "You need a newer version of Advpack.dll."
  4.  
  5. [DefaultInstall] 
  6. SmartReboot=I
  7. CustomDestination=NetShow.Destination
  8. AddReg      =NetShowReg.Core
  9. RunPostSetupCommands=RunSetup
  10.  
  11. [DefaultInstall.NT]
  12. SmartReboot =I
  13. CheckAdminRights=1 
  14. AddReg      =NetShowReg.Core
  15. CustomDestination=NetShow.Destination
  16. RunPostSetupCommands=RunSetup
  17.  
  18. [NetShow.Destination]
  19. 49000,49001,49002=ProgramFilesDir,5
  20. 49300,49301,49302=NetShowDirectory,1
  21.  
  22. [DestinationDirs]
  23. NotCopy.Copy=49302
  24.  
  25. [ProgramFilesDir]
  26. HKLM,"Software\Microsoft\Windows\CurrentVersion","ProgramFilesDir","","%24%\%PROGRAMFILES%"
  27.  
  28. [NetShowDirectory]
  29. HKLM,"Software\Microsoft\MediaPlayer","Installation DirectoryLFN","%NS_INSTALL_PROMPT_DIR%","%49001%\%MP2_FOLDER%"
  30.  
  31. [RunSetup]
  32. mp2wrap.exe
  33.  
  34. [NetShowReg.Core]
  35. ;Shell information
  36.  
  37. HKLM,"Software\Microsoft\MediaPlayer","Installation Directory",0,"%49302%"
  38. HKLM,"Software\Microsoft\MediaPlayer","Installation DirectoryLFN",0,"%49301%"
  39.  
  40. [SourceDisksNames]
  41. 1 = "Media Player Install",mpie4.cab,0
  42.  
  43. [SourceDisksFiles]
  44. blueberry.pancakes
  45.  
  46. [NotCopy.Copy]
  47. blueberry.pancakes
  48.  
  49. [Strings]
  50. PROGRAMFILES="Program Files"
  51.  
  52. ;////////////////////////////////////////////////////////
  53. ;// Only localize strings below this line
  54. ;////////////////////////////////////////////////////////
  55. NS_INSTALL_PROMPT_DIR = "Please enter the directory in which to install the Media Player."
  56.  
  57. MP2_FOLDER = "Microsoft Media Player"