Twitter Weekly Updates for 2011-11-20
- New post as http://t.co/q0Q9Y0TS – : To extract all files from a Wise Installbuilder EXE do this… http://t.co/EGrmADOC #twittertools #
Powered by Twitter Tools
Powered by Twitter Tools
/etc/postgresql/8.3/main/postgresql.conf and change
listen_addresses='*'. This will enable TCPIP connections to the server. /etc/postgresql/8.3/main/pg_hba.conf and add the following line(s)
host all all 192.168.0.0/16 trustI was also worried I would have to learn how to open up an ubuntu firewall but that was not needed.
This article helped me…
https://help.ubuntu.com/8.04/serverguide/C/postgresql.html
Seth
New post as http://t.co/q0Q9Y0TS – : To extract all files from a Wise Installbuilder EXE do this… http://t.co/EGrmADOC #twittertools
I use Wise Installbuilder to deliver updates to software I write. It is an old tool (no longer even available) but it works great for me.
Today I began to wonder if there was a way to EXTRACT the files that are included with the setup EXE that wise creates.
There is. From the command line browse to the folder where you saved the EXE. Type <EXENAME>.exe /X .
The /X tells the installer to extract the files. It will show a dialog with all of the extractable file (displayed as the script VARIABLE NAME) and when you select one and click okay you can browse for a target folder and, voila, it is done.
This is helpful to me because I embed SQL scripts into my updaters and if I ever want to see what I sent this does the trick.
Seth