PureBasic Portable
PureBasic Portable
Hi,
i would like to have a Purebasic ZIP-file in the dowloads, which just need to be unzipped to run Purebasic without any installation. Sometimes users do not have administration rights which are currently required to install Purebasic on a PC.
Best regards
Uwe
i would like to have a Purebasic ZIP-file in the dowloads, which just need to be unzipped to run Purebasic without any installation. Sometimes users do not have administration rights which are currently required to install Purebasic on a PC.
Best regards
Uwe
PB 5.70 LTS (x64) - Debian Testing, Gnome 3.30.2
Re: PureBasic Portable
you can do that yourself:
just create a shortcut, or encapsulate the original exe and launch it with clp/P <Preferences file> loads/saves all the configuration to/from the given file
or
/NOEXT disables the registering of the .pb extension in the registry
/LOCAL puts all preferences in the PureBasic directory instead of the user profile location
/PORTABLE the same as /LOCAL and /NOEXT combined
-
- Addict
- Posts: 1482
- Joined: Tue Feb 22, 2011 1:16 pm
Re: PureBasic Portable
Read again. He wants the Setup.exe install of PureBasic to be available as a zip, because not everyone can run a Setup.exe without admin rights.MicroByte wrote:you can do that yourself
Microsoft Visual Basic only lasted 7 short years: 1991 to 1998.
PureBasic: Born in 1998 and still going strong to this very day!
PureBasic: Born in 1998 and still going strong to this very day!
Re: PureBasic Portable
With MicroBytes instructions for execution, can you create the zip file yourself from your home PC...?
Re: PureBasic Portable
If you install PB in a folder different than program files, it should requiers admin rights even with the installeruwekel wrote:Hi,
i would like to have a Purebasic ZIP-file in the dowloads, which just need to be unzipped to run Purebasic without any installation. Sometimes users do not have administration rights which are currently required to install Purebasic on a PC.
Best regards
Uwe
-
- Addict
- Posts: 4777
- Joined: Thu Jun 07, 2007 3:25 pm
- Location: Berlin, Germany
Re: PureBasic Portable
With appropriate software (e.g. Total Commander together with its packer plugin InstallExplorer), you can open any PureBasic setup EXE file (created by Inno Setup) as an archive, and unpack it manually.uwekel wrote:i would like to have a Purebasic ZIP-file in the dowloads, which just need to be unzipped to run Purebasic without any installation.

Regards, Little John
Re: PureBasic Portable
First: yeah I know it's an old thread, but I just needed to do that today and
for some reason I remembered that there was a thread about that.
Anyway: http://sourceforge.net/projects/innounp/?source=dlp
Simple tool, worked like a charm.
Edit:
Actually I have some trouble running it now.
Will try to figure it out.
for some reason I remembered that there was a thread about that.

Anyway: http://sourceforge.net/projects/innounp/?source=dlp
Simple tool, worked like a charm.

Edit:
Actually I have some trouble running it now.

Blog: Why Does It Suck? (http://whydoesitsuck.com/)
"You can disagree with me as much as you want, but during this talk, by definition, anybody who disagrees is stupid and ugly."
- Linus Torvalds
Re: PureBasic Portable
Every time I need to run PB on other PCs, I zip the whole PureBasic directory then copy to there and unzip,that's ok though. (some .pref files may be added manuly)
poor English...
PureBasic & Delphi & VBA
PureBasic & Delphi & VBA
Re: PureBasic Portable
Yeah but that's not possible in my case right now. 

Blog: Why Does It Suck? (http://whydoesitsuck.com/)
"You can disagree with me as much as you want, but during this talk, by definition, anybody who disagrees is stupid and ugly."
- Linus Torvalds
Re: PureBasic Portable
That's the way i do, too. But for convenience reason, i would prefer a Portable Edition with pre-configured settings. And a /PORTABLE startup switch even exists!leonhardt wrote:Every time I need to run PB on other PCs, I zip the whole PureBasic directory then copy to there and unzip,that's ok though. (some .pref files may be added manuly)
PB 5.70 LTS (x64) - Debian Testing, Gnome 3.30.2
-
- Addict
- Posts: 4777
- Joined: Thu Jun 07, 2007 3:25 pm
- Location: Berlin, Germany
Re: PureBasic Portable
Thanks for mentioning that tool. With PB setup files it works more reliable for me than Total Commander's InstallExplorer plugin.Shield wrote:Anyway: http://sourceforge.net/projects/innounp/?source=dlp
Simple tool, worked like a charm.
Edit:
Actually I have some trouble running it now.Will try to figure it out.
Anyway, a ZIP file in the dowloads which just needs to be unzipped to run PureBasic without any installation would be nice.