diff options
| -rw-r--r-- | dist-assets/windows/installer.nsh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist-assets/windows/installer.nsh b/dist-assets/windows/installer.nsh index 3ad437f073..275659b008 100644 --- a/dist-assets/windows/installer.nsh +++ b/dist-assets/windows/installer.nsh @@ -726,6 +726,8 @@ ${EndIf} Pop $FullUninstall + log::Log "Running uninstaller for ${PRODUCT_NAME} ${VERSION}" + ${If} $FullUninstall != 1 # Save the target tunnel state if we're upgrading SetOutPath "$TEMP" @@ -759,8 +761,6 @@ Sleep 1000 - log::Log "Running uninstaller for ${PRODUCT_NAME} ${VERSION}" - ${RemoveCLIFromEnvironPath} # Remove the TAP adapter |
