home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 September / WIN95_09964.iso / encrypt / cryptext.zip / CRYPTEXT.INF < prev    next >
INI File  |  1996-09-24  |  3KB  |  63 lines

  1. [version]
  2. signature="$CHICAGO$"
  3. SetupClass=BASE
  4.  
  5. [DefaultInstall]
  6. CopyFiles=ThisDll.sys.install
  7. AddReg=ThisDll.Add.Reg,ThisDll.Uninst.Reg
  8.  
  9. [DefaultUninstall]
  10. DelFiles=ThisDll.sys.install
  11. DelReg=ThisDll.Add.Reg,ThisDll.Uninst.Reg,ThisDll.Settings.Reg
  12.  
  13. [ThisDll.Add.Reg]
  14. HKCR,*\shellex\ContextMenuHandlers\Cryptext,,,"{990a81a0-b289-11cf-a800-00a0c903a2a6}"
  15. HKCR,CLSID\{990a81a0-b289-11cf-a800-00a0c903a2a6},,,"Cryptext"
  16. HKCR,Directory\shellex\ContextMenuHandlers\Cryptext,,,"{990a81a0-b289-11cf-a800-00a0c903a2a6}"
  17. HKCR,Folder\shellex\ContextMenuHandlers\Cryptext,,,"{990a81a0-b289-11cf-a800-00a0c903a2a6}"
  18. HKCR,CLSID\{990a81a0-b289-11cf-a800-00a0c903a2a6}\InProcServer32,,,"%11%\%SubDir%\%ThisDll%"
  19. HKCR,CLSID\{990a81a0-b289-11cf-a800-00a0c903a2a6}\InProcServer32,ThreadingModel,,Apartment
  20. HKCR,.$#!,,,"Cryptext"
  21. HKCR,Cryptext,,,"Encrypted File"
  22. HKCR,Cryptext,"EditFlags",1,01,00,00,00
  23. HKCR,Cryptext,"NeverShowExt",,""
  24. HKCR,Cryptext\DefaultIcon,,,"%11%\%SubDir%\%ThisDll%,0"
  25.  
  26. HKLM,SOFTWARE\Classes\*\shellex\ContextMenuHandlers\Cryptext,,,"{990a81a0-b289-11cf-a800-00a0c903a2a6}"
  27. HKLM,SOFTWARE\Classes\CLSID\{990a81a0-b289-11cf-a800-00a0c903a2a6},,,"Cryptext"
  28. HKLM,SOFTWARE\Classes\Directory\shellex\ContextMenuHandlers\Cryptext,,,"{990a81a0-b289-11cf-a800-00a0c903a2a6}"
  29. HKLM,SOFTWARE\Classes\Folder\shellex\ContextMenuHandlers\Cryptext,,,"{990a81a0-b289-11cf-a800-00a0c903a2a6}"
  30. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved","{990a81a0-b289-11cf-a800-00a0c903a2a6}",,"Cryptext"
  31. HKLM,SOFTWARE\Microsoft\Windows\Help,"Cryptext.hlp",,""%11%\%SubDir%"
  32.  
  33. HKCU,SOFTWARE\Cryptext,,,
  34.  
  35. [ThisDll.Uninst.Reg]
  36. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\Cryptext,,,
  37. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\Cryptext,"DisplayName",,"Cryptext (Windows 95) (Remove Only)"
  38. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\Cryptext,"UninstallString",,"rundll setupx.dll,InstallHinfSection DefaultUninstall 4 %11%\%SubDir%\Cryptext.inf"
  39. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\CryptextNT4,,,
  40. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\CryptextNT4,"DisplayName",,"Cryptext (Windows NT) (Remove Only)"
  41. HKLM,SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\CryptextNT4,"UninstallString",,"rundll32 setupapi.dll,InstallHinfSection DefaultUninstall 132 %11%\%SubDir%\Cryptext.inf"
  42.  
  43. [ThisDll.Settings.Reg]
  44. HKCU,SOFTWARE\Cryptext,,,
  45.  
  46. [ThisDll.sys.install]
  47. Cryptext.dll
  48. Cryptext.hlp
  49. Cryptext.inf
  50.  
  51. [DestinationDirs]
  52. ThisDll.sys.install=11,%SubDir% ; to System\%SubDir%
  53.  
  54. [SourceDisksNames]
  55. 88="Cryptext v1.1","",1
  56.  
  57. [SourceDisksFiles]
  58. %ThisDll%=88
  59.  
  60. [Strings]
  61. SubDir = "ShellExt"
  62. ThisDll = "Cryptext.dll"
  63.