home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1997 April / dpcb0497.iso / Utiliti.es / POWERTOY / APLAYEXT.INF < prev    next >
Windows Setup INFormation  |  1995-08-08  |  2KB  |  71 lines

  1. ; Author: GeorgeP.
  2.  
  3. [version]
  4. signature="$CHICAGO$"
  5. SetupClass=BASE
  6.  
  7. [DefaultInstall]
  8. Include=ShellFix.Inf
  9. Needs=ShellFixInstall
  10. CopyFiles=ThisDll.sys.install
  11. AddReg=ThisDll.Add.Reg,ThisDll.Uninst.Reg,ThisDll.RunOnce.Reg
  12. UpdateInis=ThisDll.Add.Inis
  13.  
  14. [APlayExtInstall]
  15. Include=ShellFix.Inf
  16. Needs=ShellFixInstall
  17. CopyFiles=ThisDll.sys.install
  18. AddReg=ThisDll.Add.Reg,ThisDll.Uninst.Reg,ThisDll.RunOnce.Reg
  19. UpdateInis=ThisDll.Add.Inis
  20.  
  21. [DefaultUninstall]
  22. DelFiles=ThisDll.sys.install
  23. DelReg=ThisDll.Add.Reg,ThisDll.Uninst.Reg
  24. UpdateInis=ThisDll.Del.Inis
  25.  
  26. [ThisDll.Add.Reg]
  27. HKCR,CLSID\{EFB57620-AFA3-11CE-AE65-08002B2E1262},,,"%ThisDll_DESC%"
  28.  
  29. HKCR,CLSID\{EFB57620-AFA3-11CE-AE65-08002B2E1262}\InProcServer32,,,"%11%\%SubDir%\%ThisDll%"
  30. HKCR,CLSID\{EFB57620-AFA3-11CE-AE65-08002B2E1262}\InProcServer32,ThreadingModel,,"Apartment"
  31.  
  32. HKCR,Drive\ShellEx\PropertySheetHandlers\CDAutoPlay,,,"{EFB57620-AFA3-11CE-AE65-08002B2E1262}"
  33. HKCR,Drive\ShellEx\ContextMenuHandlers\CDAutoPlay,,,"{EFB57620-AFA3-11CE-AE65-08002B2E1262}"
  34.  
  35. [ThisDll.Uninst.Reg]
  36. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\%Short_DESC%,,,
  37. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\%Short_DESC%,"DisplayName",,%ThisDll_DESC%
  38. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\%Short_DESC%,"UninstallString",,"rundll32.exe %11%\%SubDir%\%ThisDll%,Uninstall %11%\%SubDir%\APlayExt.Inf"
  39.  
  40. [ThisDll.RunOnce.Reg]
  41. HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce,%Short_DESC%,,"rundll32.exe %11%\%SubDir%\%ThisDll%,CDPlayNotify StartNow"
  42.  
  43. [ThisDll.Add.Inis]
  44. setup.ini, progman.groups,, "group1=%StartUp_DESC%"
  45. setup.ini, group1,, """%ThisDll_DESC%"", ""rundll32.exe %11%\%SubDir%\%ThisDll%,CDPlayNotify"",%11%\%SubDir%\%ThisDll%,-103
  46.  
  47. [ThisDll.Del.Inis]
  48. setup.ini, progman.groups,, "group1=%StartUp_DESC%"
  49. setup.ini, group1,, """%ThisDll_DESC%"""
  50.  
  51. [ThisDll.sys.install]
  52. APlayExt.Dll
  53. APlayExt.Inf
  54.  
  55. [DestinationDirs]
  56. ThisDll.sys.install=11,%SubDir% ; to System\%SubDir%
  57.  
  58. [SourceDisksNames]
  59. 55="AutoPlay Extender 1.0.","",1
  60.  
  61. [SourceDisksFiles]
  62. %ThisDll%=55
  63.  
  64. [Strings]
  65. ThisDll_DESC = "AutoPlay Extender"
  66. Short_DESC = CDAutoPlayExt
  67. SubDir = "ShellExt"
  68. ThisDll = "APlayExt.dll"
  69.  
  70. StartUp_DESC = "StartUp"
  71.