Hi everyone,
I'm currently working on an installer using Advanced Installer (Professional edition), and I’d like to set the default installation path based on a custom environment variable defined on the user's system (e.g., %MY_CUSTOM_DIR%).
I tried using the APPDIR property with a formatted path like [MY_CUSTOM_DIR]\MyApp, but it seems the variable isn't being resolved properly during the install.
Has anyone dealt with a similar setup? What’s the correct way to reference environment variables in the installation path, or is there a recommended workaround?
Thanks in advance for your help!