PureBasic 3.93 for Windows released

Developed or developing a new product in PureBasic? Tell the world about it.
Gansta93
Enthusiast
Enthusiast
Posts: 238
Joined: Wed Oct 20, 2004 7:16 pm
Location: The Village
Contact:

Post by Gansta93 »

Oh... this computer... sory. :oops:
Last edited by Gansta93 on Sat Mar 05, 2005 7:51 pm, edited 1 time in total.
Be seeing you! :-)

Gansta93
If you speak french, you can visite Le Monde de Gansta93 (Gansta93's World)
Gansta93
Enthusiast
Enthusiast
Posts: 238
Joined: Wed Oct 20, 2004 7:16 pm
Location: The Village
Contact:

Post by Gansta93 »

Sory for this poste. :oops:
Last edited by Gansta93 on Sat Mar 05, 2005 7:49 pm, edited 1 time in total.
Be seeing you! :-)

Gansta93
If you speak french, you can visite Le Monde de Gansta93 (Gansta93's World)
User avatar
NoahPhense
Addict
Addict
Posts: 1999
Joined: Thu Oct 16, 2003 8:30 pm
Location: North Florida

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

Post 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?
User avatar
NoahPhense
Addict
Addict
Posts: 1999
Joined: Thu Oct 16, 2003 8:30 pm
Location: North Florida

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

Post by thefool »

i know that.. you have told me before :D
User avatar
NoahPhense
Addict
Addict
Posts: 1999
Joined: Thu Oct 16, 2003 8:30 pm
Location: North Florida

Post by NoahPhense »

thefool wrote:i know that.. you have told me before :D
Sometimes, posts aren't just for your pleasure.. heh :twisted:

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

Post by thefool »

:shock:
User avatar
NoahPhense
Addict
Addict
Posts: 1999
Joined: Thu Oct 16, 2003 8:30 pm
Location: North Florida

Post by NoahPhense »

thefool wrote::shock:
Heh..
Fred
Administrator
Administrator
Posts: 18237
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

The update pack 1 is available on smartupdate (and in update/ dir), it fixes the bugs reported since the release.
Lebostein
Addict
Addict
Posts: 829
Joined: Fri Jun 11, 2004 7:07 am

Post 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...
freak
PureBasic Team
PureBasic Team
Posts: 5941
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

The files can be downloaded from http://www.purebasic.com/update/ too.
quidquid Latine dictum sit altum videtur
User avatar
NoahPhense
Addict
Addict
Posts: 1999
Joined: Thu Oct 16, 2003 8:30 pm
Location: North Florida

Post 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
Randy Walker
Addict
Addict
Posts: 1064
Joined: Sun Jul 25, 2004 4:21 pm
Location: USoA

Post 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! :-) :!: :!: :!: :!: :!: :!: :!: :!: :!:
- - - - - - - - - - - - - - - -
Randy
I *never* claimed to be a programmer.
newbie
Enthusiast
Enthusiast
Posts: 296
Joined: Tue Jul 29, 2003 5:47 pm
Location: FRANCE
Contact:

Post by newbie »

I have a bug with a missing "LIB" with this new version, posted in the bug forum.
- Registered PB user -

Using PB 4.00
Post Reply