-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Description
Describe the problem
I'd like to switch my users that currently use the .msi bundle over to the new nsis target, preferably via manual installation and via the updater.
I think it would be better to ignore the old installation path because of the new default perUser install scope -> Of course we need to document this if we decide to to this.
This was also asked a few times on discord already. One person tried it with the current implementation and reported this:
in my testing, it correctly updates the app but now there are system-wide registry keys for the msi install and user-local keys for the user install. so now there are two entries in the Windows uninstall panel and uninstalling either will obviously delete the application.
So it sounds like the wix uninstaller isn't executed? which would make sense to me since afaik we didn't really think much about this use case before, right?
Describe the solution you'd like
See above x)
Alternatives considered
No response
Additional context
No response