Visual Studio中的常规设置 [英] Normal Setups in Visual Studio

查看:544
本文介绍了Visual Studio中的常规设置的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

只是想知道是否有一种方法可以使Visual Studio 2008 Express Edition生成由安装程序为我的应用程序创建的普通 exe文件?

Just wondering if there's a way to make Visual Studio 2008 Express Edition generate normal exe files that are created by the installer for my app?

我讨厌ClickOnce应用程序文件.我已经设置了所有这些文件关联,现在我需要为我的应用程序实际安装一个安装程序,代码中的文件关联设置不起作用,因为它们现在是"ClickOnce"应用程序文件,而不是常规的exe文件.不会,VS完全不会为ClickOnce应用程序创建任何exe文件.

I am sick of the ClickOnce application files. I had all these file associations setup and now that I need to actually have an installer for my apps, the file associations setup in the code don't work because now they're "ClickOnce" app files and not normal exe files. And no, VS does not create any exe files at all for ClickOnce apps.

非常感谢您的帮助

谢谢:)

推荐答案

VS Express可以创建Setup.Exe吗?不.

Can VS Express create Setup.Exe? No.

如果您检查许可证,您会发现Express版本不适合发行(我在这里没有确切的用词).因此,MS将安装程序生成器从包装中取出.

If you examine the license you will find that the Express edition is not intended to make distributions (I don't have the exact wording here). So MS left the Setup generator out of the package.

您可以使用任何第三方安装程序制造商,但可能会违反许可证.

You can use any 3rd party setup maker but then you might be violating the license.

以上内容适用于VS2005 Express.

the above applies to VS2005 Express.

2008和2010 Express的许可证似乎更宽松,请检查.

The licenses for 2008 and 2010 Express seem to be more lenient, do check.

这篇关于Visual Studio中的常规设置的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆