ElPumpo / TinyNvidiaUpdateChecker

Open sourced tool for keeping NVIDIA GPUs updated, featuring fully customizable driver installs for complete control, multi-GPU support, and more!
GNU General Public License v3.0
1.41k stars 56 forks source link

Minimal install doesnt work if 7-zip not detected #180

Closed andyjf0 closed 1 year ago

andyjf0 commented 1 year ago

The driver is no longer extracts after download. Reinstalling 7-zip does not fix?

ElPumpo commented 1 year ago

Hi Andy. If you at one point had 7-zip installed and have minimal install enabled. Once you uninstall it and run TNUC it will detect that no 7-zip is installed and disables the feature.

You can re-enable it by editing the configuration file. Which is located at %localappdata%\Hawaii_Beach\TinyNvidiaUpdateChecker\app.config

Edit

<add key="Minimal install" value="false" />

To

<add key="Minimal install" value="true" />

andyjf0 commented 1 year ago

Cheers mate, that's just what I was after.

Apologise for double posting I wasn't sure where was appropriate.

Love your work!

On Wed, 31 May 2023 at 19:40, Samuel @.***> wrote:

Hi Andy. If you at one point had 7-zip installed and have minimal install enabled. Once you uninstall it and run TNUC it will detect that no 7-zip is installed and disables the feature.

You can re-enable it by editing the configuration file. Which is located at %localappdata%\Hawaii_Beach\TinyNvidiaUpdateChecker\app.config

Edit

To

— Reply to this email directly, view it on GitHub https://github.com/ElPumpo/TinyNvidiaUpdateChecker/issues/180#issuecomment-1570731385, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQLQD36W7V7QKYO5ULK7UATXI6GCHANCNFSM6AAAAAAYU7S3VE . You are receiving this because you authored the thread.Message ID: @.***>

ElPumpo commented 1 year ago

Thanks and no worries! I understand editing the config file is not easy and needs a UI