diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2022-02-11 10:25:57 +0100 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2022-02-11 14:42:04 +0100 |
| commit | 9376c00cf680fce747cce4b2f01d9a2d1e278648 (patch) | |
| tree | 108ae1334020fe17a62110162420f78a2eea3ba2 | |
| parent | 45370ec945679e7d4023c1844b59adb2aa5a6f30 (diff) | |
| download | mullvadvpn-9376c00cf680fce747cce4b2f01d9a2d1e278648.tar.xz mullvadvpn-9376c00cf680fce747cce4b2f01d9a2d1e278648.zip | |
Remove launch on startup on Windows during uninstall
| -rw-r--r-- | dist-assets/windows/installer.nsh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dist-assets/windows/installer.nsh b/dist-assets/windows/installer.nsh index 08df218554..422d6d3169 100644 --- a/dist-assets/windows/installer.nsh +++ b/dist-assets/windows/installer.nsh @@ -1185,6 +1185,8 @@ ${If} $Silent != 1 MessageBox MB_ICONQUESTION|MB_YESNO "Would you like to remove settings files as well?" IDNO customRemoveFiles_after_remove_settings ${RemoveSettings} + + DeleteRegValue HKCU "Software\Microsoft\Windows\CurrentVersion\Run" "net.mullvad.vpn" ${EndIf} customRemoveFiles_after_remove_settings: ${Else} |
