From e2a8efca864f7e3af7b5d602f6e76e26f377e585 Mon Sep 17 00:00:00 2001 From: selsta Date: Sat, 21 Mar 2026 20:10:21 +0100 Subject: installer: move p2pool to LocalAppData --- installers/windows/Monero.iss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'installers') diff --git a/installers/windows/Monero.iss b/installers/windows/Monero.iss index 996d1f30..a95a5583 100644 --- a/installers/windows/Monero.iss +++ b/installers/windows/Monero.iss @@ -56,7 +56,6 @@ Name: "en"; MessagesFile: "compiler:Default.isl" [Dirs] Name: "{app}"; -Name: "{app}\p2pool"; Permissions: users-full [Files] ; The use of the flag "ignoreversion" for the following entries leads to the following behaviour: @@ -138,6 +137,7 @@ Type: filesandordirs; Name: "{app}\QtQuick.2" Type: filesandordirs; Name: "{app}\Material" Type: filesandordirs; Name: "{app}\Universal" Type: filesandordirs; Name: "{app}\scenegraph" +Type: filesandordirs; Name: "{localappdata}\monero-core\p2pool" Type: filesandordirs; Name: "{app}\p2pool" Type: files; Name: "{app}\D3Dcompiler_47.dll" Type: files; Name: "{app}\libbz2-1.dll" @@ -173,6 +173,8 @@ Type: files; Name: "{app}\ssleay32.dll" Type: files; Name: "{app}\start-high-dpi.bat" Type: files; Name: "{group}\Utilities\x (Check Blockchain Folder).lnk" +[UninstallDelete] +Type: filesandordirs; Name: "{localappdata}\monero-core\p2pool" [Tasks] Name: desktopicon; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; -- cgit v1.2.3