Hi Catalin,
Prerequisite msi files are created with Advanced Installer and those are our ptoducts so APPDIR should be fine to use.
We did further investigation and found this in logs:
CustomAction AI_RestartElevated returned actual error code 1602 (note this may not be 100% accurate if translation happened inside sandbox)
Action ended 22:08:11: AI_RestartElevated. Return value 2.
MSI (c) (68:A4) [22:08:11:636]: Skipping action: UserExit (condition is false)
Action ended 22:08:11: INSTALL. Return value 2.
Seems that if we change command from
to
it works, but this is not doable for us because we have to separate different products.
Option to run it as administrator is ticked so it should have enough privileges to install.
For bundle we have .aip file - is that enough. Also should logs be included ?
Best regards!