PostgreSQL静默安装参数.docVIP

  • 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

文档评论(0)

1亿VIP精品文档

相关文档