mirror of
https://github.com/RawAccelOfficial/rawaccel.git
synced 2025-05-17 06:43:52 +02:00
19 lines
No EOL
593 B
Text
19 lines
No EOL
593 B
Text
.OPTION EXPLICIT ; Generate errors
|
|
.Set CabinetFileCountThreshold=0
|
|
.Set FolderFileCountThreshold=0
|
|
.Set FolderSizeThreshold=0
|
|
.Set MaxCabinetSize=0
|
|
.Set MaxDiskFileCount=0
|
|
.Set MaxDiskSize=0
|
|
.Set CompressionType=MSZIP
|
|
.Set Cabinet=on
|
|
.Set Compress=on
|
|
;Specify file name for new cab file
|
|
.Set CabinetNameTemplate=rawaccel.cab
|
|
; Specify the subdirectory for the files.
|
|
; Your cab file should not have files at the root level,
|
|
; and each driver package must be in a separate subfolder.
|
|
.Set DestinationDir=rawaccel
|
|
;Specify files to be included in cab file
|
|
driver\rawaccel.sys
|
|
rawaccel.inf |