Page 1 of 1

\"Add Files\" pulls latest files on build?

Posted: Wed May 24, 2006 1:37 pm
by skibbs
Will the InstallAware compiler pull the latest file versions from their original locations each time I build if I added them to the project via the Add Files function?

Just want to be sure that I can always get the latest versions without having to re-add everything manually when I make changes to the originals.

Posted: Wed May 24, 2006 3:29 pm
by jimo
Yes, everytime you compile a build it pulls the files from the source location, so, if you update those files the updated ones will get compiled into yuor build.

Posted: Wed May 24, 2006 3:49 pm
by skibbs
Perfect, thanks for the reply :D