Opened 12 years ago
Closed 12 years ago
#120 closed Bug / Defect (fixed)
Upgrading from 2.2-RC to 2.2-RC2 or later leaves extra GUI icon on the desktop on WinXP
Reported by: | Samuli Seppänen | Owned by: | Samuli Seppänen |
---|---|---|---|
Priority: | major | Milestone: | release 2.2.0 |
Component: | Packaging | Version: | OpenVPN 2.2-beta / 2.2-RC (Community Ed) |
Severity: | Not set (select this one, unless your'e a OpenVPN developer) | Keywords: | |
Cc: |
Description
In 2.2-RC (and earlier) the GUI icon was installed to the "Current user" desktop. This was changed to "All users" in 2.2-RC2 to fix a Vista (and later) start menu uninstall issue. However, this change introduced this new bug:
If one upgrades from 2.2-RC (or older) to 2.2-RC2 (or later), the uninstaller tries to delete the non-existing "All users" icon, leaving the real "Current user" icon on the desktop. Updates from a 2.2-RC2+ to another 2.2-RC2+ release won't trigger this.
Change History (2)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Applied to master and beta2.2
commit 1cc2b62d97d651ce9b05466928faba3b463838b7 (beta2.2)
commit 6d1d08f6792109a4a4cdd9cd0936fd4338c76fa1 (master)
Author: Samuli Seppänen <samuli@…>
Date: Fri Apr 15 16:25:17 2011 +0300
Fixed a bug with GUI icon deletion on upgrade from 2.2-RC or earlier
This bug was introduced in commit 110e42d199e735ab1a31388c5678f59d0fa9510c.
Trac-ticket: 120
Signed-off-by: Samuli Seppänen <samuli@…>
Acked-by: David Sommerseth <davids@…>
Signed-off-by: David Sommerseth <davids@…>
Correction: OpenVPN installer does not uninstall anything, except the old TAP-driver. Fix will go into the -pre section.