PureBasic 6.02 LTS is out !

Developed or developing a new product in PureBasic? Tell the world about it.
akee
Enthusiast
Enthusiast
Posts: 467
Joined: Wed Aug 18, 2004 9:52 am
Location: Penang, Malaysia
Contact:

Re: PureBasic 6.02 LTS is out !

Post by akee »

+1 (with much appreciation)
dige
Addict
Addict
Posts: 1191
Joined: Wed Apr 30, 2003 8:15 am
Location: Germany
Contact:

Re: PureBasic 6.02 LTS is out !

Post by dige »

Thank you PB-Team!
"Daddy, I'll run faster, then it is not so far..."
User avatar
the.weavster
Addict
Addict
Posts: 1488
Joined: Thu Jul 03, 2003 6:53 pm
Location: England

Re: PureBasic 6.02 LTS is out !

Post by the.weavster »

I have just installed PB 6.02 and it won't launch, the error is:
error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory
but I can see libz.so.1 is in /usr/lib/x86_64-linux-gnu/ so that's not the real error.
Does anybody have any ideas?

** edit **
Just ignore me, I'd downloaded the 32 bit version :oops:
User avatar
HeX0R
Addict
Addict
Posts: 912
Joined: Mon Sep 20, 2004 7:12 am
Location: Hell

Re: PureBasic 6.02 LTS is out !

Post by HeX0R »

:lol:
endo
Enthusiast
Enthusiast
Posts: 139
Joined: Fri Apr 30, 2004 10:44 pm
Location: Turkiye (istanbul)
Contact:

Re: PureBasic 6.02 LTS is out !

Post by endo »

Great news!
Note that, I was able to install "PureBasic 6.02 beta 2" onto current user by a command line switch to setup, no admin rights were necessary. But with PureBasic 6.02 LTS, it requires admin rights even with /CURRENTUSER argument.
-= endo (registered user of purebasic since 98) =-
User avatar
mk-soft
Addict
Addict
Posts: 4863
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: PureBasic 6.02 LTS is out !

Post by mk-soft »

I would be rather surprised if a setup can be installed without requiring admin rights.
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
Little John
Addict
Addict
Posts: 4336
Joined: Thu Jun 07, 2007 3:25 pm
Location: Berlin, Germany

Re: PureBasic 6.02 LTS is out !

Post by Little John »

mk-soft wrote: Tue Jun 06, 2023 6:08 pm I would be rather surprised if a setup can be installed without requiring admin rights.
Fred wrote:It install in program files if you choose 'Install for all users' as you need admin rights. If you choose to install only for you, it install in your private appdata folder.
endo
Enthusiast
Enthusiast
Posts: 139
Joined: Fri Apr 30, 2004 10:44 pm
Location: Turkiye (istanbul)
Contact:

Re: PureBasic 6.02 LTS is out !

Post by endo »

mk-soft wrote: Tue Jun 06, 2023 6:08 pm I would be rather surprised if a setup can be installed without requiring admin rights.
I install most applications for my user only, if they support. They installed into C:\Users\<username>\AppData\Local\Programs\<folder>
And it was supported in PB 6.02 Beta 2 setup.
I'm also sure that I read somewhere in this forum (in a changelog IIRC) it IS fixed to support that mode, but cannot find it.

Even my current installation is at C:\Users\<user>\AppData\Local\Programs\PureBasic.
-= endo (registered user of purebasic since 98) =-
Marc56us
Addict
Addict
Posts: 1423
Joined: Sat Feb 08, 2014 3:26 pm
Location: FR - GMT+1

Re: PureBasic 6.02 LTS is out !

Post by Marc56us »

I would be rather surprised if a setup can be installed without requiring admin rights.
InnoSetup since v6 :wink:
https://jrsoftware.org/ishelp/index.php ... nstallmode
English is not my native language.
PB Latest version - Win 10 family x64 - Linux Debian, Slackware (VirtualBox & WSL) / W10 - Raspberry Raspbian
Intel i7-8700 CPU @ 3.20GHz - 48 GB - Nvidia RTX 3050 OC 8GB - Asus VP348 3440 x 1440 - DPI 100%
BarryG
Addict
Addict
Posts: 2960
Joined: Thu Apr 18, 2019 8:17 am

Re: PureBasic 6.02 LTS is out !

Post by BarryG »

mk-soft wrote: Tue Jun 06, 2023 6:08 pmI would be rather surprised if a setup can be installed without requiring admin rights.
I've used InnoSetup to install non-admin apps for the last 7 years.
plouf
Enthusiast
Enthusiast
Posts: 234
Joined: Fri Apr 25, 2003 6:35 pm
Location: Athens,Greece

Re: PureBasic 6.02 LTS is out !

Post by plouf »

Marc56us wrote: Wed Jun 07, 2023 8:04 am
I would be rather surprised if a setup can be installed without requiring admin rights.
InnoSetup since v6 :wink:
https://jrsoftware.org/ishelp/index.php ... nstallmode
Innosetup is inverted for 6,0x version in order to maintain XP compatibilty (thats probably reason for non admin rights)

According to fred will be again at version 6,10 , a a version who will drop XP support
Christos
endo
Enthusiast
Enthusiast
Posts: 139
Joined: Fri Apr 30, 2004 10:44 pm
Location: Turkiye (istanbul)
Contact:

Re: PureBasic 6.02 beta 1 is out !

Post by endo »

Fred wrote: Tue Apr 18, 2023 12:41 pm It install in program files if you choose 'Install for all users' as you need admin rights. If you choose to install only for you, it install in your private appdata folder. To use the C backend, you need to add it in the compilers (in IDE preferences -> Compilers -> add)
So, clearly there is something missed here.
With /CURRENTUSER we should be able to use non administrative install mode.

In the setup project, PrivilegesRequiredOverridesAllowed setting should either commandline or dialog. Default is blank which prevents non-admin install mode. Also PrivilegesRequired should be lowest, default is admin. https://jrsoftware.org/ishelp/index.php ... nstallmode

I hope this fixed soon, as my company policy doesn't allow me to install any application.
-= endo (registered user of purebasic since 98) =-
Post Reply