You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ohub uninstall no longer launches the install wizard. Uninstall ran the cached setup exe, which re-opens the install/repair wizard instead of uninstalling. It now reads the real uninstaller from the Windows registry UninstallString (e.g. unins000.exe) and runs that — both interactively and silently. Falls back to the cached setup exe with uninstall flags only when no registry entry exists. Regression tests added.