[sqlite] C++ - Installer

2012-08-02 Thread Arbol One
I was wondering if there is an 'Installer' for Windows 7 that you would
recommend. I want my user to have all the necessary SQLite3 files needed for
my application as well as all the gtkmm files.

 

TIA

___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] C++ - Installer

2012-08-02 Thread Robert Myers



On 8/2/2012 8:40 AM, Arbol One wrote:

I was wondering if there is an 'Installer' for Windows 7 that you would
recommend. I want my user to have all the necessary SQLite3 files needed for
my application as well as all the gtkmm files.

  


You can create installers with WiX (http://wix.sourceforge.net). If you 
want a more GUI oriented tool, there's always Installshield.


Unless your app is .Net, you should be building sqlite right into the 
binary and there's nothing you need to distribute there, unless you want 
a skeleton db.


___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users