Page 1 of 1

Installer for Project

Posted: Sun Jan 11, 2004 3:21 pm
by JoJo
Hey,

I finished my first application in Pure Basic and wanted to give it some friends of mine, but my problem is the installer. I tried PureInstall, but my program needs to function properly sqlite.dll, which has to be copied in the windows system directory, if I'm not wrong. Further I wanted to ask, PureInstall is in english, is there somewhere a german version and when not.... is there a freeware installer to use for personal and commercial use ? ( last question I posted too on the german forum )

Thanks for all the support I had until now and in future

JoJo

Posted: Sun Jan 11, 2004 3:45 pm
by Dare2
http://www.jrsoftware.org/isinfo.php

free inno setup. Has a translations link with german sites.

Success with your project.

Posted: Sun Jan 11, 2004 3:45 pm
by Karbon
The SQLite DLL can be anywhere - just use the full path in the init function..

Using no path and putting the DLL in your program's directory works fine..
Lots of installers here : viewtopic.php?t=6691

Re: Installer for Project

Posted: Fri Jan 16, 2004 1:39 am
by PB
> is there a freeware installer to use for personal and commercial use ?

"Little Install Builder" is easy to use and produces tiny setup files:
http://www.pablovandermeer.nl/install_builder.html

Posted: Fri Jan 16, 2004 1:45 am
by thefool
make a wrapper.

Make a program that contains the dll and you program.
then make it extract it.