ElPumpo / TinyNvidiaUpdateChecker

Open sourced tool for keeping NVIDIA GPUs updated, featuring fully customizable driver installs for complete control, multi-GPU support, and more!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minimal install doesnt work if 7-zip not detected

andyjf0 opened this issue · comments

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

commented

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" />

commented

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