如何制作一个同时也是 zip 文件的 .net 应用程序?

发布于 2024-08-05 15:26:45 字数 69 浏览 2 评论 0原文

我知道这是可以做到的。您能否展示如何创建一个 .net exe,它也可以使用任何 zip 文件浏览器作为 zip 文件打开?

I know this can be done. Can you show how to create a .net exe which also can be opened as a zip file with any zip file browser?

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

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

发布评论

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

评论(4

谁许谁一生繁华 2024-08-12 15:26:45

可能你的意思是一个自解压文件,但我发现你的问题很有趣,因为有一种方法可以创建一个既可以作为 jpeg 也可以作为 zip 打开的文件,如下所示:(

在 Windows 命令行中)

copy /b image.jpg + zipped_file.zip combo.jpg

Probably you meant a self extracting file, but I found your question interesting because there is a way to make a file that can be opened both as a jpeg and as zip like this:

(in Windows command line)

copy /b image.jpg + zipped_file.zip combo.jpg
〗斷ホ乔殘χμё〖 2024-08-12 15:26:45

可能比使用 .NETZ 工具 更好

 netz -s app.exe lib1.dll lib2.dll

May be better than that you can use .NETZ Tool

 netz -s app.exe lib1.dll lib2.dll
彻夜缠绵 2024-08-12 15:26:45

您基本上想要创建一个自动执行的 ZIP 文件。 看看这个。至少这是假设你的意思,如果不是,请提供更多细节......

You basically want to create a self executing ZIP file. Have a look at this. At least that is assuming what you mean, if not please provide further details...

伴我老 2024-08-12 15:26:45

DotNetZip 制作自解压 zip 存档,您可以包含一个在解压时运行的命令。

另请参阅:创建 Zip 提取器

DotNetZip makes self-extracting zip archives, and you can include a command to run on extract.

see also: Creating a Zip Extractor

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