; WIBUKEY.INF - installation file of WIBU-KEY Runtime Install Disk. ; Copyright (c) 1997-2018 by WIBU-SYSTEMS AG, Germany, http://www.wibu.com ; Windows XP/7/8/10 installation information for WibuKey software protection system ; ; *** last change: 2018Nov13 (jo) ; *** Version 6.50 Build 3283 ; [Version] Signature = $Windows NT$ CatalogFile.nt=wibukeyUSB.cat CatalogFile.ntamd64=wibukeyUSB64.cat Class = USB ClassGuid = {36fc9e60-c465-11cf-8056-444553540000} DriverVer=01/08/2019,6.50.3314.501 Provider = "WIBU-SYSTEMS AG" [Manufacturer] %WIBU% = WIBU,ntamd64 ; This part identifies which kind of WIBU-BOX is plugged in -> WIBU-BOX/U, /RU or SecuriKey. [WIBU] %USB\VID_064F&PID_0BD7.DeviceDesc% = WBxUInst, USB\VID_064F&PID_0BD7 %USB\VID_064F&PID_0BD8.DeviceDesc% = WBxUInst, USB\VID_064F&PID_0BD8 %USB\VID_064F&PID_0BD9.DeviceDesc% = WBxUInst, USB\VID_064F&PID_0BD9 [WIBU.ntamd64] %USB\VID_064F&PID_0BD7.DeviceDesc% = WBxUInst64, USB\VID_064F&PID_0BD7 %USB\VID_064F&PID_0BD8.DeviceDesc% = WBxUInst64, USB\VID_064F&PID_0BD8 %USB\VID_064F&PID_0BD9.DeviceDesc% = WBxUInst64, USB\VID_064F&PID_0BD9 ;******************************** ;***** Install driver/services ;******************************** [WBxUInst] CopyFiles=WibuKey.SysFiles ;######### CopyFiles=WibuKey.Files,WibuKey.SysFiles [WBxUInst64] CopyFiles=WibuKey.SysFiles64 ;######### CopyFiles=WibuKey.Files64,WibuKey.SysFiles64 ;***** Registry entries on W2K (WIBU-BOX/M & /U is the same) [WBxUInst.Services] AddService = Wibukey2,2,WibukeyService2 ;######### AddService = Wibukey,,WibukeyService1 [WBxUInst64.Services] AddService = Wibukey2_64,2,WibukeyService2_64 ;######### AddService = Wibukey64,,WibukeyService1_64 ;******************************** ;***** files, folders, strings ;******************************** ;######### [WibuKey.Files] ;######### wibuke32.cpl ;######### wkwin32.dll ;######### [WibuKey.Files64] ;######### wibuke64.cpl ;######### wkwin64.dll [WibuKey.SysFiles] wibukey2.sys ;######### wibukey.sys [WibuKey.SysFiles64] wibukey2_64.sys ;######### wibukey64.sys ;######### [WibukeyService1] ;######### ServiceType = 1 ; 1 = SERVICE_KERNEL_DRIVER ;######### StartType = 2 ; 2 = SERVICE_AUTO_START ;######### ErrorControl = 1 ; 1 = SERVICE_ERROR_NORMAL ;######### ServiceBinary = %10%\system32\drivers\wibukey.sys ; Specifies the path to the binary for the service ;######### [WibukeyService1_64] ;######### ServiceType = 1 ; 1 = SERVICE_KERNEL_DRIVER ;######### StartType = 2 ; 2 = SERVICE_AUTO_START ;######### ErrorControl = 1 ; 1 = SERVICE_ERROR_NORMAL ;######### ServiceBinary = %10%\system32\drivers\wibukey64.sys ; Specifies the path to the binary for the service [WibukeyService2] ServiceType = 1 ; 1 = SERVICE_KERNEL_DRIVER StartType = 3 ; 3 = SERVICE_DEMAND_START ErrorControl = 1 ; 1 = SERVICE_ERROR_NORMAL ServiceBinary = %10%\system32\drivers\wibukey2.sys ; Specifies the path to the binary for the service [WibukeyService2_64] ServiceType = 1 ; 1 = SERVICE_KERNEL_DRIVER StartType = 3 ; 3 = SERVICE_DEMAND_START ErrorControl = 1 ; 1 = SERVICE_ERROR_NORMAL ServiceBinary = %10%\system32\drivers\wibukey2_64.sys ; Specifies the path to the binary for the service ;***** Common declarations [SourceDisksNames] 1=%INSTRT%,, [SourceDisksFiles] wibukey2.sys=1 wibukey2_64.sys=1 ;######### wibuke32.cpl=1 ;######### wibuke64.cpl=1 ;######### wkwin32.dll=1 ;######### wkwin64.dll=1 ;######### wibukey.sys=1 ;######### wibukey64.sys=1 [DestinationDirs] WibuKey.SysFiles = 10,system32\drivers WibuKey.SysFiles64 = 10,system32\drivers [Strings] USB\VID_064F&PID_0BD7.DeviceDesc = "WIBU-BOX/U" USB\VID_064F&PID_0BD8.DeviceDesc = "WIBU-BOX/RU" USB\VID_064F&PID_0BD9.DeviceDesc = "SecuriKey" INSTRT="WIBU-KEY Runtime Install Disk" WIBU = "WIBU-SYSTEMS AG, www.wibu.com"