将2个或更多个exe绑定到一个 [英] Binding 2 or more exe into one

查看:82
本文介绍了将2个或更多个exe绑定到一个的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,


我想构建一个有助于同时安装2个或更多实用程序的实用程序。例如我需要安装google chrome和mozilla,安装这些我需要单独运行他们的设置文件,而不是它我想用他们想要开发的单个
实用程序安装它们。为用户提供自定义选择以选择他们想要运行的应用程序同时。


请帮助我帮助链接或使用C#片段。


谢谢你b $ b jaipal

解决方案

Hi Jaips143 ..

欢迎您访问MSDN论坛。


您可以通过运行第一个文件唤醒第二个文件。将代码放在第一个程序中执行第二个程序。


代码:

system(" Drive:\\Path\\ Second。 exe");


如果要打开的文件位于第一个文件所在的同一位置或文件夹中,那么您只需提及它的名称而不指定路径。


代码:
$
system(" second.exe");


不要忘记包含< windows.h> ;。


检查:


http://forum.codecall.net/cc/38923-binding-two-exe.html


我希望它会帮助你



一个探路者..


JoSwa 


Hello everyone,

I want to build a utility that which helps to install 2 or more utilities at same time..Example i need to install google chrome and mozilla,to install these i need to run their set up file seperately, instead of it i want to install both of them with single utility which im looking to develop.By providing custom selection for user to choose the app they want to run at a same time.

Pls help me out with helping links or with C# snippet.

Thank you
jaipal

解决方案

Hi Jaips143..
Welcomes you to MSDN forums.

You can awake the second file by running the first file. Put the code in your first program to execute the second.

Code:
system("Drive:\\Path\\Second.exe");

If the file you want to open is in the same place or folder where the first file exists, then you can simply mention it's name without specifying the path.

Code:
system("second.exe");

Don't forget to include <windows.h>.

Check this:

http://forum.codecall.net/c-c/38923-binding-two-exe.html

I hope it will helps to you

By

A pathfinder..

JoSwa 


这篇关于将2个或更多个exe绑定到一个的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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