You are here

What is the point of PA when all apps are packaged installers?

3 posts / 0 new
Last post
skribb
Offline
Last seen: 7 years 3 months ago
Joined: 2017-01-11 06:25
What is the point of PA when all apps are packaged installers?

I don't really get it. the point of a portable app is that it doesn't need to be installed. Yet all PA are packaged in installers. Kind of defeats the purpose?

Or is the "proper method" of acquiring and utilising a PA to install it using the PAC installer and then copy the installation folder to a flash drive? If so, why the need for the extra step?

ottosykora
Offline
Last seen: 2 weeks 4 days ago
Joined: 2007-10-11 17:48
no, directly flash

no, you simply 'install' it directly to your flash. The installer will simply unpack all the parts, creates the needed folders and copy things where they belong so the structure is maintained.

Some of the installers will download the original software from manufacturers repository and copy the parts to the folders which will create the installer.

Just try it and you will see , there is all simple and stright forward. No extra copy steps or so.

Otto Sykora
Basel, Switzerland

John T. Haller
John T. Haller's picture
Offline
Last seen: 1 hour 11 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Different from a local "installer", many advantages

A PortableApps.com Installer is very different from a normal "installer". Think of it more like a self-extracting zip file but with additional logic in it to keep things running smoothly. It doesn't require admin rights, makes no changes to the local machine, can be directed to extract wherever you want, etc.

I learned very early on that ZIP files are an awful way to distribute more complicated apps when unzipping one version of Firefox Portable over another wound up breaking it (the app switched DLLs and if the old DLL was present, it would crash). Lots of zipped semi-portable apps will have breaking conditions like this. Or they overwrite your settings if you aren't paying attention (and it's difficult since they all have different places to store your data). That's why we're standardized on a single common open format. Every app works the same. You can always upgrade it just by extracting a new version over the old.

For the full details and advantages, check this list out: https://portableapps.com/about/what_is_a_portable_app#whypaf

Sometimes, the impossible can become possible, if you're awesome!

Log in or register to post comments