从资源运行.rar / .zip文件 [英] Run a .rar/.zip file from the resources

查看:93
本文介绍了从资源运行.rar / .zip文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好!我一直在整个互联网上搜索如何从项目资源中创建一个运行(不提取).rar / .zip文件的应用程序。当然这不会起作用:

Hello everyone! I have been searching through the entire internet on how to make an app that is RUNNING (not extracting) an .rar/.zip file from the resources of the project. Of course this wont work:

//Setup is the name of the rar

Process.Start(My.resources.Setup)

有什么想法吗? ?

推荐答案

除非您使用的是自解压缩文件,否则.rar / .zip文件不可执行。

Unless you are working with a self-extracting file, .rar/.zip files are not executable.

您是否真的在询问如何调用相关的可执行程序来处理压缩文件?

Are you really asking how to invoke the associated executable program to operate on the compressed file?


这篇关于从资源运行.rar / .zip文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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