Search found 7 matches

Go to advanced search

by Junior6773
Tue Mar 18, 2008 7:43 pm
Forum: Common Problems
Topic: Uninstall Sequence
Replies: 1
Views: 2521
 
Jump to post

Uninstall Sequence

One of my prerequisites leaves behind a system user and data directory that has to be removed manually before reinstalling. I have a vbscript to handle this, and am not sure where to put it in the uninstall sequence. It has to happen after the uninstall is completely finished.
Thanks!
by Junior6773
Thu Mar 13, 2008 4:53 pm
Forum: Common Problems
Topic: silent install of prerequesite
Replies: 1
Views: 2518
 
Jump to post

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 ...
by Junior6773
Tue Mar 11, 2008 9:29 pm
Forum: Common Problems
Topic: "database does not exist"
Replies: 1
Views: 2088
 
Jump to post

"database does not exist"

I am trying to execute an sql script on postgres db. I get error message "database '"postgres"' does not exist" however i know it does because if i try to create the database with command line, psql tells me "database already exists"
by Junior6773
Tue Mar 11, 2008 8:33 pm
Forum: Common Problems
Topic: enterprise version, but no sql script option
Replies: 1
Views: 2498
 
Jump to post

enterprise version, but no sql script option

just ordered enterprise version and typed in key, then restarted, do not have an sql scripts page
by Junior6773
Tue Mar 11, 2008 8:18 pm
Forum: Common Problems
Topic: postgres sql script
Replies: 1
Views: 2174
 
Jump to post

postgres sql script

Hi,
I am trying to get odbc and sql script setup for postgres 8.2.4.
There is a field for "setup file". not sure what this is. I have the driver dll file inserted into the "File" field, but not sure what the setup file is. is this the .msi file published on postgres website?
Thanks in advance.
by Junior6773
Thu Mar 06, 2008 7:40 pm
Forum: Common Problems
Topic: postgres 8.2.4 as prerequisite
Replies: 2
Views: 3205
 
Jump to post

Thanks

Worked like a charm. Thanks for your speedy response and professionalism. I am glad I chose you guys. You are very knowledgeable which is a great help with complicated stuff like this.
Cheers!
by Junior6773
Thu Mar 06, 2008 6:15 pm
Forum: Common Problems
Topic: postgres 8.2.4 as prerequisite
Replies: 2
Views: 3205
 
Jump to post

postgres 8.2.4 as prerequisite

I have two prerequesites for my app. apache 2 and postgres 8.2.4-1.
I do a prerequesite condition of "version" on the executable file, standard stuff through the gui.
The installer does correctly verify that apache 2 has been installed, but not postgres, and I am using the same method on both.
The ...

Go to advanced search