VB.net应用程序未安装 [英] VB.net app without installation

查看:86
本文介绍了VB.net应用程序未安装的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否可以创建一个VB.Net应用程序,用户可以直接运行它而无需先安装它。



如果没有,是否可以使用另一种.Net语言。



如果没有,这怎么可能:)



PS:应用程序只能在Windows下运行( > = XP)。

解决方案

如果他们安装了.NET Framework(您开发的版本)。只需要.exe。您可以在Visual Studio工作区的项目文件夹的bin目录中找到.exe文件。



如果未安装框架,则需要为他们制作安装。在Visual Studio中,只需使用与您的代码相同的解决方案创建一个安装项目,即可非常轻松地进行操作。

Is it possible to create a VB.Net application which users can just run without installing it first.

If not, is it possible in another .Net language.

If not, how IS it possible :)

PS: The application only has to run under Windows (>= XP).

解决方案

If they have the .NET Framework installed (the version of it that you developed it), they only need the .exe. You can find the .exe file in the bin directory of your projects folder in your Visual Studio workspace.

If they do not have the framework installed, you'll need to produce an installation for them. It's extremely easy with Visual Studio by just creating a setup project in the same solution as your code.

这篇关于VB.net应用程序未安装的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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