Thoughts about setup and deployment issues, WiX, XNA, the .NET Framework and Visual Studio
All postings are provided AS IS with no warranties, and confer no rights. Additionally, views expressed herein are my own and not those of my employer, Microsoft.
I posted some sample code a while back to demonstrate how to detect whether or not each version of the .NET Framework is installed, and if so, whether any service packs are installed. I only posted the source code for the samples. Since then, I've gotten a few questions about how to use Visual Studio to compile the code, so I decided to post the steps I use to create a Visual Studio project that can be used to compile the sample code:
<update date="11/12/2010"> Added a note about using the /MT command line switch to statically link to the Visual C++ runtime files to avoid dependency problems when running the sample code on other computers. </update>
.NET Performance, Measure and ANTS Profiler A common class for executing tasks with a responsive UI NVelocity
.NETPerformance,MeasureandANTSProfilerAcommonclassforexecutingtaskswitharespon...
PingBack from http://khason.net/tech/bootstrapper-for-net-framework-version-detector/
PingBack from http://www.hilpers.it/2792982-controllo-presenza-framework
Introduction .NET Framework versions that can be detected by the sample code .NET Framework 1.0 .NET