home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / Chip_2004-06_cd1.bin / software / turbocrypt / Setup_BPP_Disk.msi / _4603A479407C4043518EF709F41A325D / _A38E587C9A9C4BF6A1C8934F61D09AE5 < prev    next >
Encoding:
Windows Setup INFormation  |  2003-12-21  |  2.1 KB  |  90 lines

  1. ; Volcrypt.Inf - install information file
  2. ; Copyright ⌐ 2001-02 C.B. Roellgen, ciphers.de
  3. ; Copyright ⌐ 2003-03 PMC Ciphers, Inc.
  4.  
  5.  
  6. [Version]
  7. Signature="$Chicago$"
  8. Class=Encryption Services
  9. ClassGuid={0AAB51E6-85A7-4805-BB85-B799BF370687}
  10. Provider=%ciphers%
  11. DriverVer=12/20/2003,0.0.2.015
  12.  
  13.  
  14. [ClassInstall32]
  15. Addreg=EncryptionServicesClassReg
  16.  
  17. [EncryptionServicesClassReg]
  18. HKR,,,0,%ClassName%
  19. HKR,,Icon,,-5
  20.  
  21.  
  22. [Manufacturer]
  23. %ciphers% = pmc-ciphers.com
  24.  
  25. [pmc-ciphers.com]
  26. %Volcrypt%=Volcrypt.Install, *ciphers\Volcrypt
  27.  
  28. [DestinationDirs]
  29. Volcrypt.Files.Driver=10,System32\Drivers
  30. Volcrypt.Files.Driver.NTx86=10,System32\Drivers
  31.  
  32. [SourceDisksNames]
  33. 1="Volcrypt build directory",,,
  34.  
  35. [SourceDisksFiles]
  36. Volcrypt.sys=1,obj\i386\free
  37.  
  38. [SourceDisksFiles.x86]
  39. Volcrypt.sys=1,objfre\i386
  40.  
  41. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  42. ; Windows 98
  43.  
  44. [Volcrypt.Install]
  45. CopyFiles=Volcrypt.Files.Driver
  46. AddReg=Volcrypt.AddReg
  47.  
  48. [Volcrypt.AddReg]
  49. HKR,,DevLoader,,*ntkern
  50. HKR,,NTMPDriver,,Volcrypt.sys
  51.  
  52. [Volcrypt.Files.Driver]
  53. Volcrypt.sys
  54.  
  55. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  56. ; Windows 2000
  57.  
  58. [Volcrypt.Install.NTx86]
  59. CopyFiles=Volcrypt.Files.Driver.NTx86
  60.  
  61. [Volcrypt.Files.Driver.NTx86]
  62. Volcrypt.sys,,,%COPYFLG_NOSKIP%
  63.  
  64. [Volcrypt.Install.NTx86.Services]
  65. AddService = Volcrypt, %SPSVCINST_ASSOCSERVICE%, Volcrypt.Service
  66.  
  67. [Volcrypt.Service]
  68. DisplayName    = %Volcrypt.ServiceName%
  69. ServiceType    = %SERVICE_KERNEL_DRIVER%
  70. StartType      = %SERVICE_DEMAND_START%
  71. ErrorControl   = %SERVICE_ERROR_NORMAL%
  72. ServiceBinary  = %10%\System32\Drivers\Volcrypt.sys
  73.  
  74. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  75. ; Strings
  76.  
  77. [Strings]
  78. ciphers="PMC Ciphers, Inc."
  79. Volcrypt="Ultra-secure 512 bit PMC Volume Encryption Driver"
  80. Volcrypt.ServiceName="Ultra-secure 512 bit PMC Volume Encryption Driver Service"
  81. ClassName = "Volume Encryption Devices"
  82.  
  83. SPSVCINST_ASSOCSERVICE=0x00000002    ; Driver service is associated with device being installed
  84. COPYFLG_NOSKIP=2    ; Do not allow user to skip file
  85. SERVICE_KERNEL_DRIVER=1
  86. SERVICE_AUTO_START=2
  87. SERVICE_DEMAND_START=3
  88. SERVICE_ERROR_NORMAL=1
  89.  
  90.