为多个应用程序创建安装程序 [英] Creating an installer for multiple applications

查看:92
本文介绍了为多个应用程序创建安装程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嘿,我正在尝试从一台服务器计算机创建多个游戏的安装程序,然后由各台计算机执行. 例如. BF 1942,WC3,BF2,DOW.但是我需要能够选择要安装的应用程序,这是一个简单的复选框. 我对C#的了解有限.最好的方法是什么? 我看过NSIS,尽管我不喜欢它们使用的脚本. 我只有C#Express.

Hey, I'm trying to create an installer for multiple games, from one server computer which individual computers then execute. E.g. BF 1942, WC3, BF2, DOW. However i need to be able to select which applications to Install, which is a simple check box. I only have a limited knowledge of c#. What is the best way of going about this? I have looked at NSIS though i don't like the scripting that they use. I only have C# express.

推荐答案

NSIS. http://nsis.sourceforge.net 每个应用程序一节,通过ExecWait操作安装.

NSIS. http://nsis.sourceforge.net One section per application, install with ExecWait operation.

Section "BF 1942"
    ExecWait '"$EXEDIR\1942\setup.exe"'
SectionEnd

这篇关于为多个应用程序创建安装程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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