Skip to content

"R for Windows" Upgrade doesn't work as it should #2982

Answered by mdanish-kh
Swe-it asked this question in General
Discussion options

You must be logged in to vote

This is because the application installs "side-by-side" with previous versions. If the installer doesn't upgrade "in-place", we can add UpgradeBehavior: uninstallPrevious key in WinGet's manifest to tell WinGet to call the uninstaller first before installing the newer version. (There's also an experimental arg --uninstall-previous to pass to WinGet install or upgrade commands to explicitly call the uninstaller before installing a package)

I've opened a PR to fix this issue:

For future package related issues, consider opening an issue over at WinGet's Community Packages Repository.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by denelon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants