Windows 7 に「postgresql-9.1.3-1-windows-x64.exe」をサイレント インストールしたい。postgresql-9.1.3.1 の msi インストールはどこにありますか
ありがとうザック
Windows 7 に「postgresql-9.1.3-1-windows-x64.exe」をサイレント インストールしたい。postgresql-9.1.3.1 の msi インストールはどこにありますか
ありがとうザック
私は Windows7 x64 上の PostgreSQL で同じ問題を抱えています。私にとって成功する解決策は次のとおりです。
ユーザー postgres を作成し、パスワードを設定します。(ユーザー管理ツール)。
C:\postgres を作成し、ユーザー postgres に対するセキュリティ フル コントロールを設定します。
インストーラーを実行し、C:\postgres をルート ディレクトリに設定します。
楽しんでね xD
それだけです。
次のコマンドを実行します。
postgresql.exe --mode unattended
--superpassword youpassword
--serverport 5432
--unattendedmodeui none
--prefix "c:\postgrespath"
--datadir "c:\postgrespath\datapath"