因此,您拥有的 Visual Studio 许可证使您有权在您为其购买许可证的开发人员计算机上安装 Visual Studio 应用程序。然后,开发人员编写一些代码,并将该代码编译成新程序。他们编译的程序是他们的创造,可以按照你想要的方式分发。
You still sound confused, so maybe if we use an analogy. Photoshop is used to create images. Let's say you buy 3 licenses to Photoshop, so that you can install Photoshop on 3 artist's machines. The artist make some images with Photoshop. The images can be distributed to anyone, througohut your office. The license only applies to the Photoshop application you installed. The images you create with the Photoshop application can be distributed as you see fit.
So, the licenses you own for Visual Studio give you the right to install the Visual Studio application on the developers machines that you bought licenses for. The developers then write some code, and compile that code into a new program. That program they compiled is their creation, and can be distributed however you want.
Is there any specific reason you need the professional version? Visual Studio Express is free, and you can build any applicaitons you want and distribute them as much as you want.
All applications you build with visual studio have a royalty free, unrestricted license to distribute as you see fit. If you buy an third party components they may have different licenses, but anything that comes with visual studio is freely redistributable (as long as you follow the rules for redistributing the runtimes).
UPDATE:
If you want "proofs" from Microsoft, just read the EULA
发布评论
评论(5)
是的,您可以分发您构建的应用程序。
该许可适用于 Visual Studio 本身,您不得将其分发到超出您拥有许可的计算机数量。
Yes you can distribute the application you build.
The licensing is for Visual Studio itself, which you may not distribute to more machines than you have licenses for.
你听起来还是很困惑,所以也许我们可以打个比方。 Photoshop 用于创建图像。假设您购买了 3 个 Photoshop 许可证,以便可以在 3 个艺术家的计算机上安装 Photoshop。艺术家用 Photoshop 制作了一些图像。这些图像可以通过您的办公室分发给任何人。该许可证仅适用于您安装的 Photoshop 应用程序。您可以按照您认为合适的方式分发使用 Photoshop 应用程序创建的图像。
因此,您拥有的 Visual Studio 许可证使您有权在您为其购买许可证的开发人员计算机上安装 Visual Studio 应用程序。然后,开发人员编写一些代码,并将该代码编译成新程序。他们编译的程序是他们的创造,可以按照你想要的方式分发。
You still sound confused, so maybe if we use an analogy. Photoshop is used to create images. Let's say you buy 3 licenses to Photoshop, so that you can install Photoshop on 3 artist's machines. The artist make some images with Photoshop. The images can be distributed to anyone, througohut your office. The license only applies to the Photoshop application you installed. The images you create with the Photoshop application can be distributed as you see fit.
So, the licenses you own for Visual Studio give you the right to install the Visual Studio application on the developers machines that you bought licenses for. The developers then write some code, and compile that code into a new program. That program they compiled is their creation, and can be distributed however you want.
您需要专业版有什么具体原因吗? Visual Studio Express 是免费的,您可以构建任何您想要的应用程序并根据需要分发它们。
您使用 Visual Studio 构建的所有应用程序都拥有免版税、无限制的许可,可以根据您的需要进行分发。如果您购买第三方组件,他们可能有不同的许可证,但 Visual Studio 附带的任何内容都可以免费重新分发(只要您遵循重新分发运行时的规则)。
更新:
如果您想要 Microsoft 的“证明”,只需阅读 EULA
Visual Studio 2008 专业版最终用户许可协议
Is there any specific reason you need the professional version? Visual Studio Express is free, and you can build any applicaitons you want and distribute them as much as you want.
All applications you build with visual studio have a royalty free, unrestricted license to distribute as you see fit. If you buy an third party components they may have different licenses, but anything that comes with visual studio is freely redistributable (as long as you follow the rules for redistributing the runtimes).
UPDATE:
If you want "proofs" from Microsoft, just read the EULA
Visual Studio 2008 Professional End User License Agreement
使用 Visual Studio 构建的应用程序的分发没有限制,所以是的,您可以不用担心。
顺便问一下:为什么是 VS 2008 而不是 VS 2010?
There is no limitation to the distribution of the applications built with Visual Studio, so yes, you can without concern.
By the way: Why VS 2008 and not VS 2010?
您只能在购买了许可证的计算机上安装 Visual Studio。因此,就您而言,您应该获得 3 个许可证。
这将允许您构建/编译/编码可在您想要的任意多台计算机上使用的应用程序。您甚至可以将该应用程序出售给任何人。
如果您不需要额外的功能,您也可以使用免费快速版。它也可以用于生产。
You can install Visual Studio only on machines you bought licenses for. So in your case you should get 3 licenses.
This will let you build/compile/code application that can be used on as many computers you want. You can even sell that application to anyone.
If you don't need additional functionality you could use Free Express Edition too. It can be used for production as well.