JacobDev1 / xl-converter

Easy-to-use image converter for modern formats. Supports multithreading, drag 'n drop, and downscaling.
https://codepoems.eu/xl-converter
Other
167 stars 5 forks source link

A few notes about VC Redist #39

Closed Ukhryuk-Hai closed 3 months ago

Ukhryuk-Hai commented 3 months ago

I have come across a situation many times where after installing some random program, many other programs suddenly stopped working. And each time the reason was that that program silently installed outdated versions of VC Redist. I was forced to uninstall all versions of VC Redist and use a special installer (this or this), which would sequentially install the required versions. I also had to use a third-party program (Process Lasso) to prevent these things from being installed secretly.

Therefore, I suggest that you do not repeat the mistakes of others (after all, the version that your converter installs will also one day become outdated) and at least during installation offer a choice whether to install VC Redist or not.

JacobDev1 commented 3 months ago

Hi,

in 1.0.0 I've added an option to skip the installation of vc_redist. Just run the installer from the command line with /skip_deps:

xl-converter-win-1.0.0-x86_64.exe /skip_deps

As far as I've tested, vc_redist 2015 - 2022 will just not install if it detects a newer version.

However, I see your point. I'll look into this.

JacobDev1 commented 3 months ago

In the next version, you'll be able to skip the installation of vc_redist in the installer's GUI. /skip_deps will be removed as it's no longer needed.