making .NET 2.0 portable for private use only

Discuss anything related to portable freeware here.
Post Reply
Message
Author
dfTruF
Posts: 2
Joined: Tue May 12, 2015 6:14 am

making .NET 2.0 portable for private use only

#1 Post by dfTruF »

Greetings.

I'm in such situation that I (and only me) want to play portable game (only on my private computer). The game uses .net 2.0 framework, but I don't want to have installed .net 2.0 framework in the system.
Is it possible to manually copy all files from installed .net 2.0, then uninstall it from the system and use those previously copied files somehow for launching the game?
I don't think that it is illegal, because I do this only for private, non-commercial use, on my private home computer.

User avatar
webfork
Posts: 10821
Joined: Wed Apr 11, 2007 8:06 pm
Location: US, Texas
Contact:

Re: making .NET 2.0 portable for private use only

#2 Post by webfork »

dfTruF wrote:Is it possible to manually copy all files from installed .net 2.0, then uninstall it from the system and use those previously copied files somehow for launching the game?
Unfortunately previous research on the topic has shown this not to be possible. Some of the recent events surrounding dotNET may change this in the near future but .NET hasn't traditionally wanted to run on non-Windows computers unlike Java (or for our purposes jPortable).
dfTruF wrote:I don't think that it is illegal, because I do this only for private, non-commercial use, on my private home computer.
Unfortunately, it probably is against their terms of service. Again, hopefully recent events (including more permissive licensing efforts) by Microsoft may enable this.

User avatar
Napiophelios
Posts: 610
Joined: Sun Mar 01, 2009 5:48 pm

Re: making .NET 2.0 portable for private use only

#3 Post by Napiophelios »

It is possible using virtualization software....if you can afford the virtualization software.

User avatar
guinness
Posts: 4118
Joined: Mon Aug 27, 2007 2:00 am
Contact:

Re: making .NET 2.0 portable for private use only

#4 Post by guinness »

v2.0 is so old, that I have no clue why anyone would develop an application specific to that version of the .NET Framework. v3.0 is where all the goodness can be found, mmm yummy syntactic sugar!

Post Reply