activescott/lessmsi

Double-clicking on it in Win8x64 prompts to install .NET 3.5

Closed this issue · 1 comments

This machine also has VS2012 on it (w/ .NET 4.5.50709), so .NET should not be necessary install. WTF?

screen shot 2014-08-23 at 10 30 06 pm
screen shot 2014-08-23 at 10 33 34 pm

Provide app.config config to include:

<supportedRuntime version="v2.0.50727"/>
<supportedRuntime version="v4.0"/> 

Reference:
http://msdn.microsoft.com/en-us/library/jj152935(v=vs.110).aspx