c# - Setup Wizard tries to install to wrong framework version -
i've created simple 1 line console application 3.5 framework , attempting try out "visual studio installer" setup wizard project install on server. both console , "setup wizard"are .net 3.5 framework when try setup.exe on target server message regarding 4.5 framework pre-requisites.
visual studio 2013 c# console application .net 3.5 windows server 2003 r2
any ideas reference 4.5 coming from?
thanks

as in msdn forum answer:
"if installer project extension generated msi setup , setup.exe, in setup project go view => editor=>launch conditions, right-click net launch condition, properties window, , choose relevant 1 drop down in version. "
Comments
Post a Comment