home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1997 November / dpcb1197.iso / editor.ial / POWERTOY / CABVIEW.INF < prev    next >
Windows Setup INFormation  |  1995-08-03  |  2KB  |  51 lines

  1. ; Author: GeorgeP.
  2.  
  3. [version]
  4. signature="$CHICAGO$"
  5. SetupClass=BASE
  6.  
  7. [DefaultInstall]
  8. CopyFiles=ThisDll.sys.install
  9. AddReg=ThisDll.Add.Reg,ThisDll.Uninst.Reg
  10.  
  11. [CabViewInstall]
  12. CopyFiles=ThisDll.sys.install
  13. AddReg=ThisDll.Add.Reg,ThisDll.Uninst.Reg
  14.  
  15. [DefaultUninstall]
  16. DelFiles=ThisDll.sys.install
  17. DelReg=ThisDll.Add.Reg,ThisDll.Uninst.Reg
  18.  
  19. [ThisDll.Add.Reg]
  20. HKCR,CLSID\{0CD7A5C0-9F37-11CE-AE65-08002B2E1262}\InProcServer32,,,"%11%\%SubDir%\%ThisDll%"
  21. HKCR,CLSID\{0CD7A5C0-9F37-11CE-AE65-08002B2E1262}\InProcServer32,ThreadingModel,,"Apartment"
  22.  
  23. HKCR,CLSID\{0CD7A5C0-9F37-11CE-AE65-08002B2E1262}\DefaultIcon,,,"%11%\%SubDir%\%ThisDll%"
  24. HKCR,CLSID\{0CD7A5C0-9F37-11CE-AE65-08002B2E1262}\shell\open,,,%Open_DESC%
  25. HKCR,CLSID\{0CD7A5C0-9F37-11CE-AE65-08002B2E1262}\shell\open\command,,,"explorer /root,{0CD7A5C0-9F37-11CE-AE65-08002B2E1262},%1"
  26. HKCR,.cab,,,"CLSID\{0CD7A5C0-9F37-11CE-AE65-08002B2E1262}"
  27.  
  28. [ThisDll.Uninst.Reg]
  29. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\MSCabFileView,,,
  30. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\MSCabFileView,"DisplayName",,"Cabinet File Viewer"
  31. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\MSCabFileView,"UninstallString",,"rundll32.exe %11%\%SubDir%\%ThisDll%,Uninstall %11%\%SubDir%\cabview.inf"
  32.  
  33. [ThisDll.sys.install]
  34. CabView.dll
  35. CabView.inf
  36.  
  37. [DestinationDirs]
  38. ThisDll.sys.install=11,%SubDir% ; to System\%SubDir%
  39.  
  40. [SourceDisksNames]
  41. 55="CabView 1.0.","",1
  42.  
  43. [SourceDisksFiles]
  44. %ThisDll%=55
  45.  
  46. [Strings]
  47. Open_DESC = "View"
  48.  
  49. SubDir = "ShellExt"
  50. ThisDll = "CabView.dll"
  51.