Hi All,
This is a request for AI itself, not the installers it builds. I apologize if it already exists and I missed it but I looked and haven't been able to find it.
I have several scripts set up to build a group of installers that we have using PowerShell. It really just loops through all the ones I need to build and calls AI via the command line with parameters and works just fine. However, It needs the path to advancedinstaller.com, which means I either need to put that path in the script itself or put it in my path variable so that PS can recognize it there. Either way, the issue is that whenever you install a new version of AI it has the version number in the path so it changes. That means I either need to change all my scripts to the updated path or change my path variable in environment variables accordingly. The path environment variable I think is the better way to go here, and it's not a huge deal if that's what I need to do, but it's annoying to have to change it every time.
Is there a way to either have AI install to a consistent path so that I can use it from the same location consistently regardless of my version, or can it add it's install directory to the Path environment variable automatically so that it will be recognized?