Skip to content

Commit 9d2f9ef

Browse files
committed
MultiInstaller only for Delphi Sydney or later.
1 parent 900dfb2 commit 9d2f9ef

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

Install/README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
## P4D Installation using [MultiInstaller](https://github.com/pyscripter/MultiInstaller)
22

3-
Use for Delphi Tokyo (10.2) or later to install all packages in one step. For versions earlier than Delphi Seattle (10.4) select only the first package in step 2 and manually add the Source\Vcl folder to the search path.
3+
Use for Delphi Seattle (10.4) or later to install all packages in one step.
44

5-
Requires Delphi
6-
7-
1. Clone or copy the Python4Delphi git repository to a folder of your choice. The setup.ini file assumes that the folder is called "P4D". If you chose to name your folder differently then modify setup.ini accordingly.
8-
2. Run MultiInstaller.exe
9-
3. Select the packages you want and press Next
10-
4. In the dialog box specify the parent folder of "P4D" (i.e. the folder containing the directory to which you have copied Python4Delphi) and the Delphi target version. Then press Next to install the components
5+
1. Clone or copy the Python4Delphi git repository to a folder of your choice. The setup.ini file assumes that the folder is called "P4D". If you chose to name your folder differently then modify the "Folder" option in setup.ini.
6+
2. Close all Delphi IDEs running.
7+
3. Run MultiInstaller.exe
8+
4. Select the packages you want and press Next
9+
5. In the dialog box specify the parent folder of "P4D" (i.e. the folder containing the directory to which you have copied Python4Delphi) and the Delphi target version. Then press Next to install the components

Install/Setup.ini

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@ Name=Python4Delphi
5050
Folder=P4D
5151
SearchPath="Source"
5252
LibSuffix=%s0
53-
D24="Packages\Delphi\Delphi 10.3-\Python_D.dpk"
54-
D25="Packages\Delphi\Delphi 10.3-\Python_D.dpk"
55-
D26="Packages\Delphi\Delphi 10.3-\Python_D.dpk"
5653
D27="Packages\Delphi\Delphi 10.4+\Python.dpk", "Packages\Delphi\Delphi 10.4+\dclPython.dpk"
5754
D28="Packages\Delphi\Delphi 10.4+\Python.dpk", "Packages\Delphi\Delphi 10.4+\dclPython.dpk"
5855

@@ -81,4 +78,4 @@ D28="Packages\Delphi\Delphi 10.4+\PythonFmx.dpk", "Packages\Delphi\Delphi 10.4+\
8178
; When both DefaultInstallIDE and DefaultInstallFolder are set the installer starts automatically.
8279

8380
[Options]
84-
MinimumIDEVersion=D24
81+
MinimumIDEVersion=D27

0 commit comments

Comments
 (0)