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
Installer for Project
http://www.jrsoftware.org/isinfo.php
free inno setup. Has a translations link with german sites.
Success with your project.
free inno setup. Has a translations link with german sites.
Success with your project.
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
Using no path and putting the DLL in your program's directory works fine..
Lots of installers here : viewtopic.php?t=6691
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
Re: Installer for Project
> 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
"Little Install Builder" is easy to use and produces tiny setup files:
http://www.pablovandermeer.nl/install_builder.html