如何在客户端系统上不安装 .NET 框架的情况下从 USB 运行 C# Windows 应用程序

发布于 2024-10-14 13:12:57 字数 100 浏览 2 评论 0原文

是否可以从随身碟或 USB 运行 C# .NET Windows 应用程序 (.exe),而无需在客户端系统上安装 .NET 框架?

如果是这样,我怎样才能让它发挥作用?

Is it possible to run a C# .NET Windows application (.exe) from pendrive or USB without installing the .NET framework on the client system?

If so, how can I make it work?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(6

﹏半生如梦愿梦如真 2024-10-21 13:12:57

几年前我遇到了这个产品 - Salamander .net Linker

不知道它是否真的有效,因为我没有测试它,但它声称可以做你想做的事情。我发现了其他一些声称具有相同功能的产品,但它们对于我的需求来说都相当昂贵,因此缺乏对它们进行测试。

I came across this product a couple of years ago - Salamander .net Linker.

No idea if it actually works as I didn't test it but it claims to do what you want. I cam across a couple of other products that claim the same thing but they were all fairly expensive for my needs hence the lack of testing them out.

美胚控场 2024-10-21 13:12:57

为了在计算机上运行 C#.NET 应用程序,您必须在该目标计算机上安装 .NET 框架。

此时,任何装有 Windows XP SP3 或更高 Windows 版本(Windows Vista 或 Windows 7)的计算机都安装了 .NET Framework。

In order to run a C#.NET application in a computer you have to install de .NET framework on that target computer.

At this time any machine with Windows XP SP3 or higher windows version (Windows Vista or Windows 7) have the .NET framewok installed.

零時差 2024-10-21 13:12:57

.NET 应用程序需要安装 .NET Framework。但是,有一些商业“打包程序”可能能够为您提供包含所有必需依赖项的可部署包。我不确定这是否是受支持的解决方案。

.NET applications require the .NET Framework to be installed. However, there are some commercial "packers" that may be able to give you a deployable package that contains all the required dependencies. I'm not sure whether this would be a supported solution.

想念有你 2024-10-21 13:12:57

您可以使用所谓的“.NET Framework 客户端配置文件”——可通过 ClickOnce 安装部署的精简程序集集。无论如何都需要安装。

You may use so called ".NET Framework client profile" - reduced set of assemblies that may be deployed through ClickOnce installation. Anyway installation is required.

离旧人 2024-10-21 13:12:57

不,.NET 位于 Windows API 之上,需要 CLR 和其他依赖项才能运行。安装人员不是问题。无论 exe 从笔式驱动器运行、复制到桌面还是显式安装,都没有关系。

您可以在另一个平台上构建 shell,并让它调用 .NET 服务、wcf API。

我对任何试图绕过 .NET 运行时需求的第三方黑客的安全性和完整性提出质疑。特别是如果您计划在客户的计算机上执行所述产品。

No, .NET sits on top of the windows API and needs the CLR and other dependencies to run. Installers aren't the problem. It does not matter if the exe runs from a pen drive, gets copied to the desktop or explicitly installed.

You could build a shell on another platform and have it call a .NET service, wcf API.

I'd question the security and integrity of any 3rd party hacks that try to bypass the need for .NET runtime. Especially if you plan to execute said product on a client's machine.

神妖 2024-10-21 13:12:57

您可以使用 VMware ThinApp。几年前我在 .Net 应用程序中使用过它。

You can use VMware ThinApp. I used it a few years ago for a .Net application.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文