如何创建自包含的 exe 文件作为我的应用程序的输出

发布于 2024-07-24 04:17:51 字数 127 浏览 4 评论 0原文

我试图找出能够导出/保存用户(文件/htmls 的银行) 到一个独立的 exe 文件。 我不知道该怎么做。 我正在考虑使用 Windows gcc 端口,但它的 GPL 和我的应用程序是商业的。 我该如何解决这样的事情? 谢谢

im trying to figure away to be able to export/save user ( banch of files/htmls )
to one single self contained exe file . and i have no idea how to do it .
i was thinking about using windows gcc port , but its GPL and my app is commercial.
how do i approach to solve such thing ?
Thanks

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

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

发布评论

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

评论(5

捎一片雪花 2024-07-31 04:17:51

根据您对脚本语言的感受,AutoIt 可能正是这个目的。 Aut2Exe.exe(编译器)只有340KB 我以前做过这样的事情来制作一个创建其他应用程序的应用程序。 在 AutoIt 上的这篇文章论坛解释了如何使用 AutoIt 来完成此操作。 祝你好运!

Depending on your feelings about script languages AutoIt might be just the thing for this. Aut2Exe.exe (the compiler) is only 340KB I have done this kind of thing before to make an application that creates other applications. In this post on the AutoIt forums it is explained how to do exactly this with AutoIt. Good luck!

面犯桃花 2024-07-31 04:17:51

你可以制作一个自解压的exe。

或者

您可以使用 .net 框架中的 vbc 或 csc,它们作为框架的一部分提供(不确定新的 3.5 客户端内容)

You could make a self extracting exe.

or

You could use vbc or csc from the .net framework, they're shipped as part of the framework (not sure about the new 3.5 client stuff)

陪你到最终 2024-07-31 04:17:51

尝试使用 Windows 高级安装程序...
它是一个闭源应用程序,用于为应用程序创建 .exe、.msi 安装程序文件。

try using Advanced Installer for windows...
It is a closed source application for creating .exe,.msi installer files for the applications.

笑饮青盏花 2024-07-31 04:17:51

既然有很多方法可以创建自解压 exe(并在解压时运行命令),为什么还要使用 GCC?

商业示例 (Zip 2 Secure EXE)

Why GCC when there's a bunch of ways to create self-extracting exe's (and run a command when you extract)?

Commercial example (Zip 2 Secure EXE)

澉约 2024-07-31 04:17:51

尝试 IExpress (Windows) http://technet.microsoft.com/en-us /library/dd346760.aspx

运行> 易捷运

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