import depuis ancien GitHub

This commit is contained in:
David Wuibaille
2025-10-31 08:38:13 +01:00
parent 6f3aeedc93
commit 6a2f2de58e
745 changed files with 178444 additions and 0 deletions

View File

@@ -0,0 +1,83 @@
;-----------------------------------------------------------------------------
;
; rccfg.inf = Installation for AMD-RAID device driver
;
; (c)2012-2016 Advanced Micro Devices, Inc.
;
;-----------------------------------------------------------------------------
; - This version supports Windows 10.
; - Class and ClassGUID specify the type of driver and must match
; (see $DDKPATH/inc/api/devguid.h).
; - Driver provided by Advanced Micro Devices, Inc. for AMD-RAID 7.2 software.
; (7.2.0-00025)
;-----------------------------------------------------------------------------
;-----------------------------------------------------------------------------
[Version]
Signature = "$Windows NT$"
Class = System
ClassGUID = {4d36e97d-e325-11ce-bfc1-08002be10318}
Provider = %AMD%
CatalogFile = rccfg.cat
DriverVer = 07/26/2016,7.2.0.00025
PnpLockDown = 0
DriverPackageDisplayName = %rccfg_Desc%
DriverPackageType = PlugAndPlay
;-----------------------------------------------------------------------------
[SourceDisksNames]
1 = %rccfg_Desc%
;-----------------------------------------------------------------------------
[SourceDisksFiles]
rccfg.sys = 1
;-----------------------------------------------------------------------------
[DestinationDirs]
DefaultDestDir = 12 ;%WinDir%\System32\Drivers directory on NT-based systems
;-----------------------------------------------------------------------------
[ControlFlags]
ExcludeFromSelect = *
;-----------------------------------------------------------------------------
[Manufacturer]
%AMD% = AMD,ntamd64
;-----------------------------------------------------------------------------
[AMD.ntamd64]
%rccfg_Desc% = rccfg_Inst, SCSI\ProcessorAMD-RAIDConfiguration___V7.0
%multi_Desc% = rccfg_Inst, SCSI\ProcessorAMD-RAIDMultiCard_______V7.0
;-----------------------------------------------------------------------------
[rcraid_Inst]
CopyFiles = DefaultDestDir
;-----------------------------------------------------------------------------
[DefaultDestDir]
rccfg.sys,,,0x00002004
;-----------------------------------------------------------------------------
[rccfg_Inst]
CopyFiles = DefaultDestDir
;-----------------------------------------------------------------------------
[rccfg_Inst.Services]
AddService = rccfg,0x00000002,rccfg_Service_Inst
;-----------------------------------------------------------------------------
[rccfg_Service_Inst]
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %12%\rccfg.sys
DisplayName = %rccfg_Desc%
;-----------------------------------------------------------------------------
[Strings]
AMD = "Advanced Micro Devices, Inc."
rccfg_Desc = "AMD-RAID Config Device"
multi_Desc = "AMD-RAID Multi Device"

View File

@@ -0,0 +1,109 @@
;-----------------------------------------------------------------------------
;
; rcraid.inf = Installation for AMD-RAID device driver
;
; (c)2012-2016 Advanced Micro Devices, Inc.
;
;-----------------------------------------------------------------------------
; - This version supports Windows 10.
; - Class and ClassGUID specify the type of driver and must match
; (see $DDKPATH/inc/api/devguid.h).
; - Driver provided by Advanced Micro Devices, Inc. for AMD-RAID 7.2 software.
; (7.2.0-00025)
;-----------------------------------------------------------------------------
;-----------------------------------------------------------------------------
[Version]
Signature = "$Windows NT$"
Class = SCSIAdapter
ClassGUID = {4D36E97B-E325-11CE-BFC1-08002BE10318}
Provider = %AMD%
CatalogFile = rcraid.cat
DriverVer = 07/26/2016,7.2.0.00025
PnpLockDown = 0
DriverPackageDisplayName = %rcraid_Desc%
DriverPackageType = PlugAndPlay
;-----------------------------------------------------------------------------
[SourceDisksNames]
1 = %rcraid_Desc%
;-----------------------------------------------------------------------------
[SourceDisksFiles]
rcraid.sys = 1
;-----------------------------------------------------------------------------
[DestinationDirs]
DefaultDestDir = 12 ;%WinDir%\System32\Drivers directory on NT-based systems
;-----------------------------------------------------------------------------
[ControlFlags]
ExcludeFromSelect = *
;-----------------------------------------------------------------------------
[Manufacturer]
%AMD% = AMD,ntamd64
;-----------------------------------------------------------------------------
[AMD.ntamd64]
%rcraid_Desc%=rcraid_Inst,PCI\VEN_1022&DEV_7905&subsys_8265103C
%rcraid_Desc%=rcraid_Inst,PCI\VEN_1022&DEV_7805&subsys_2215103C
%rcraid_Desc%=rcraid_Inst,PCI\VEN_1022&DEV_7805&subsys_805A103C
%rcraid_Desc%=rcraid_Inst,PCI\VEN_1022&DEV_7805&subsys_805C103C
%rcraid_Desc%=rcraid_Inst,PCI\VEN_1022&DEV_7805&subsys_225F103C
%rcraid_Desc%=rcraid_Inst,PCI\VEN_1022&DEV_7805&subsys_2B17103C
%rcraid_Desc%=rcraid_Inst,PCI\VEN_1022&DEV_7805&subsys_2B35103C
%rcraid_Desc%=rcraid_Inst,PCI\VEN_1022&DEV_7805&subsys_2B52103C
;-----------------------------------------------------------------------------
[rcraid_Inst]
CopyFiles = DefaultDestDir
;-----------------------------------------------------------------------------
[DefaultDestDir]
rcraid.sys,,,0x00002004
;-----------------------------------------------------------------------------
[rcraid_Inst.Services]
AddService = rcraid,0x00000002,rcraid_Service_Inst
;-----------------------------------------------------------------------------
[rcraid_Service_Inst]
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 0 ; SERVICE_BOOT_START
ErrorControl = 2 ; SERVICE_ERROR_SEVERE
ServiceBinary = %12%\rcraid.sys
DelReg = rcraid_Inst_DelReg
AddReg = rcraid_Inst_AddReg
;-----------------------------------------------------------------------------
[rcraid_Inst_DelReg]
HKR, "Parameters\PnpInterface", 5
HKR, "Parameters\Device", "NumberOfRequests"
HKR, "Parameters", "BusType"
HKR, "Parameters\Device", "EnableHIPM"
HKR, "Parameters\Device", "EnableDIPM"
HKR, "Parameters\Device", "EnableAN"
HKR, "Parameters\Device", "EnableZPODD"
HKR, "Parameters\Device", "DriverParameter"
HKR, "Parameters\Device", "EnableNCQ"
;-----------------------------------------------------------------------------
[rcraid_Inst_AddReg]
HKR, "Parameters\PnpInterface", 5, 0x00010001, 0x00000001
HKR, "Parameters\Device", "NumberOfRequests", 0x00010001, 254
HKR, "Parameters", "BusType", 0x00010001, 0x00000008
HKR, "Parameters\Device", "EnableHIPM", 0x00010001, 0x00000000
HKR, "Parameters\Device", "EnableDIPM", 0x00010001, 0xFFFFFFFF
HKR, "Parameters\Device", "EnableAN", 0x00010001, 0X00000000
HKR, "Parameters\Device", "EnableZPODD", 0x00010001, 0X00000001
HKR, "Parameters\Device", "DriverParameter", 0x00000000, "CSMI=Limited;"
HKR, "Parameters\Device", "EnableNCQ", 0x00010001, 0X00000000
HKLM,"System\CurrentControlSet\Services\Disk","TimeOutValue",0x00010001,0x0000003C
;-----------------------------------------------------------------------------
[Strings]
AMD = "Advanced Micro Devices, Inc."
rcraid_Desc = "AMD-RAID Controller [storport]"

View File

@@ -0,0 +1,133 @@
[CVA File Information]
CVATimeStamp=20170725T125727
CVASyntaxVersion=2.1A6
[Software Title]
US=AMD SATA RAID Driver
[US.Software Description]
This package provides the AMD AHCI Compatible RAID Controller Driver for supported models running a supported operating system.
[General]
PN=000000-000
Version=7.2.0.25
Revision=Q
Pass=1
Type=Driver
Category=Driver-Storage
TargetPartition=MFG DIAGS
SystemMustBeRebooted=1
VendorName=AMD
VendorVersion=7.2.0.25
[SupportedLanguages]
Languages=GLOBAL
Countries=GBL
[ProfessionalInnovations]
HPPI=NO
LearnMore=
[DetailFileInformation]
rcraid.sys=<DRIVERS>\,0x0007,0x0002,0x0000,0x0019,WT64
rcraid.sys=<DRIVERS>\,0x0007,0x0002,0x0000,0x0019,WTIOT64
[Softpaq]
SoftpaqNumber=SP81452
SupersededSoftpaqNumber=SP79131
SoftPaqMD5=f45b53525ed5ead5c76b5b0fd21755d6
[Devices]
PCI\VEN_1022&DEV_7905="AMD RAID Controller"
PCI\VEN_1022&DEV_7901="AMD SATA Controller"
PCI\VEN_1022&DEV_7904="AMD SATA Controller"
[Devices_INFPath]
WT64_INFPath=WTx64
WTIOT64_INFPath=WTx64
[System Information]
SysId01=0x8265
SysName01=HP EliteDesk 705 G3 MT,HP EliteDesk 705 G3 SFF
SysId02=0x835B
SysName02=HP EliteDesk 705 G3 MT,HP EliteDesk 705 G3 SFF
[Operating Systems]
WT64=OEM
WTIOT64=OEM
[US.Enhancements]
- Provides RAID-1 solution on AMD AHCI/RAID Controller for data mirroring
protection
[Install Execution]
Install="setup.exe"
SilentInstall="Callinst.exe" /app spinstall_s.cmd /hide /ret 3010
[ReturnCode]
0:SUCCESS:REBOOT=The action completed successfully.
1641:SUCCESS:NOREBOOT=The installer has initiated a restart. This message is indicative of a success.
1619:SUCCESS:NOREBOOT= The action completed successfully.
13:FAILURE:NOREBOOT=The data is invalid.
14:SUCCESS:REBOOT= A restart is required to complete the install
87:FAILURE:NOREBOOT=One of the parameters was invalid.
259:FAILURE:NOREBOOT=An error occurred during installation.
1604:FAILURE:NOREBOOT=Installation suspended, incomplete.
1612:FAILURE:NOREBOOT=The installation source for this product is not available.
1613:FAILURE:NOREBOOT=This installation package cannot be installed by the Windows Installer service.
1620:FAILURE:NOREBOOT=This installation package could not be opened.
1621:FAILURE:NOREBOOT=There was an error starting the Windows Installer service user interface. Contact your support personnel.
1623:FAILURE:NOREBOOT=This language of this installation package is not supported by your system.
1624:FAILURE:NOREBOOT=There was an error applying transforms. Verify that the specified transform paths are valid.
1631:FAILURE:NOREBOOT=The Windows Installer service failed to start. Contact your support personnel.
1632:FAILURE:NOREBOOT=The Temp folder is either full or inaccessible. Verify that the Temp folder exists and that you can write to it.
1634:CANCEL:NOREBOOT=Component is not used on this machine.
1639:FAILURE:NOREBOOT=Invalid command line argument.
-522190794:SUCCESS:NOREBOOT=The action completed successfully.
-522190759:SUCCESS:NOREBOOT=The action completed successfully.
-522190592:SUCCESS:NOREBOOT=The action completed successfully.
-522189566:SUCCESS:NOREBOOT=The action completed successfully.
-5012:SUCCESS:NOREBOOT=The action completed successfully.
-5006:SUCCESS:NOREBOOT=The action completed successfully.
-5001:SUCCESS:NOREBOOT=The action completed successfully.
-3:SUCCESS:NOREBOOT=The action completed successfully.
-2:SUCCESS:NOREBOOT=The action completed successfully.
1:SUCCESS:REBOOT=The action completed successfully.
2:SUCCESS:NOREBOOT=The action completed successfully.
3:SUCCESS:NOREBOOT=The action completed successfully.
5:SUCCESS:NOREBOOT=The action completed successfully.
7:SUCCESS:NOREBOOT=The action completed successfully.
10:SUCCESS:NOREBOOT=The action completed successfully.
99:SUCCESS:NOREBOOT=The action completed successfully.
255:SUCCESS:NOREBOOT=The action completed successfully.
1153:SUCCESS:NOREBOOT=The action completed successfully.
1158:SUCCESS:NOREBOOT=The action completed successfully.
1601:SUCCESS:NOREBOOT=The action completed successfully.
1602:SUCCESS:NOREBOOT=The action completed successfully.
1603:SUCCESS:NOREBOOT=The action completed successfully.
1618:SUCCESS:NOREBOOT=The action completed successfully.
1622:SUCCESS:NOREBOOT=The action completed successfully.
1633:SUCCESS:NOREBOOT=The action completed successfully.
1636:SUCCESS:NOREBOOT=The action completed successfully.
1638:SUCCESS:NOREBOOT=The action completed successfully.
3010:SUCCESS:REBOOT=The action completed successfully.
1073807364:SUCCESS:NOREBOOT=The action completed successfully.
1073807464:SUCCESS:NOREBOOT=The action completed successfully.
[Private]
Private_SSMCompliant=1
DPB_Compliant=1
Private_ReleaseType=Routine
Private_ProductType = Desktops
[Private_SoftpaqInstall]
NOTE: To install the software in this SoftPaq, you must be logged in with Administrator privileges.
1. Download the file by clicking the "Download" or "Obtain Software" button and saving the file to a folder on your hard drive (make a note of the folder where the downloaded file is saved).
2. Double-click the downloaded file and follow the on-screen instructions to unpack the files to C:\SWSETUP\SP81452(complete step3 in the next page to get SP# first then change SP# here) or another directory of your choice.
3. Run the setup program from the directory that contains the unpacked SoftPaq files. Use the -? to list the command line options for the setup program.
[CVAToolDocumentStamp]
Generated by Release CVA Tool Version 1.0 using Syntax Version 2.0 A1 on 7/25/2017 12:57:27 AM
Copyright (c) 2017 HP Development Company, L.P.

View File

@@ -0,0 +1,83 @@
;-----------------------------------------------------------------------------
;
; rccfg.inf = Installation for AMD-RAID device driver
;
; (c)2012-2018 Advanced Micro Devices, Inc.
;
;-----------------------------------------------------------------------------
; - This version supports Windows 10.
; - Class and ClassGUID specify the type of driver and must match
; (see $DDKPATH/inc/api/devguid.h).
; - Driver provided by Advanced Micro Devices, Inc. for AMD-RAID 7.2 software.
; (7.2.0-00057)
;-----------------------------------------------------------------------------
;-----------------------------------------------------------------------------
[Version]
Signature = "$Windows NT$"
Class = System
ClassGUID = {4d36e97d-e325-11ce-bfc1-08002be10318}
Provider = %AMD%
CatalogFile = rccfg.cat
DriverVer = 05/14/2018,7.2.0.00057
PnpLockDown = 0
DriverPackageDisplayName = %rccfg_Desc%
DriverPackageType = PlugAndPlay
;-----------------------------------------------------------------------------
[SourceDisksNames]
1 = %rccfg_Desc%
;-----------------------------------------------------------------------------
[SourceDisksFiles]
rccfg.sys = 1
;-----------------------------------------------------------------------------
[DestinationDirs]
DefaultDestDir = 12 ;%WinDir%\System32\Drivers directory on NT-based systems
;-----------------------------------------------------------------------------
[ControlFlags]
ExcludeFromSelect = *
;-----------------------------------------------------------------------------
[Manufacturer]
%AMD% = AMD,ntamd64
;-----------------------------------------------------------------------------
[AMD.ntamd64]
%rccfg_Desc% = rccfg_Inst, SCSI\ProcessorAMD-RAIDConfiguration___V7.0
%multi_Desc% = rccfg_Inst, SCSI\ProcessorAMD-RAIDMultiCard_______V7.0
;-----------------------------------------------------------------------------
[rcraid_Inst]
CopyFiles = DefaultDestDir
;-----------------------------------------------------------------------------
[DefaultDestDir]
rccfg.sys,,,0x00002004
;-----------------------------------------------------------------------------
[rccfg_Inst]
CopyFiles = DefaultDestDir
;-----------------------------------------------------------------------------
[rccfg_Inst.Services]
AddService = rccfg,0x00000002,rccfg_Service_Inst
;-----------------------------------------------------------------------------
[rccfg_Service_Inst]
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %12%\rccfg.sys
DisplayName = %rccfg_Desc%
;-----------------------------------------------------------------------------
[Strings]
AMD = "Advanced Micro Devices, Inc."
rccfg_Desc = "AMD-RAID Config Device"
multi_Desc = "AMD-RAID Multi Device"

View File

@@ -0,0 +1,116 @@
;-----------------------------------------------------------------------------
;
; rcraid.inf = Installation for AMD-RAID device driver
;
; (c)2012-2018 Advanced Micro Devices, Inc.
;
;-----------------------------------------------------------------------------
; - This version supports Windows 10.
; - Class and ClassGUID specify the type of driver and must match
; (see $DDKPATH/inc/api/devguid.h).
; - Driver provided by Advanced Micro Devices, Inc. for AMD-RAID 7.2 software.
; (7.2.0-00057)
;-----------------------------------------------------------------------------
;-----------------------------------------------------------------------------
[Version]
Signature = "$Windows NT$"
Class = SCSIAdapter
ClassGUID = {4D36E97B-E325-11CE-BFC1-08002BE10318}
Provider = %AMD%
CatalogFile = rcraid.cat
DriverVer = 05/14/2018,7.2.0.00057
PnpLockDown = 0
DriverPackageDisplayName = %rcraid_Desc%
DriverPackageType = PlugAndPlay
;-----------------------------------------------------------------------------
[SourceDisksNames]
1 = %rcraid_Desc%
;-----------------------------------------------------------------------------
[SourceDisksFiles]
rcraid.sys = 1
;-----------------------------------------------------------------------------
[DestinationDirs]
DefaultDestDir = 12 ;%WinDir%\System32\Drivers directory on NT-based systems
;-----------------------------------------------------------------------------
[ControlFlags]
ExcludeFromSelect = *
;-----------------------------------------------------------------------------
[Manufacturer]
%AMD% = AMD,ntamd64
;-----------------------------------------------------------------------------
[AMD.ntamd64]
%rcraid_Desc%=rcraid_Inst,PCI\VEN_1022&DEV_7905&subsys_8265103C
%rcraid_Desc%=rcraid_Inst,PCI\VEN_1022&DEV_7916&subsys_835B103C
%rcraid_Desc%=rcraid_Inst,PCI\VEN_1022&DEV_7805&subsys_2215103C
%rcraid_Desc%=rcraid_Inst,PCI\VEN_1022&DEV_7805&subsys_805A103C
%rcraid_Desc%=rcraid_Inst,PCI\VEN_1022&DEV_7805&subsys_805C103C
%rcraid_Desc%=rcraid_Inst,PCI\VEN_1022&DEV_7805&subsys_225F103C
%rcraid_Desc%=rcraid_Inst,PCI\VEN_1022&DEV_7905&subsys_8461103C
%rcraid_Desc%=rcraid_Inst,PCI\VEN_1022&DEV_7916&subsys_83E7103C
%rcraid_Desc%=rcraid_Inst,PCI\VEN_1022&DEV_7916&subsys_8460103C
%rcraid_Desc%=rcraid_Inst,PCI\VEN_1022&DEV_7805&subsys_2B17103C
%rcraid_Desc%=rcraid_Inst,PCI\VEN_1022&DEV_7805&subsys_2B35103C
%rcraid_Desc%=rcraid_Inst,PCI\VEN_1022&DEV_7805&subsys_2B52103C
%rcraid_Desc%=rcraid_Inst,PCI\VEN_1022&DEV_7905&subsys_8463103C
%rcraid_Desc%=rcraid_Inst,PCI\VEN_1022&DEV_7916&subsys_83E8103C
%rcraid_Desc%=rcraid_Inst,PCI\VEN_1022&DEV_7916&subsys_8462103C
;-----------------------------------------------------------------------------
[rcraid_Inst]
CopyFiles = DefaultDestDir
;-----------------------------------------------------------------------------
[DefaultDestDir]
rcraid.sys,,,0x00002004
;-----------------------------------------------------------------------------
[rcraid_Inst.Services]
AddService = rcraid,0x00000002,rcraid_Service_Inst
;-----------------------------------------------------------------------------
[rcraid_Service_Inst]
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 0 ; SERVICE_BOOT_START
ErrorControl = 2 ; SERVICE_ERROR_SEVERE
ServiceBinary = %12%\rcraid.sys
DelReg = rcraid_Inst_DelReg
AddReg = rcraid_Inst_AddReg
;-----------------------------------------------------------------------------
[rcraid_Inst_DelReg]
HKR, "Parameters\PnpInterface", 5
HKR, "Parameters\Device", "NumberOfRequests"
HKR, "Parameters", "BusType"
HKR, "Parameters\Device", "EnableHIPM"
HKR, "Parameters\Device", "EnableDIPM"
HKR, "Parameters\Device", "EnableAN"
HKR, "Parameters\Device", "EnableZPODD"
HKR, "Parameters\Device", "DriverParameter"
HKR, "Parameters\Device", "EnableNCQ"
;-----------------------------------------------------------------------------
[rcraid_Inst_AddReg]
HKR, "Parameters\PnpInterface", 5, 0x00010001, 0x00000001
HKR, "Parameters\Device", "NumberOfRequests", 0x00010001, 254
HKR, "Parameters", "BusType", 0x00010001, 0x00000008
HKR, "Parameters\Device", "EnableHIPM", 0x00010001, 0x00000000
HKR, "Parameters\Device", "EnableDIPM", 0x00010001, 0xFFFFFFFF
HKR, "Parameters\Device", "EnableAN", 0x00010001, 0X00000000
HKR, "Parameters\Device", "EnableZPODD", 0x00010001, 0X00000001
HKR, "Parameters\Device", "DriverParameter", 0x00000000, "CSMI=Limited;"
HKR, "Parameters\Device", "EnableNCQ", 0x00010001, 0X00000000
HKLM,"System\CurrentControlSet\Services\Disk","TimeOutValue",0x00010001,0x0000003C
;-----------------------------------------------------------------------------
[Strings]
AMD = "Advanced Micro Devices, Inc."
rcraid_Desc = "AMD-RAID Controller [storport]"

View File

@@ -0,0 +1,88 @@
[CVA File Information]
CVATimeStamp=20181205T115934
CVASyntaxVersion=2.1A6
[Software Title]
US=AMD SATA RAID driver-2018
[US.Software Description]
AMD AHCI Compatible RAID Controller Driver
[General]
PN=000000-000
Version=7.2.0.57
Revision=F
Pass=1
Type=Driver
Category=Driver-Storage
TargetPartition=PRIMARY
SystemMustBeRebooted=1
VendorName=AMD
VendorVersion=7.2.0.57
[SupportedLanguages]
Languages=GLOBAL
Countries=GBL
[ProfessionalInnovations]
HPPI=NO
LearnMore=
[DetailFileInformation]
rcraid.sys=<DRIVERS>\,0x0007,0x0002,0x0000,0x0039,WT64
[Softpaq]
SoftpaqNumber=SP91886
SupersededSoftpaqNumber=None
SoftPaqMD5=adadb9b389e1e6b0f24f0562fa9adabf
[Devices]
PCI\VEN_1022&DEV_7916="AMD-RAID Bottom Device"
PCI\VEN_1022&DEV_7905="AMD-RAID Controller"
[Devices_INFPath]
WT64_INFPath=WTx64
[System Information]
SysId01=0x83E7
SysName01=HP EliteDesk 705 G4 MT
SysId02=0x8460
SysName02=HP EliteDesk 705 G4 MT
SysId03=0x8461
SysName03=HP EliteDesk 705 G4 MT
SysId04=0x83E8
SysName04=HP EliteDesk 705 G4 SFF
SysId05=0x8462
SysName05=HP EliteDesk 705 G4 SFF
SysId06=0x8463
SysName06=HP EliteDesk 705 G4 SFF
[Operating Systems]
WT64=OEM
[Install Execution]
Install="Callinst.exe" /app spinstall_s.cmd /hide /ret 3010
SilentInstall="Callinst.exe" /app spinstall_s.cmd /hide /ret 3010
[ReturnCode]
0:SUCCESS:NOREBOOT=The Intel Rapid Storage Technology Driver installed successfully.
1641:SUCCESS:NOREBOOT=The installer has initiated a restart. This message is indicative of a success.
3010:SUCCESS:REBOOT=The Intel Rapid Storage Technology Driver installed successfully.
1603:SUCCESS:REBOOT=The Intel Rapid Storage Technology Driver installed successfully. Reboot Required
[Private]
Private_SSMCompliant=1
DPB_Compliant=1
Private_ReleaseType=Routine
Private_ProductType = Desktops
[Private_SoftpaqInstall]
NOTE: To install the software in this SoftPaq, you must be logged in with Administrator privileges.
1. Download the file by clicking the "Download" or "Obtain Software" button and saving the file to a folder on your hard drive (make a note of the folder where the downloaded file is saved).
2. Double-click the downloaded file and follow the on-screen instructions to unpack the files to C:\SWSETUP\SP91886 or another directory of your choice.
3. Run the setup program from the directory that contains the unpacked SoftPaq files. Use the -? to list the command line options for the setup program.
[CVAToolDocumentStamp]
Generated by Release CVA Tool Version 1.0 using Syntax Version 2.0 A1 on 12/5/2018 11:59:37 PM
Copyright (c) 2018 HP Development Company, L.P.