when transfering files from your project to a system, where 99% of the time the files will already exist, which is the better / correct action to use.
i need to be 100% sure that the files are over-written/replaced.
i see the File.Install action has a backup file option, does this rename the existing file allowing a clear route for then transferring the new file in, or does it create a copy of the original file and rename it, meaning that the action must still over-write the original file ?
backing up the file for my use is not realy required, and could result in redundant files being left all over the place, not good !
over-writing the file is the primary goal, and must be achieved regardless of consequences (side effects can be dealt with later !)
Also, i see an option in the File.Install action of "sharedsystem" ... whilst i have a basic understanding of this function, i also have a question .... if the file being replaced/overwritten already has this set to true, what happens to this setting/flag when a File.Copy action replaces the file with another one ?
cheers



