Hi,
my installer is running a Powershell script that detects if an application is present or not by querying the environment variable path. What I need to do is if it is present, not prompt for an install path but if it isn't present, display a prompt for the user to enter an install location.
Is this possible? I can't see any way of querying the Env vars from within the InstallBuilder actions.
Thanks.