; ; ;Copyright (c) Microsoft Corporation All rights Reserved ; ;Module Name: ; ; csvvol.inf ; [Version] Signature="$WINDOWS NT$" Class=CSVVolumes ClassGuid={CC342E67-BD5B-4DD2-BB7B-BF23CF9F2A0E} Provider=%Msft% DriverVer=06/21/2006,6.3.9600.16384 [DestinationDirs] DefaultDestDir = 12 ; DIRID_DRIVERS [ControlFlags] BasicDriverOk=* ExcludeFromSelect = * ; ================= Class section ===================== [ClassInstall32] Addreg=CSVVolumeClassReg [CSVVolumeClassReg] HKR,,,,%ClassDisplayName% HKR,,IconPath,0x10000,"%SystemRoot%\System32\imageres.dll,-32" HKR,,DeviceCharacteristics,0x10001,0x100 HKR,,Security,,"D:P(A;;GX;;;WD)(A;;GA;;;SY)(A;;GA;;;BA)(A;;GX;;;RC)" HKR,,SilentInstall,,1 HKR,,NoInstallClass,,1 HKR,,NoDisplayClass,,1 HKR,,BootCritical,,1 [Manufacturer] %Msft%=Msft,NTx86...2,NTx86...3,NTia64...2,NTia64...3,NTamd64...2,NTamd64...3 [Msft.NTx86...2] %CSVVolumeDevice.DeviceDesc% = Csv_Volume, STORAGE\CSVVolume [Msft.NTx86...3] %CSVVolumeDevice.DeviceDesc% = Csv_Volume, STORAGE\CSVVolume [Msft.NTia64...2] %CSVVolumeDevice.DeviceDesc% = Csv_Volume, STORAGE\CSVVolume [Msft.NTia64...3] %CSVVolumeDevice.DeviceDesc% = Csv_Volume, STORAGE\CSVVolume [Msft.NTamd64...2] %CSVVolumeDevice.DeviceDesc% = Csv_Volume, STORAGE\CSVVolume [Msft.NTamd64...3] %CSVVolumeDevice.DeviceDesc% = Csv_Volume, STORAGE\CSVVolume ; ; Nothing to do (these devices are raw). We just needed an INF ; match so these do not show up as "unknown" devices. ; [Csv_Volume.NTx86] [Csv_Volume.NTx86.Interfaces] AddInterface={53F5630D-B6BF-11D0-94F2-00A0C91EFB8B} [Csv_Volume.NTx86.Services] AddService = ,2, ; Run the device RAW [Csv_Volume.NTia64] [Csv_Volume.NTia64.Interfaces] AddInterface={53F5630D-B6BF-11D0-94F2-00A0C91EFB8B} [Csv_Volume.NTia64.Services] AddService = ,2, ; Run the device RAW [Csv_Volume.NTamd64] [Csv_Volume.NTamd64.Interfaces] AddInterface={53F5630D-B6BF-11D0-94F2-00A0C91EFB8B} [Csv_Volume.NTamd64.Services] AddService = ,2, ; Run the device RAW [Strings] Msft="Microsoft" CSVVolumeDevice.DeviceDesc="Cluster storage volume" ClassDisplayName="Cluster Storage Volumes"