Page 3 of 3

Posted: Sat Mar 05, 2005 7:29 pm
by Gansta93
Oh... this computer... sory. :oops:

Posted: Sat Mar 05, 2005 7:39 pm
by Gansta93
Sory for this poste. :oops:

Posted: Sat Mar 05, 2005 7:40 pm
by NoahPhense
Gansta93 wrote:Fred, why don't you use NSIS for the PureBasic setup?
Good compression, a lot of functions, possible to build multi-languages installations... and it is OpenSources.
I know to build installations you must write scripts, but there are programes which can do that for you and you add what you want after.
I use NSIS, and I purchased Venis IX (for commercial use) .. freakin nice..


http://nsis.sourceforge.net/

http://www.spaceblue.com/venis/

- np

Posted: Sat Mar 05, 2005 8:07 pm
by thefool
for nsis:

http://hmne.sourceforge.net/

its free for both noncommercial & commercial use.. and it HAS an
install maker wizard too! its very nice.. i dunno if venis might be better but i have used this with success too and its 100% free.

if interested on the page too: an util to convert innosetup to nsis scripts :D

but neither way both is recently updated and is probaly also going to be updated in the future..

Why not write a nice installer in purebasic :D ? i know some has been done
but a real proffessional one for purebasic itself would be cool :P

next big forum project? an installer has lots of small parts to be written.. uninstaller, the gui designing, procedures for unpacking etc well it could be an multi user project. i dont know.. what do you think?

Posted: Sat Mar 05, 2005 9:01 pm
by NoahPhense
They're all good. But it's usually the user/developer who forgets to
change the name of the uninstaller.. and lets say they make 4 libraries
for pb.. and place the uninstall.exe in the pb directory.. it screws up the
previous uninstaller.

I custom name mine. Try it if you haven't, www.liquidbuzz.com
download the ProcessIt Library.. install it, and check out the purebasic
root directory.

Code: Select all

SetOutPath "$INSTDIR\"
	CreateShortCut "$SMPROGRAMS\ProcessIt for PureBasic\Uninstall ProcessIt.lnk" "$INSTDIR\ProcessIt Uninstaller.exe"
- np

Posted: Sat Mar 05, 2005 9:02 pm
by thefool
i know that.. you have told me before :D

Posted: Sat Mar 05, 2005 9:04 pm
by NoahPhense
thefool wrote:i know that.. you have told me before :D
Sometimes, posts aren't just for your pleasure.. heh :twisted:

- np

Posted: Sun Mar 06, 2005 12:04 am
by thefool
:shock:

Posted: Sun Mar 06, 2005 12:43 am
by NoahPhense
thefool wrote::shock:
Heh..

Posted: Mon Mar 07, 2005 5:06 pm
by Fred
The update pack 1 is available on smartupdate (and in update/ dir), it fixes the bugs reported since the release.

Posted: Mon Mar 07, 2005 5:36 pm
by Lebostein
Can I download the update pack without SmartUpdate? I have no internet at home and here on university I have no PureBasic to start the SmartUpdate...

Posted: Mon Mar 07, 2005 6:22 pm
by freak
The files can be downloaded from http://www.purebasic.com/update/ too.

Posted: Mon Mar 07, 2005 8:07 pm
by NoahPhense
Fred wrote:The update pack 1 is available on smartupdate (and in update/ dir), it fixes the bugs reported since the release.
Excellent, thanks.. works nice..

- np

Posted: Mon Mar 14, 2005 5:43 am
by Randy Walker
Company I work for had me busy since my last post (wherever that was) and now has me here in Bangkok to train the staff at our new office. Haven't even had time to download and play with this new release. Still I want to thank Fred and all his contributers for all their efforts. Thanks Fred!!! :-) :!: :!: :!: :!: :!: :!: :!: :!: :!: Thanks contributors! :-) :!: :!: :!: :!: :!: :!: :!: :!: :!:

Posted: Wed Mar 16, 2005 3:26 pm
by newbie
I have a bug with a missing "LIB" with this new version, posted in the bug forum.