This has bitten me a couple times in the past with installers but never remembered to post about it. Happened again today so i figured i would ask.
I have a small installer that simply installs some files to the source directory. I updated the installer to include a new version of a file. In SF, the Overwrite Settings in the File Properties is set to the default 'Overwrite if existing file is older'.
The existing file in my folder is 5/26/2021. The new file to be installed is 8/4/2021 which is clearly newer.
When i run the exe, the file does not get replaced and remains 5/26/2021.
The only way i can get it to update is to set the overwrite option to 'Always overwrite existing file'. Any reason why it won't update unless its set this way?
I have a small installer that simply installs some files to the source directory. I updated the installer to include a new version of a file. In SF, the Overwrite Settings in the File Properties is set to the default 'Overwrite if existing file is older'.
The existing file in my folder is 5/26/2021. The new file to be installed is 8/4/2021 which is clearly newer.
When i run the exe, the file does not get replaced and remains 5/26/2021.
The only way i can get it to update is to set the overwrite option to 'Always overwrite existing file'. Any reason why it won't update unless its set this way?
Comment