Trying to get my app over to 2016r1 and the new requirements.
Right off the bat I have to say that running an installer is not possible, the vast majority of our users are inside of schools or organizations where they don’t have admin rights or privileges to make system modifications. To handle this we have for the last 10 years distributed the application as a zip-file and hope to be able to continue doing this.
I have just done some initial testing on Windows 7 64-bit and I am a bit confused. The system does not list the 2015 version of C++ redistributabels in the Control Panel installed Programs and I have not included the 41 dlls in the app directory. BUT still the app runs perfectly fine?!? Does this mean I am not using any new functions requiring the C++ redistributabels? Versions 2012 and 2013 are installed on the system - is there any fallback mechanism?
It is my intention to include the dlls alongside the EXE but I wanted to see any possible error messages that our users may see, that’s why I am testing.