Skip to content

Commit 612534c

Browse files
committed
[+] run under admin user, resolves #4
[*] remove spaces from the installation folder name, closes #5
1 parent 7046101 commit 612534c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

installer/patroni.iss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "Patroni Environment Setup"
5+
#define MyAppInstallDir "PES"
56
#define MyAppVersion "0.1"
67
#define MyAppPublisher "CYBERTEC PostgreSQL International GmbH"
78
#define MyAppURL "https://www.cybertec-postgresql.com/"
@@ -17,18 +18,19 @@ AppPublisher={#MyAppPublisher}
1718
AppPublisherURL={#MyAppURL}
1819
AppSupportURL={#MyAppURL}
1920
AppUpdatesURL={#MyAppURL}
20-
DefaultDirName={autopf}\{#MyAppName}
21+
DefaultDirName={autopf}\{#MyAppInstallDir}
2122
DefaultGroupName={#MyAppName}
2223
AllowNoIcons=yes
2324
LicenseFile=..\LICENSE
2425
; Uncomment the following line to run in non administrative install mode (install for current user only.)
25-
PrivilegesRequired=lowest
26+
; PrivilegesRequired=lowest
2627
OutputDir=..
2728
OutputBaseFilename=Patroni-Env-Setup
2829
Compression=lzma
2930
SolidCompression=yes
3031
WizardStyle=modern
3132
ArchitecturesInstallIn64BitMode="x64"
33+
AppCopyright=CYBERTEC PostgreSQL International GmbH
3234

3335
[Languages]
3436
Name: "english"; MessagesFile: "compiler:Default.isl"

0 commit comments

Comments
 (0)