File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 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}
1718AppPublisherURL = {#MyAppURL}
1819AppSupportURL = {#MyAppURL}
1920AppUpdatesURL = {#MyAppURL}
20- DefaultDirName = {autopf}\{#MyAppName }
21+ DefaultDirName = {autopf}\{#MyAppInstallDir }
2122DefaultGroupName = {#MyAppName }
2223AllowNoIcons = yes
2324LicenseFile = ..\LICENSE
2425; Uncomment the following line to run in non administrative install mode (install for current user only.)
25- PrivilegesRequired = lowest
26+ ; PrivilegesRequired=lowest
2627OutputDir = ..
2728OutputBaseFilename = Patroni-Env-Setup
2829Compression = lzma
2930SolidCompression = yes
3031WizardStyle = modern
3132ArchitecturesInstallIn64BitMode = " x64"
33+ AppCopyright = CYBERTEC PostgreSQL International GmbH
3234
3335[Languages]
3436Name : " english" ; MessagesFile : " compiler:Default.isl"
You can’t perform that action at this time.
0 commit comments