简体   繁体   中英

Create installer for multiple applications

Good day. I am trying to create an installer for a C# application. The C# application is only one file with two empty directories (videos, photos) . For the application to function correctly, it is necessary to have Microsoft Expression Encoder 4 installed. So installer must install C# application at first and then Microsoft Expression Encoder 4. Can someone advice to me how to do it?

In general you need a bootstrapper / chainer. Take a look at Windows Installer XML or 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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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