diff options
| author | David Lönnhager <david.l@mullvad.net> | 2023-10-17 15:45:23 +0200 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2023-10-17 15:53:20 +0200 |
| commit | 4889323d8bc45d6170d338fa9bba234e79114a5d (patch) | |
| tree | 1d6f4ded1f04d973b14d9acaf6ce1dad24e08732 | |
| parent | b6cc9a0ff60153fad565f14da9c2aafd112bab1b (diff) | |
| download | mullvadvpn-4889323d8bc45d6170d338fa9bba234e79114a5d.tar.xz mullvadvpn-4889323d8bc45d6170d338fa9bba234e79114a5d.zip | |
Suggest reboot if upgrade fails on Windows
| -rw-r--r-- | dist-assets/windows/installer.nsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist-assets/windows/installer.nsh b/dist-assets/windows/installer.nsh index 2dce94038b..440c9a9e96 100644 --- a/dist-assets/windows/installer.nsh +++ b/dist-assets/windows/installer.nsh @@ -874,7 +874,7 @@ ${ExtractMullvadSetup} ${ClearFirewallRules} - MessageBox MB_OK "Failed to uninstall a previous version. Contact support or review the logs for more information." + MessageBox MB_OK "Failed to uninstall a previous version. Please try restarting your computer and try again. If you still have this issue, please contact support." SetErrorLevel 5 Abort |
