Hello AI team, I first want to say that I have been thoroughly impressed with your software so far!
I am currently working on creating a suite installer using AI, and have followed your tutorials online. Right now, the suite installer indeed works and installs up to two programs, but I have ran into an issue that I have troubleshot to no avail. As suggested by your tutorials, I am not registering the suite installer itself with Windows Installer. During the initial installation process, each application’s installer is being ran silently to streamline the installation process. However, I want the end user to be able to run the suite installer again if they need to modify, repair, or uninstall any of the installed applications.
Issues:
- Since I have not registered the suite installer with Windows Installer, re-running the installer simply leads to re-downloading the individual apps as if it is the initial installation process every time.
- By choosing to have the individual pre-requisites be installed silently, re-running the Suite installer means that the maintenance dialog sequence will never pop up, thus I cannot modify/repair the individual installers.
- This can be resolved by simply setting the pre-requisites to use the "Full UI" level, but I do not want any UI for the installers during the initial install. I basically only want the "full UI" level to be triggered if they are re-running the suite installer, which would allow them to modify/repair the individual apps.
I have searched everywhere for a solution to this problem, but I want to ensure that it can be solved before I purchase the enterprise version of Advanced Installer.
TL;DR - I want to make a suite installer that installs multiple applications with no UI during the initial installation but allows you to modify or repair the individual installations later when running the suite installer again. Thanks for any aid you can provide! - Joseph