简体   繁体   English

为多个应用程序创建安装程序

[英]Create installer for multiple applications

Good day. 美好的一天。 I am trying to create an installer for a C# application. 我正在尝试为C#应用程序创建安装程序。 The C# application is only one file with two empty directories (videos, photos) . C#应用程序只有一个文件,其中有两个空目录(视频,照片)。 For the application to function correctly, it is necessary to have Microsoft Expression Encoder 4 installed. 为了使应用程序正常运行,必须安装Microsoft Expression Encoder 4。 So installer must install C# application at first and then Microsoft Expression Encoder 4. Can someone advice to me how to do it? 因此,安装程序必须首先安装C#应用程序,然后再安装Microsoft Expression Encoder4。有人可以向我提出建议吗?

In general you need a bootstrapper / chainer. 通常,您需要一个引导程序/链接器。 Take a look at Windows Installer XML or InstallShield. 看一下Windows Installer XML或InstallShield。 They each have patterns for creating an MSI and wrapping it up into an EXE embedded with other MSI/EXE to all be installed together. 它们每个都有用于创建MSI并将其包装到与其他MSI / EXE一起嵌入的EXE中的模式,以便全部安装在一起。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM