Installer for Project

Just starting out? Need help? Post your questions and find answers here.
JoJo
New User
New User
Posts: 4
Joined: Thu Nov 13, 2003 11:33 am

Installer for Project

Post 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
Dare2
Moderator
Moderator
Posts: 3321
Joined: Sat Dec 27, 2003 3:55 am
Location: Great Southern Land

Post by Dare2 »

http://www.jrsoftware.org/isinfo.php

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

Success with your project.
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post 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
-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
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Re: Installer for Project

Post 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
thefool
Always Here
Always Here
Posts: 5875
Joined: Sat Aug 30, 2003 5:58 pm
Location: Denmark

Post by thefool »

make a wrapper.

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