Multiple Installer Builds
Often you need to create distinct install packages of your products, configured for different platforms or editions. Advanced Installer makes this extremely easy with its integrated build system which allows you to generate multiple separate installers from a single project.
Multiple build configurations
Once your application project is created, simply add different build configurations, starting from scratch or duplicating an existing scenario. For each installer you can then customize:
Install Parameters- Prerequisites
- Launch Conditions
- Custom Actions
- Archives and Volumes Layout
- EXE bootstrapper
- User Interface (Theme Variations, Translations)
- Included Features (with files, folders, shortcuts, registry entries)
Resources added later to your project will be automatically available in all build configurations.
Create Multiple Builds tutorial
Read the introductory
tutorial to see how easy it really is.
Multiple installer types
Advanced Installer supports the following build types, which you can add to your project in any number:
Windows Installer builds
- Most used type of build
- Can be used to create regular MSI installers
- Installers can be optionally wrapped in EXE bootstrappers
UWP Desktop Bridge builds
- Package Win32/.NET applications as AppX packages, ready for Windows Store deployment
- Build Desktop(UWP) and Windows Server 2016(WSA) MSIX/AppX packages
App-V builds
- Available when you are creating App-V packages
- Requires Advanced Installer Architect Edition
MacOS X build
- Installation package for Java applications ready to be deployed on Mac OS X