Lib Installer 1.0

Developed or developing a new product in PureBasic? Tell the world about it.
User avatar
NoahPhense
Addict
Addict
Posts: 1999
Joined: Thu Oct 16, 2003 8:30 pm
Location: North Florida

..

Post by NoahPhense »

Mutex Lib v1.0

39.7 kb

I could go smaller, by removing the section that asks for a directory and
even smaller by not having an uninstaller.

But since I would never install anything that didn't have an uninstaller, I
wouldn't put anyone else through that same pain.. ;)

- has installer/uninstaller
- cmh help file
- library

Download Here

Check your pb directory after install.

Note the name of the uninstaller executable.. I change that up because
all of them want to have uninstall.exe, and that will cause problems in
the future if you are always overwriting your old uninstall.exe's .. ;)

*The help file is linked.. so you can just type OpenMutex and hit F1
from inside the PB IDE...

@Num3
Any plans on an uninstaller? If not, I'll go an code one up for it.

- np
Last edited by NoahPhense on Sun Jul 25, 2004 7:13 pm, edited 2 times in total.
thefool
Always Here
Always Here
Posts: 5875
Joined: Sat Aug 30, 2003 5:58 pm
Location: Denmark

Post by thefool »

cant download it.

but still, it would be cool to have in pb. its a little change to num3's installer only,
User avatar
GeoTrail
Addict
Addict
Posts: 2794
Joined: Fri Feb 13, 2004 12:45 am
Location: Bergen, Norway
Contact:

Post by GeoTrail »

What does the mutex lib do?
I Stepped On A Cornflake!!! Now I'm A Cereal Killer!
User avatar
NoahPhense
Addict
Addict
Posts: 1999
Joined: Thu Oct 16, 2003 8:30 pm
Location: North Florida

..

Post by NoahPhense »

GeoTrail wrote:What does the mutex lib do?
@thefool
try now

@geo
It creates a mutex, not allowing your application to launch more than
one instance.

- np

* there are only two files that get installed.. the lib, and the help file
thefool
Always Here
Always Here
Posts: 5875
Joined: Sat Aug 30, 2003 5:58 pm
Location: Denmark

Post by thefool »

Nope. it dosent work
User avatar
NoahPhense
Addict
Addict
Posts: 1999
Joined: Thu Oct 16, 2003 8:30 pm
Location: North Florida

.

Post by NoahPhense »

Changed to zip, some browsers and virus sw, don't like exe's ;)

- np
Last edited by NoahPhense on Sun Jul 25, 2004 7:14 pm, edited 1 time in total.
jack
Addict
Addict
Posts: 1358
Joined: Fri Apr 25, 2003 11:10 pm

Post by jack »

you need to right-click, save-as. :)
User avatar
NoahPhense
Addict
Addict
Posts: 1999
Joined: Thu Oct 16, 2003 8:30 pm
Location: North Florida

..

Post by NoahPhense »

jack wrote:you need to right-click, save-as. :)
Ok, changed to zip file.. should be fine now.

- np
thefool
Always Here
Always Here
Posts: 5875
Joined: Sat Aug 30, 2003 5:58 pm
Location: Denmark

Post by thefool »

your installer need the feature wich makes num3's installer cool. Automatic finding of pb directory.
User avatar
NoahPhense
Addict
Addict
Posts: 1999
Joined: Thu Oct 16, 2003 8:30 pm
Location: North Florida

..

Post by NoahPhense »

thefool wrote:your installer need the feature wich makes num3's installer cool. Automatic finding of pb directory.
Nah.. some people have multiple installs of PB.. mine is failsafe.. ;)

- np
thefool
Always Here
Always Here
Posts: 5875
Joined: Sat Aug 30, 2003 5:58 pm
Location: Denmark

Post by thefool »

ok its failsafe. But what makes num3's app good, is that it is written in pb :) anyway this can be changed to fit your needs.

but lets not get mad on each other just because of an installation tool. Num3's app is cool, done in pb in short time (as he says). nsis is a long taking product. But its a cool installer (and its free).

but num3's example also comes with pb source etc.
User avatar
NoahPhense
Addict
Addict
Posts: 1999
Joined: Thu Oct 16, 2003 8:30 pm
Location: North Florida

..

Post by NoahPhense »

I never said anything there was anything wrong with his tool..
(beavis: huh huhuh he said 'tool')

In fact, I think its the best thing yet, for distributing libs., that is why
I am going to modify it to have an uninstaller.

Cheers!

- np
Last edited by NoahPhense on Mon Jul 26, 2004 3:46 pm, edited 1 time in total.
thefool
Always Here
Always Here
Posts: 5875
Joined: Sat Aug 30, 2003 5:58 pm
Location: Denmark

Post by thefool »

I am going to modify it to have an uninstaller.
thats nice. thats what i said all the time, so why so mad? :evil:
Last edited by thefool on Mon Jul 26, 2004 4:16 pm, edited 1 time in total.
Dare2
Moderator
Moderator
Posts: 3321
Joined: Sat Dec 27, 2003 3:55 am
Location: Great Southern Land

Post by Dare2 »

* buys pacifiers *
8O
* hands them out *
:D
* uses one himself *
:P
@}--`--,-- A rose by any other name ..
User avatar
NoahPhense
Addict
Addict
Posts: 1999
Joined: Thu Oct 16, 2003 8:30 pm
Location: North Florida

Re: Lib Installer 1.0

Post by NoahPhense »

Num3 wrote:Nsis new algo -> 3.5Mb !!! 8O
@Num3
What's the name of the new algo, and is it something that we can create
a lib out of for PureBasic usage?

- np
Post Reply