Skip to content

Commit

Permalink
v0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Oct 23, 2019
1 parent f6ee417 commit 9f2aa88
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ package and creates a new archive.

## Drivers tested:

* \>= v440.97: use v0.5
* \>= v411.63: use v0.3
* \>= v397.93: use v0.2
* v388 - v391: use v0.1
Expand All @@ -29,6 +30,8 @@ Note that the resulting drivers have been tested on GTX 1060, GTX 1070 and MX 15
slim-nvidia-drivers.bat NVIDIA_DRIVER_FILE.exe
```

Or just drag and drop the `NVIDIA_DRIVER_FILE.exe` on the bat file.

This will create two 7z archives, minimal and slim:

* "minimal" includes only the driver
Expand Down
4 changes: 2 additions & 2 deletions slim-nvidia-drivers.bat
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ setlocal

set "FOLDERS_TO_KEEP_MINIMAL=Display.Driver NVI2"
set "FOLDERS_TO_KEEP_SLIM=Display.Driver HDAudio NVI2 PhysX PPC"
set "FILES_TO_KEEP_MINIMAL=EULA.txt license.txt ListDevices.txt setup.cfg setup.exe"
set "FILES_TO_KEEP_MINIMAL=EULA.txt ListDevices.txt setup.cfg setup.exe"
set "FILES_TO_KEEP_SLIM=%FILES_TO_KEEP_MINIMAL%"

set "BATCH_FILENAME=%~nx0"
set "ARG1=%~1"
set "FULL_PATH=%ARG1%"
set "FILENAME=%~n1"
set "WORK_FOLDER=%FILENAME%"
set "SCRIPT_VERSION=0.4"
set "SCRIPT_VERSION=0.5"

title %BATCH_FILENAME% %FILENAME%

Expand Down

0 comments on commit 9f2aa88

Please sign in to comment.