diff options
| author | selsta <selsta@sent.at> | 2026-03-21 20:10:21 +0100 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2026-03-21 22:36:04 +0100 |
| commit | e2a8efca864f7e3af7b5d602f6e76e26f377e585 (patch) | |
| tree | 91756b032ab927df0330a357d87a6cfe72f69058 /installers | |
| parent | b74815e8b3fd69351fac044b767367da0b5f2914 (diff) | |
| download | monzero-gui-e2a8efca864f7e3af7b5d602f6e76e26f377e585.tar.gz monzero-gui-e2a8efca864f7e3af7b5d602f6e76e26f377e585.tar.xz monzero-gui-e2a8efca864f7e3af7b5d602f6e76e26f377e585.zip | |
installer: move p2pool to LocalAppData
Diffstat (limited to 'installers')
| -rw-r--r-- | installers/windows/Monero.iss | 4 |
1 files changed, 3 insertions, 1 deletions
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:";
|
