DelphiPI组件控件安装工具是一款用于安装Delphi组件的工具,对应delphi的不同版本,安装控件的时候有的需要先编译其他包,然后才能安装上这个控件,安装完成之后要在tool里的环境选项里的系统查找路径里填上控件的目录,这样delphi启动时才能找到你安装的控件。
选择所在的文件夹都包文件包文件( *.dpk ) 和源代码文件( *.pas ) 所在的目录.
如果目录结构是这样的: SuperLibrary\packages SuperLibrary\source
然后,只需选择superlibrary文件夹中。
指定一个或几个相匹配的Delphi的安装包进行安装。
如果您不想安装的,只是离开它作为*. dpk和取消不适合您的Delphi安装包。
还可以过滤掉不想使用的安装包,在package file pattern中可以把*.dpk改为*d7.dpk,那这样的话就会把d7结尾的包过滤出来其它的包就不会安装了.
单击编译。
软件包将汇编和安装。
Change log
0.8.3
- Include 10.4 Sydney recognizers
-
New: Conditionals in script file
... conditionals: DEBUG packages: ...
-
New: Option “Dependant packages”
When one or more package are selected and this option is checked, all dependent packages are also selected -
New: Parameter “script:”
Example: DelphiPI script:debugger.script -
New: DelphiPIConsole paramter “KEEPDCU”
Prevents that all DCU, DFM and RES files will be removed before build
Example: DelphiPiConsole.exe Special.script 1 KEEPDCU
0.8.2
- Include 10.3 Rio recognizers
- Fixed: Console script runner showed a message when a package was not found (Dmitry Lamdan)
- New: Section ‘resource-files’ added to script file. (Dmitry Lamdan) This section enables to define list of resource script files (.rc) The resource files (.res) will be created before compiling the packages
0.8.1
- Create Win32 BPL and DCP folder when missing (request Dmitry Lamdan)
- Exclude win64 build process (compiler options) (Issue
#6) - DelphiPIConsole: All DCU, DFM and RES files will be removed from the output folder before build
0.8.0
- Include 10.2 Tokyo recognizers
- Fixed: Virtual TreeView state images assertion error
0.7.9
- Adding search- and browsing paths didn’t work properly
0.7.8
- New: Configuration of optional Search and Browsing Paths
- New: Writing optional Search and Browsing Paths in script file
- New: Folder selectors for Base, BPL, DCP and DCU folder
- Added Data.Win in name-space search path
- Some minor cosmetic adjustments
- DelphiPIConsole: fixed memory leak and cleanup temporary search paths
- Hints and warnings resolved
0.7.7
- Include 10.1 Berlin recognizers
- Create Win64 BPL and DCP folder when missing
- Log installation description
0.7.6
- Relative path support in search path
- The ability to use a temporary search path by placing a minus sign in front of the path in a script file (This could be useful when units have a circular reference which cannot be avoided)
- Added VCLTee;XML;DataSnap in name-space search path
- Some compiler warnings removed
- DelphiPIConsole: A forgotten TJclConsole output in ConsoleRunner.pas disabled
0.7.5
- DelphiPIConsole: The colorful TJclConsole output disabled (keeps throwing system error 87)
- DelphiPIConsole: Stop further processing after a compile failure
0.7.4
- Compile and install x64 packages
- Include XE8 and 10 Seattle recognizers
- Auto load script if script file “DelphiPI.script” exists
- DelphiPIConsole: Fixed parameters
- DelphiPIConsole: EOSError: System Error. Code: 87 solved (Microsoft KB830473 command-line limitation)
- DelphiPIConsole: Added exit-code 1 on fail
- DelphiPIConsole: Waiting for a key-press removed (Automated build process)
下载链接:
https://bitbucket.org/idursun/delphipi/downloads/delphipi.0.83.setup.exe