Windows installer: don't disable dir page

This commit is contained in:
tobtoht 2022-02-25 15:27:39 +01:00
parent 87fec5d0f9
commit f5d75dab7c
No known key found for this signature in database
GPG key ID: 1CADD27F41F45C3C

View file

@ -1,5 +1,5 @@
; Feather Wallet Installer for Windows ; Feather Wallet Installer for Windows
; Copyright (c) 2021-2021, The Monero Project ; Copyright (c) 2021-2022, The Monero Project
#define AppName "Feather Wallet" #define AppName "Feather Wallet"
#define AppVersion "1.0.2" #define AppVersion "1.0.2"
@ -17,7 +17,7 @@ AppPublisherURL={#AppURL}
AppSupportURL={#AppURL} AppSupportURL={#AppURL}
AppUpdatesURL={#AppURL} AppUpdatesURL={#AppURL}
DefaultDirName={autopf}\{#AppName} DefaultDirName={autopf}\{#AppName}
DisableDirPage=yes DisableDirPage=no
DisableProgramGroupPage=yes DisableProgramGroupPage=yes
; Uncomment the following line to run in non administrative install mode (install for current user only.) ; Uncomment the following line to run in non administrative install mode (install for current user only.)
;PrivilegesRequired=lowest ;PrivilegesRequired=lowest