From f5d75dab7c1adaebeaf62ff83756743260788dab Mon Sep 17 00:00:00 2001 From: tobtoht Date: Fri, 25 Feb 2022 15:27:39 +0100 Subject: [PATCH] Windows installer: don't disable dir page --- contrib/installers/windows/feather.iss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/installers/windows/feather.iss b/contrib/installers/windows/feather.iss index 3d24e8e..799bb0b 100644 --- a/contrib/installers/windows/feather.iss +++ b/contrib/installers/windows/feather.iss @@ -1,5 +1,5 @@ ; Feather Wallet Installer for Windows -; Copyright (c) 2021-2021, The Monero Project +; Copyright (c) 2021-2022, The Monero Project #define AppName "Feather Wallet" #define AppVersion "1.0.2" @@ -17,7 +17,7 @@ AppPublisherURL={#AppURL} AppSupportURL={#AppURL} AppUpdatesURL={#AppURL} DefaultDirName={autopf}\{#AppName} -DisableDirPage=yes +DisableDirPage=no DisableProgramGroupPage=yes ; Uncomment the following line to run in non administrative install mode (install for current user only.) ;PrivilegesRequired=lowest