[bisq-network/bisq] Fix Windows installer issues (#2103)

Devin Bileck notifications at github.com
Tue Dec 11 21:42:12 UTC 2018


devinbileck commented on this pull request.



> +    finally
+      FindClose(FindRec);
+    end;
+  end
+    else
+  begin
+    Log(Format('Failed to list %s', [SourcePath]));
+  end;
+end;
+
+//Delete old app directory to prevent issues during update
+procedure DeleteOldAppDataDirectory;
+var
+  entry: String;
+begin
+  entry := ExpandConstant('{localappdata}') + '\Bisq\';

My apologies, it is deleting it. I confirmed using process monitor.
Previously there was a noticeable delay between the purge (when done in InitializeSetup) and install, that I could see the folder being removed. But now that the purge is done in PrepareToInstall, it is not noticeable.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/2103#discussion_r240801740
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20181211/8bc72e66/attachment.html>


More information about the bisq-github mailing list