Downgrading does not work
The Installer cannot downgrade to an older version. Newer files will not be overwritten.
This command is the cause:
SetOverwrite ifnewer
The following command should fix the problem:
SetOverwrite ifdiff
The Installer cannot downgrade to an older version. Newer files will not be overwritten.
This command is the cause:
SetOverwrite ifnewer
The following command should fix the problem:
SetOverwrite ifdiff
assigned to @jbk
changed milestone to %2.2.x maintenance branch
commit 29fdcac6 Author: Jean-Baptiste Kempf jb@videolan.org Date: Mon Feb 3 18:32:40 2014 +0100
NSIS: use ifdiff and not ifnewer for file installation
This should allow downgrades.
Close [#10551](https://code.videolan.org/videolan/vlc/-/issues/10551)
Original author: jb@videolan.org
added Status::fixed label
closed
Can you also fix it for the 2.1.x branch, please? There is the same problem.
VideoLAN code repository instance