- 118
- 0
- 约8.15千字
- 约 5页
- 2016-09-20 发布于重庆
- 举报
PostgreSQL静默安装参数
Silent install of PostgreSQL on Windows
As the PostgreSQL installer for Windows uses Windows Installer (MSI) technology, performing a silent or semi-silent install works the same way as with any MSI installer. It is all done using commandline options to msiexec, which are used to:
Specify desired user interface level
Specify which features to install
Specify (default) values for required properties
Optionally specify language to use for user messages
Look at an example
All installation is done using the postgresql-ver-int.msi file. The main MSI file is just a wrapper around this file that sets some required properties.
Note that the following functions are not available when running a silent install:
Verification of service account and password. If you specify an invalid account or password, the installation will proceed most of the way, then fail and rollback at the end because of login failures.
Verification of data directory location. The directory specified as data directory must either not exist or be empty before you run the installation, if you want initdb to run.
Verification of DLL versions. You will need to verify SSL library version as well as PL dependency DLLs manually if you want this check.
If you have any questions regarding silent installations, please use the pginstaller-devel mailinglist available from the pgFoundry page.
Specifying desired user interface level
The following user interface levels are available:
Name Commandline Description Normal none Normal interactive user installation Reduced /qr No user interaction. Full size progress window including progress descriptions. Basic /qb No user interaction. Just a basic progressbar and not full descriptions. You can also remove the cancel button using
/qb! Silent /qn No user information at all. Specifying features to install
Features to install are specified by adding:
ADDLOCAL=feature1,feature2...
to the commandline. If the ADDLOCAL parameter is not set, the default set of options
您可能关注的文档
最近下载
- 中学生交通安全教育培训课件PPT.pptx VIP
- 牵引供电系统 牵引变电所供电方式 牵引变电所供电方式.ppt VIP
- 1.03 玉米高产管理技术 - (先锋克劳森).pptx VIP
- 杜邦公司讲座杜邦安全管理介绍.pptx VIP
- 2025年广西财经学院辅导员招聘考试笔试模拟试题及答案解析.docx VIP
- (正式版)DB65∕T 3611-2023 《农业用水定额》.pdf VIP
- 2025年江苏省南京市中考英语试卷(含解析).pdf VIP
- (2025年版)国家基层高血压防治管理指南PPT课件.pptx VIP
- 2024年山东交通职业学院高职单招(英语/数学/语文)笔试题库含答案解析.docx VIP
- 2017年-2022年暨南大学考研701美学原理真题.pdf
原创力文档

文档评论(0)