Page 2 of 3
..
Posted: Sun Jul 25, 2004 5:59 pm
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
Posted: Sun Jul 25, 2004 6:02 pm
by thefool
cant download it.
but still, it would be cool to have in pb. its a little change to num3's installer only,
Posted: Sun Jul 25, 2004 6:14 pm
by GeoTrail
What does the mutex lib do?
..
Posted: Sun Jul 25, 2004 6:51 pm
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
Posted: Sun Jul 25, 2004 6:58 pm
by thefool
Nope. it dosent work
.
Posted: Sun Jul 25, 2004 7:06 pm
by NoahPhense
Changed to zip, some browsers and virus sw, don't like exe's
- np
Posted: Sun Jul 25, 2004 7:09 pm
by jack
you need to right-click, save-as.

..
Posted: Sun Jul 25, 2004 7:12 pm
by NoahPhense
jack wrote:you need to right-click, save-as.

Ok, changed to zip file.. should be fine now.
- np
Posted: Sun Jul 25, 2004 7:48 pm
by thefool
your installer need the feature wich makes num3's installer cool. Automatic finding of pb directory.
..
Posted: Sun Jul 25, 2004 8:39 pm
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
Posted: Sun Jul 25, 2004 10:32 pm
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.
..
Posted: Mon Jul 26, 2004 12:52 am
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
Posted: Mon Jul 26, 2004 10:01 am
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?

Posted: Mon Jul 26, 2004 10:10 am
by Dare2
* buys pacifiers *
8O
* hands them out *
* uses one himself *

Re: Lib Installer 1.0
Posted: Wed Jul 28, 2004 6:39 pm
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