Developed or developing a new product in PureBasic? Tell the world about it.
RJP Computing
Enthusiast
Posts: 202 Joined: Sun Apr 27, 2003 4:44 am
Location: Michigan, USA
Contact:
Post
by RJP Computing » Tue Mar 01, 2005 10:55 pm
Nope don't worry PureBasic doesn't use InstallShield.
They use INNO Setup and it is a great free package. You can tell if you open 'Regedit' and browse over to here
Code: Select all
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\PureBasic_is1
*EDIT*
Fred beat me to it.
-Ryan
RJP Computing
Ubuntu 8.10/WinXP, AMD Athlon 64 3000+, 1000MB RAM, AC 97 Audio, nVidia GeForce 7600GT 512MB
SR-Games
User
Posts: 21 Joined: Wed Feb 02, 2005 12:47 am
Location: Cockeysville, MD
Post
by SR-Games » Wed Mar 02, 2005 3:28 am
Thank you for all of your hard work, Fred.
IceSoft
Addict
Posts: 1695 Joined: Thu Jun 24, 2004 8:51 am
Location: Germany
Post
by IceSoft » Wed Mar 02, 2005 7:52 am
3.93 is an important bugfix version.
Thanks to Fred. And thanks to all testers too!
Belive! C++ version of Puzzle of Mystralia
Bug Planet
<Wrapper>4PB, PB<game>, =QONK=, PetriDish, Movie2Image, PictureManager,...
dige
Addict
Posts: 1407 Joined: Wed Apr 30, 2003 8:15 am
Location: Germany
Contact:
Post
by dige » Wed Mar 02, 2005 9:12 am
Fred, thank you very much for your good hard work!
cya dige
BinoX
User
Posts: 46 Joined: Mon Jan 31, 2005 11:57 am
Post
by BinoX » Wed Mar 02, 2005 12:34 pm
Thanks for your hard work Fred.
Another great release
*Back to developing*
Armoured
Enthusiast
Posts: 365 Joined: Mon Jan 26, 2004 11:39 am
Location: ITALY
Contact:
Post
by Armoured » Thu Mar 03, 2005 4:42 am
Hi
Thanks for your work Fred. Can you say to me the link for the updates released after the main compiler?
gnozal
PureBasic Expert
Posts: 4229 Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:
Post
by gnozal » Thu Mar 03, 2005 5:44 pm
Armoured wrote: Hi
Thanks for your work Fred. Can you say to me the link for the updates released after the main compiler?
I hope it's still
http://www.purebasic.com/update because the updater don't work for me.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Skipsy
User
Posts: 98 Joined: Wed Apr 30, 2003 12:26 pm
Location: France
Post
by Skipsy » Fri Mar 04, 2005 10:58 am
Hi Fred,
I can't access to the download page. It asks for my PureBasic login,
I have tried with my forum account, my EMail (the one you sent to me
when I paied). In both cases it says "Account unkonwn".
Any idea ?
Thks
William.
Beware of the man who has the solution before he understands the problem...
aaron
Enthusiast
Posts: 267 Joined: Mon Apr 19, 2004 3:04 am
Location: Canada
Contact:
Post
by aaron » Fri Mar 04, 2005 1:57 pm
Skipsy wrote: I can't access to the download page. It asks for my PureBasic login,
I have tried with my forum account, my EMail (the one you sent to me
when I paied). In both cases it says "Account unkonwn".
Email
support@purebasic.com rather than waiting for someone to come across the posting here. The correct login is the email address that you used to buy purebasic. Perhaps you have forgotten the password?
Dare2
Moderator
Posts: 3321 Joined: Sat Dec 27, 2003 3:55 am
Location: Great Southern Land
Post
by Dare2 » Sat Mar 05, 2005 11:03 am
Thanks for this great release!
@}--`--,-- A rose by any other name ..
Num3
PureBasic Expert
Posts: 2812 Joined: Fri Apr 25, 2003 4:51 pm
Location: Portugal, Lisbon
Contact:
Post
by Num3 » Sat Mar 05, 2005 12:20 pm
Why not use 7Zip with an install script!?
I had this directory RAR'ed and size was 3.8Gb, with 7Zip it crammed it to 1.9Gb!!!!
Num3
PureBasic Expert
Posts: 2812 Joined: Fri Apr 25, 2003 4:51 pm
Location: Portugal, Lisbon
Contact:
Post
by Num3 » Sat Mar 05, 2005 12:22 pm
<< User area request >>
Would it be possible to add the file size in front of the download link?
Fred
Administrator
Posts: 18237 Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:
Post
by Fred » Sat Mar 05, 2005 1:17 pm
Good idea for the size I will investigate. About the 7Zip stuff, AFAIK Innosetup uses the same algo for compressing so you won't save anything..
Gansta93
Enthusiast
Posts: 238 Joined: Wed Oct 20, 2004 7:16 pm
Location: The Village
Contact:
Post
by Gansta93 » Sat Mar 05, 2005 7:29 pm
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.