Hi,
The files paths are stored by default as relative to the project file (AIP) if they reside on the same logical drive as the project. Otherwise, they are stored in absolute form. Check available options in the "
Project Paths Tab" article.
So, when the project is moved to another location, it searches for its resources using relative paths and it may not find them.
In order to convert those paths, you can
create a path variable for the parent folder/drive of the resources, then use the "
Convert Paths" toolbar button to convert the resources' paths, so they will use that path variable. For example, if "MY_FOLDER" path variable stores the "D:\My folder" parent folder of the resources, the "D:\My folder\file.txt" file will be referenced as "<MY_FOLDER>file.txt" in the project.
In this case, you can move the project to any location an it will always find its resources using the path variable you created.
You can view how the Convert Paths Wizard works in the "
Path variables in Advanced Installer" video.
Another solution is to use synchronized folders where you also have the option to set filters that will
include/exclude files based on their extension or name.
Let us know if this helped, otherwise give us more details about your scenario.
Best regards,
Eusebiu