You are here

How To Make A Portable App?

9 posts / 0 new
Last post
pokekids
Offline
Last seen: 14 years 2 months ago
Joined: 2010-02-27 14:04
How To Make A Portable App?

How do you make applications portable I wan't to make applications I made portable

Tim Clark
Tim Clark's picture
Offline
Last seen: 13 years 1 month ago
Joined: 2006-06-18 13:55
Start

Start Here:

https://portableapps.com/node/14868
Creating A Portable App: A Guerilla Field Guide.

And welcome to PoratableApps.com

Tim

Things have got to get better, they can't get worse, or can they?

pokekids
Offline
Last seen: 14 years 2 months ago
Joined: 2010-02-27 14:04
how do you edit registry and

how do you edit registry and where it puts it to an ini file?

digitxp
digitxp's picture
Offline
Last seen: 12 years 8 months ago
Joined: 2007-11-03 18:33
Clarify?

Could you clarify that?
If you want to edit the registry, you press Win+R and type in regedit and click Okay.
Not sure about the INI file though.

Insert original signature here with Greasemonkey Script.

pokekids
Offline
Last seen: 14 years 2 months ago
Joined: 2010-02-27 14:04
we when the program writes to

when the program writes to regisitry instead of going to regisitry it goes to an ini file where all the data is kept

gluxon
gluxon's picture
Offline
Last seen: 3 years 8 months ago
Developer
Joined: 2008-06-21 19:26
Only some programs do that,

Only some programs do that, and when it does, it varies where the file is located.

For example, AkelPad has two modes, registry and ini, when it's set to registry, it obviously sets it to write settings in the registry, when it's set to ini, it writes an ini called AkelPad.ini in it's own folder.

That's what you mean, right? In that case, you have to do some thorough investigating, it's usually in the somewhere in the User Profile or the AppData folders, and in other cases it's in its own folder.

computerfreaker
computerfreaker's picture
Offline
Last seen: 12 years 8 months ago
Developer
Joined: 2009-08-11 11:24
You'll need to backup the

You'll need to backup the program's Registry keys to an INI file, then remove the keys from the Registry.
You can look at most of the launchers on here (some apps don't write to the Registry, so some of the launchers don't need to worry about that) to see examples of that in action.

"The question I would like to know, is the Ultimate Question of Life, the Universe and Everything. All we know about it is that the Answer is Forty-two, which is a little aggravating."

OliverK
OliverK's picture
Offline
Last seen: 2 years 11 months ago
Developer
Joined: 2007-03-27 15:21
you'll do the registry by

you'll do the registry by uing the backup\install\save\delete\restore process. Check out 7-Zip for that.

As to the ini, it depends if the program supports it. PNotes, Geany, FileZilla all have methods.

Other programs require you to move it at startup and move it again at shutdown.

Too many lonely hearts in the real world
Too many bridges you can burn
Too many tables you can't turn
Don't wanna live my life in the real world

pokekids
Offline
Last seen: 14 years 2 months ago
Joined: 2010-02-27 14:04
thank you all for helping. I

thank you all for helping.
I will release it soon.
The one I am going to release never wrote to registry.

Log in or register to post comments