Welcome Guest! To access all forums & features, please register an account or sign-in. → Why register?



Why does every single Steam game have to install .NET Framework?


7 replies to this topic - - - - -

#1 Lord Method Man

    Resident Fanatic

  • 748 posts
  • Joined: 18-September 12
  • OS: Windows 7 Ultimate 64-bit
  • Phone: HTC Titan WP7.5

Posted 04 December 2012 - 02:10

Do they all use their own custom set or something? I don't get it.


#2 dead.cell

    My Body My Temple

  • 7,734 posts
  • Joined: 09-July 04
  • Location: Houston, TX
  • OS: Win 7 Pro / Win 8 Pro
  • Phone: Samsung Galaxy SII

Posted 04 December 2012 - 02:12

Ruins my day, errrtime... :/

#3 xendrome

    In God We Trust; All Others We Monitor

  • 5,870 posts
  • Joined: 05-December 01
  • OS: Windows 8 Pro x64

Posted 04 December 2012 - 02:14

Can't say I ever remember Steam games installing .NET Framework... mostly just DirectX and Visual C++ but to answer your question

Well if an app requires it, it would be a failure of the developer to not have it install. So the installers all install it, I'm pretty sure it's like DirectX, it will only update/install the outdated components.

#4 OP Lord Method Man

    Resident Fanatic

  • 748 posts
  • Joined: 18-September 12
  • OS: Windows 7 Ultimate 64-bit
  • Phone: HTC Titan WP7.5

Posted 04 December 2012 - 02:19

View Postxendrome, on 04 December 2012 - 02:14, said:

Can't say I ever remember Steam games installing .NET Framework... mostly just DirectX and Visual C++ but to answer your question

Well if an app requires it, it would be a failure of the developer to not have it install. So the installers all install it, I'm pretty sure it's like DirectX, it will only update/install the outdated components.

New game I purchased just installed .NET. I know obviously if a game needs it it should install, I'm just wondering why each game installs DirectX/Visual C++ when I install them even though I already have them on my system.

#5 Bizkit

    Neowinian Wise One

  • 5,846 posts
  • Joined: 29-December 02

Posted 04 December 2012 - 02:19

Yeah, it's not annoying to have to run what feels like the same installer every Steam game you buy. Just a small taste of what I have on this computer.

Attached Images

  • Attached Image: steam.jpg


#6 compl3x

    Saved By The Buoyancy Of Citrus

  • 3,768 posts
  • Joined: 06-December 09
  • Location: Melbourne
  • OS: W7-HP

Posted 04 December 2012 - 02:24

Perhaps this can shed some light on your question:

http://forums.steamp...66&postcount=47

#7 OP Lord Method Man

    Resident Fanatic

  • 748 posts
  • Joined: 18-September 12
  • OS: Windows 7 Ultimate 64-bit
  • Phone: HTC Titan WP7.5

Posted 04 December 2012 - 02:30

View Postcompl3x, on 04 December 2012 - 02:24, said:

Perhaps this can shed some light on your question:

http://forums.steamp...66&postcount=47

Thanks, that answers my question I guess.

(Second attempt at posting this reply.)

#8 LogicalApex

    Software Engineer

  • 4,995 posts
  • Joined: 14-August 02
  • Location: Philadelphia, PA
  • OS: Windows 7 Ultimate x64
  • Phone: Nexus 4

Posted 04 December 2012 - 03:36

View Postcompl3x, on 04 December 2012 - 02:24, said:

Perhaps this can shed some light on your question:

http://forums.steamp...66&postcount=47

True for DirectX, but not so for .NET.

You can reliably check which version of the .NET runtime is installed and act accordingly, but I'm sure the installers do it just out of simplicity. If you already have the relevant version of .NET installed it won't do anything. If you don't have it then you'll get it and if it is corrupt then it can be repaired. So running it all the time can reduce support calls while having no ill effects (as it won't cause any problems for those who already have it installed).