TinyNvidiaUpdateChecker
TinyNvidiaUpdateChecker copied to clipboard
Delete driver archive after extraction
When the user has set Minimal install
to true
and selects "Download (+ Extract)": the archive is no longer needed after a successful extraction and can thus be deleted.
In the case where the user selects "Download + Install":
- if
Minimal install
is set totrue
, the archive will be removed before the installer is run, andDownloadDriverQuiet()
will clean up the extracted installer separately in the end. - if
Minimal install
is set tofalse
,MakeInstaller()
won't be called, so this commit has no effect.