I currently have an advanced installer project setup to build a visual studio project as a pre build event for building the installer
However, I have some synchronized folders, and have noticed that the folder sync occurs before the pre build event, meaning if files are added / removed, I assume they won't be reflected in the installer
Is there a way to delay the refresh until after the pre build events have finished?
(I have tried using /RefreshSync, however it requires paths that I am not sure how to set)