In an InstallScript project, I need to install a renamed file. The file may already exist. Unfortunately, if the file has the read-only bit on, it cannot be deleted with DeleteFile, so a combination of DeleteFile and RenameFile does not seem to wor...