I’ve added a custom prerequisite to my installer it's a third-party tool that we need before our app runs. The prerequisite installs successfully during the setup process, but once the installer restarts, it still shows the prerequisite as missing and tries to install it again.
I set up the detection condition based on a registry key that the prerequisite writes, and it seems correct when I check it manually after install. But for some reason, Advanced Installer doesn’t recognize it and keeps re-triggering the install.
Is there a delay or context issue I should be aware of with registry-based detection?
Appreciate any insights,
Jen