Page 1 of 1

Installing SQLITE

Posted: Sat Feb 06, 2010 9:19 am
by Linuxman
Has anyone used installaware to install SQLite 3? We are looking at switching to this versus Microsoft SQL to reduce the size of our file. It works very well, now we are looking to deploy in the easiest fashion with no user input needed.

Posted: Sat Feb 06, 2010 4:05 pm
by MichaelNesmith
If its an MSI, use (Un)Install MSI Setup to seamlessly install it - this command will even capture and display native setup progress in your own setup window.

If its an EXE, call it using Run Program (As). You won't be able to capture native progress, but you could set the PROGRESSMODE variable to MARQUEE to show a nice indeterminate progress bar in place.

Posted: Sat Feb 06, 2010 4:58 pm
by Linuxman
Thanks, I was more interested if someone has done it and any issues they ran into....there is a lot of interaction with the installation that we must bypass.