We need help with issue we are having with installing prerequisites.
We have one msi installer that is wrapper for 2 other msi installers (also created with Advanced Installer). Parent msi has 2 chained prerequisites installing in silent mode. Also, parent msi is not registered in Windows, only prerequisite msis are registered.
Sometimes it works fine, but sometimes installer just hangs. One prerequisite is installed, we have logs for that installed prerequisite, and parent msi has next in the logs:
Code: Select all
Property(S): AI_MSI_CHAINER_CONDITION = 1
MSI (s) (7C:B4) [10:01:02:464]: MainEngineThread is returning 0
MSI (s) (7C:6C) [10:01:02:481]: RESTART MANAGER: Session closed. We always ask for admin rights in installer.
So far, we are blocked and cannot find a way to resolve this.
Is there a way to get more logs, or is there something that could potentially break the flow of msi installer?
Looking forward for your response!
FOLLOW US