home *** CD-ROM | disk | FTP | other *** search
- ; Volcrypt.Inf - install information file
- ; Copyright ⌐ 2001-02 C.B. Roellgen, ciphers.de
- ; Copyright ⌐ 2003-03 PMC Ciphers, Inc.
-
-
- [Version]
- Signature="$Chicago$"
- Class=Encryption Services
- ClassGuid={0AAB51E6-85A7-4805-BB85-B799BF370687}
- Provider=%ciphers%
- DriverVer=12/20/2003,0.0.2.015
-
-
- [ClassInstall32]
- Addreg=EncryptionServicesClassReg
-
- [EncryptionServicesClassReg]
- HKR,,,0,%ClassName%
- HKR,,Icon,,-5
-
-
- [Manufacturer]
- %ciphers% = pmc-ciphers.com
-
- [pmc-ciphers.com]
- %Volcrypt%=Volcrypt.Install, *ciphers\Volcrypt
-
- [DestinationDirs]
- Volcrypt.Files.Driver=10,System32\Drivers
- Volcrypt.Files.Driver.NTx86=10,System32\Drivers
-
- [SourceDisksNames]
- 1="Volcrypt build directory",,,
-
- [SourceDisksFiles]
- Volcrypt.sys=1,obj\i386\free
-
- [SourceDisksFiles.x86]
- Volcrypt.sys=1,objfre\i386
-
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ; Windows 98
-
- [Volcrypt.Install]
- CopyFiles=Volcrypt.Files.Driver
- AddReg=Volcrypt.AddReg
-
- [Volcrypt.AddReg]
- HKR,,DevLoader,,*ntkern
- HKR,,NTMPDriver,,Volcrypt.sys
-
- [Volcrypt.Files.Driver]
- Volcrypt.sys
-
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ; Windows 2000
-
- [Volcrypt.Install.NTx86]
- CopyFiles=Volcrypt.Files.Driver.NTx86
-
- [Volcrypt.Files.Driver.NTx86]
- Volcrypt.sys,,,%COPYFLG_NOSKIP%
-
- [Volcrypt.Install.NTx86.Services]
- AddService = Volcrypt, %SPSVCINST_ASSOCSERVICE%, Volcrypt.Service
-
- [Volcrypt.Service]
- DisplayName = %Volcrypt.ServiceName%
- ServiceType = %SERVICE_KERNEL_DRIVER%
- StartType = %SERVICE_DEMAND_START%
- ErrorControl = %SERVICE_ERROR_NORMAL%
- ServiceBinary = %10%\System32\Drivers\Volcrypt.sys
-
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ; Strings
-
- [Strings]
- ciphers="PMC Ciphers, Inc."
- Volcrypt="Ultra-secure 512 bit PMC Volume Encryption Driver"
- Volcrypt.ServiceName="Ultra-secure 512 bit PMC Volume Encryption Driver Service"
- ClassName = "Volume Encryption Devices"
-
- SPSVCINST_ASSOCSERVICE=0x00000002 ; Driver service is associated with device being installed
- COPYFLG_NOSKIP=2 ; Do not allow user to skip file
- SERVICE_KERNEL_DRIVER=1
- SERVICE_AUTO_START=2
- SERVICE_DEMAND_START=3
- SERVICE_ERROR_NORMAL=1
-
-