diff --git a/src-tauri/tauri.bundle.windows.nsis.template b/src-tauri/tauri.bundle.windows.nsis.template index da7175048..2cd878dc2 100644 --- a/src-tauri/tauri.bundle.windows.nsis.template +++ b/src-tauri/tauri.bundle.windows.nsis.template @@ -506,10 +506,6 @@ Function .onInit Delete "$INSTDIR\*.*" ${EndIf} - ; Remove old Jan from %LOCALAPPDATA%\${PRODUCTNAME} if present - ${If} ${FileExists} "$LOCALAPPDATA\Jan\uninstall.exe" - ExecWait '"$LOCALAPPDATA\Jan\uninstall.exe" /S' $0 - !if "${INSTALLMODE}" == "both" !insertmacro MULTIUSER_INIT !endif