Problem description
After upgrade, the new version exists in parallel of an older version of the same channel.
Expected situation - Ideal situation
- ClickOnce Upgrade feature automatically detects that older version needs to be uninstalled or be replaced before new install
Expected situation - 2nd best option
- App realizes: in parent directory are more App Directories with same name (except version/GUID name parts of directory)
- Directory/File Scan in those parallel app directories finds older app versions of same channel (also see/check e.g. static JSON file)
- Ask user to cleanup those older directories with app version XY and same channel XZ -> if yes, remove those directories, if no, remember this directory to never report in future any more, if cancel just abort cleanup feature
Problem description
After upgrade, the new version exists in parallel of an older version of the same channel.
Expected situation - Ideal situation
Expected situation - 2nd best option