|
|
|
|
|
by Negitivefrags
2671 days ago
|
|
The need for windows update to be working to install the VS2017 redist was a super annoying move by microsoft. It wasn't required for previous versions of visual studio. Because windows update is non-functional for so many windows users (mostly due to piracy) we we basically forced to change to static linking to avoid the need for the redist. Of course, after we changed to static linking we started to run into a bunch of virus scanners giving false positives with their heuristics because all viruses are statically linked. |
|