unlimitedbacon / stl-thumb

Thumbnail generator for STL files
MIT License
1.02k stars 89 forks source link

Windows 7 install requires MSVC 2015 Redistributable #1

Closed unlimitedbacon closed 5 years ago

unlimitedbacon commented 6 years ago

See if we can get Rust to compile using an earlier version (whatever is shipped with Win 7). Otherwise include the redistributable in the Windows installer.

https://www.microsoft.com/en-us/download/confirmation.aspx?id=52685

unlimitedbacon commented 5 years ago

Here is an example of an installer that handles it automatically. https://github.com/Arlorean/Voxels/blob/master/Voxels.Setup/Bundle.wxs

unlimitedbacon commented 5 years ago

I'm not sure if all rust apps require MSVC++ 2015, or if it is getting pulled in by one of the dependencies we are using. In either case, it does not seem like there is an easy way to get rid of it. The installer is now a bundle which handles installing the redistributable if necessary.