Hello,
I use Visual Studio for all my development. In my project, I have a post build that runs Advanced Installer command lines to generate all merge modules and installers.
My problem is I have to hard code the path to AdvancedInstaller.com and the path contains the version I have on my computer. When I update with a new version of Advanced Installer, I have to modify all paths in my scripts.
I'm wondering, for the next release, if it is possible to create automatically a system environment variable that redirects to AdvancedInstaller.com exe. Thus, I will have to mention only the system environment in my script and it will save me a lot of times.
Regards
Jerome