Hi there,

I have a question but its hard to explain what to ask, so let me try the best I can.

We have a saved project that we call FPA update. When we open this project, setup builder refreshes the files included in the update on its own to the newest version of the file and we simply have to recompile to have the latest update with the latest files. It works great, most time I simply open setup builder, select my project and simply have to hit compile to produce our new installer.

But I have had a couple instances where that has bit me in the butt. If there is a new file created in a folder that is included in my project, it does not automatically add it to the project and end up leaving the new file out. It always refreshes current files in my project but does not add NEW files to the project that have been added into a folder that is included in the installer.

I hope I have not been to confusing up to this point.

Well, my question is, is there a way to make setup builder check to see if any new files have been added to a folder that I have included into my project? Of do I have to manually add the new file to my included files list?

A lot of the time, when I build the newest update for our software, I do not have any knowledge of whether a new file has been added, so I am manually removing every file from my project and then re-adding them to make sure.

Any ideas,

Brandon