You are here

Making an application portable

4 posts / 0 new
Last post
jessejazza
Offline
Last seen: 16 years 9 months ago
Joined: 2006-10-24 08:49
Making an application portable

Dear members

I have read with interest how some have turned Skype and other applications portable. I'd be grateful if someone could explain why applications were written so that they impacted the registry when as we see with Portable Apps they could have written settings to the directory. It does seem to me that a lot of applications don't need to impact the registry so why were they written like this in the first place.

So what does one need to do to make an application portable or isn't it that easy. I have a copy of eMindMaps which i'd like to make portable. Later programs like Freemind, ThinkGraph are not as good, and the later MindManager far too complicated and less intuitive than eMindMaps.

I got the copy of eMindMaps from a magazine several years ago - another alternative is to contact MindManager and ask if they would be prepared to let someone from this forum have the code to convert it. MindManager have said to me that they don't mind eMindMaps being distributed as it is an older product.

many thanks

Ryan McCue
Ryan McCue's picture
Offline
Last seen: 14 years 7 months ago
Joined: 2006-01-06 21:27
Back in the beginning:

The Windows Registry was introduced to tidy up the profusion of per-program INI files that had previously been used to store configuration settings for Windows programs. These files tended to be scattered all over the system, which made them difficult to keep track of. (http://en.wikipedia.org/wiki/Windows_registry)
They thought it would be better to have a registry. Idiots. Blum
Also, check the development link at the top of the page. If that sounds too much, drop me an email at cubegames@gmail.com
----
Ryan McCue
Life is like a sewer. What you get out of it depends on what you put into it.
(Tom Lehrer)

"If you're not part of the solution, you're part of the precipitate."

Bahamut
Bahamut's picture
Offline
Last seen: 12 years 5 months ago
Joined: 2006-04-07 08:44
The registry is actually not

The registry is actually not a bad idea for core system applications. Other than that, it just messes things up.

Vintage!

Ryan McCue
Ryan McCue's picture
Offline
Last seen: 14 years 7 months ago
Joined: 2006-01-06 21:27
Yes, but

It's a Single Point of Failure. One program can screw up the whole registry easily.
----
Ryan McCue
Life is like a sewer. What you get out of it depends on what you put into it.
(Tom Lehrer)

"If you're not part of the solution, you're part of the precipitate."

Topic locked