Hello,
Advanced Installer application is a
Windows Installer authoring tool and builds MSI-based installation package. All installation packages built with Advanced Installer can be deployed in multiple ways:
- can be manually installed
- can be installed using our
Updater tool. You can add the Updater support in your first version of the installation package, and then all the upgraded versions of your setup can be hosted on a server from where the clients can download and install them using the Updater tool. Also, you can take a look on our
"Using The Updater" article.
- you can build a
web-based installation package (a smal EXE which will download the MSI installation file from your web server)
- you can create installation packages which can be deployed on a network using
Active Directory or
SCCM windows features
Let us know if this helped, otherwise please give us more details about your scenario (maybe exemplify).
All the best,
Daniel