Junior6773
Posts: 7
Joined: Thu Mar 06, 2008 6:08 pm

silent install of prerequesite

hi,
this is how I normally would launch silent install of postgres from command line.

msiexec /i postgresql-8.2-int.msi /qr INTERNALLAUNCH=1 ADDLOCAL=server,psql CREATESERVICEUSER="1" SERVICEPASSWORD="SecretWindowsPassword123" SUPERPASSWORD="J2Fntiaj" BASEDIR="c:\postgres"

but am having a bit of trouble inside of installer. also omitted everything to the left of "/qr", still no luck.
Cosmin
Posts: 5797
Joined: Tue Jul 10, 2007 6:39 pm
Contact: Website

Hi,

Can you please give me more details about the problem you are encountering? Do you receive any error message?

Please note that you should set the "Command Line" field in the "Properties" tab of the "New Prerequisite" dialog to the command line of the postgresql-8.2-int.msi file.
http://www.advancedinstaller.com/user-g ... rties.html

Regards,
Cosmin
Cosmin Pirvu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Common Problems”