Wine + .NET: Legal?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
mcgd
Level 1
Level 1
Posts: 8
Joined: Mon May 26, 2008 5:33 am

Wine + .NET: Legal?

Post by mcgd »

Hi,

Looking at the .NET redistributable EULA, there are things in it like this:

NOTE: IF YOU DO NOT HAVE A VALID EULA FOR ANY "OS PRODUCT" (MICROSOFT WINDOWS 98, [etc etc]), YOU ARE NOT AUTHORIZED TO INSTALL, COPY OR OTHERWISE USE THE OS COMPONENTS AND YOU HAVE NO RIGHTS UNDER THIS SUPPLEMENTAL EULA.

It seems to me that this means that you can't install the .NET redistributable if you don't have a valid Windows licence. Is this a correct reading on my part? If you are using Wine to avoid having to purchase Windows, does this mean you can't use the .NET framework (and other bits with the same licence)?

I it would be possible use Mono to run a lot of .NET stuff, but some .NET apps are linked with other C/C++ code and need Wine to run.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Wine + .NET: Legal?

Post by dimesio »

mcgd wrote:Hi,

It seems to me that this means that you can't install the .NET redistributable if you don't have a valid Windows licence. Is this a correct reading on my part? If you are using Wine to avoid having to purchase Windows, does this mean you can't use the .NET framework (and other bits with the same licence)?
(Disclaimer: I am not a lawyer.) That's how I understand it. But pretty much anyone who's bought a computer in the past 10 years has a valid Windows license, whether they wanted it or not. (At least in the US--don't know about other countries.) I have at least 6, including one for Vista, which came preloaded on laptop I purchased a couple of months ago. The first thing I did when I got it home was replace it with Kubuntu. The EULA doesn't say you have to actually be using Windows.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Wine + .NET: Legal?

Post by vitamin »

mcgd wrote:It seems to me that this means that you can't install the .NET redistributable if you don't have a valid Windows license. Is this a correct reading on my part? If you are using Wine to avoid having to purchase Windows, does this mean you can't use the .NET framework (and other bits with the same license)?
Correct. If you purchased this PC with bundled windows OEM license - then you can use "OS COMPONENTS" on _this_ PC and _this_ PC only. If you purchased a retail version of windows and it's not installed anywhere else, you can use tat license on any _one_ given PC for those "OS COMPONENTS".
mcgd
Level 1
Level 1
Posts: 8
Joined: Mon May 26, 2008 5:33 am

Post by mcgd »

Thanks for clearing that up guys. That was kind of what I was anticipating might be the case.
Jim
Level 2
Level 2
Posts: 48
Joined: Mon Feb 25, 2008 6:09 pm

Re: Wine + .NET: Legal?

Post by Jim »

mcgd wrote:I it would be possible use Mono to run a lot of .NET stuff, but some .NET apps are linked with other C/C++ code and need Wine to run.
There's some work being done on that too.

http://wiki.winehq.org/Mono-Wine_bridge
http://www.winehq.org/pipermail/wine-de ... 65502.html

It may not happen anytime soon, but I still find it exciting.
Locked