Hi There,
We have an EXE installation file that is dependent on another EXE installation file. We are using the New Prerequisite command to generate this in our DevOps pipeline as the dependent installer is managed by us and changes regularly.
We have been trying to get silent installations working with our main and dependent installers. We haven't had much luck as the New Prerequisite option does not support No UI commands specifically. When we add the prerequisite into our AIP file, we cannot use a variable in the minimum version check as this seems to not be respected during our testing.
We were wondering if there is either
a) a mechanism to pass through any CLI commands from the main installer to the dependent installer without hardcoding CLI commands.
b) another way to achieve the above
Thanks,
Connor