You are here

Why aren't all apps made portable?

6 posts / 0 new
Last post
jimmy72
Offline
Last seen: 13 years 9 months ago
Joined: 2008-09-21 07:25
Why aren't all apps made portable?

Why are all apps not made portable? In the sense that they save all of the files are made in their own directory and compacted to the smallest possible size.

[Topic clarified by mod Tim]
was: Portable Apps

Bahamut
Bahamut's picture
Offline
Last seen: 13 years 1 month ago
Joined: 2006-04-07 08:44
Mostly because multiple

Mostly because multiple people using the same machine is far from rare. And because it's impossible to implement an effective copyright protection scheme in a portable app. And also because certain things need admin rights (e.g. installing a driver).

Vintage!

AngelaE8654
Offline
Last seen: 14 years 1 month ago
Joined: 2009-02-20 02:04
Yep. Exactly. There are

Yep. Exactly. There are many people who work online who don't understand this concept of multiple people using the same machine. But it's prevalent; especially in families and in areas where people have less money per capita.

[link to website removed by moderator JTH. Please don't link to random sites in messages. you can link to your homepage from your profile if you'd like]

jimmy72
Offline
Last seen: 13 years 9 months ago
Joined: 2008-09-21 07:25
so...

Is the reason so that you can have multiple "profiles"?

I don't have a short attention span. I just...oh look a kitty!

Ed_P
Offline
Last seen: 6 years 3 months ago
Joined: 2007-02-19 09:09
That's one of them

Using the facilities of Windows for better performance is another. The Windows Registry is in memory and thus provides instant access to options and configuration info that an app may want to use rather than searching the hard drive looking for an ini file and read it and scrolling through it line by line each time it needs the info.

Ed

Bahamut
Bahamut's picture
Offline
Last seen: 13 years 1 month ago
Joined: 2006-04-07 08:44
Programs don't need to search

Programs don't need to search for their configuration files, and loading a settings file into memory is pretty insignificant. Also the registry is only practical for storing settings; many programs (e.g. Firefox) need to store other data on disk.

Vintage!

Log in or register to post comments