geteduroam / windows-app

Windows application for geteduroam
BSD 3-Clause "New" or "Revised" License
3 stars 3 forks source link

Uninstall is blocked when no profile is active, succeeds when some profile cannot be removed #17

Closed jornane closed 3 years ago

jornane commented 3 years ago

The uninstaller requires that at least one profile be uninstalled, or it reports fail. This means that it also reports fail if no profile is configured. This is not correct behaviour, it must be possible to uninstall the application even if no profiles are installed.

At the same time, it reports success when at least one profile was removed, even if there were more profiles configured. This may not be an issue, I cannot come up with a case where this would happen.

jornane commented 3 years ago

Fixed in 1127836