You are here

How to make an application portable and compatible with portableapps software

5 posts / 0 new
Last post
Synt4xError
Offline
Last seen: 11 years 1 month ago
Joined: 2009-10-29 19:20
How to make an application portable and compatible with portableapps software

Forgive me if this has been posted already but I can't seem to find any detailed instructions whatsoever. I have found bits and pieces here and there, but nothing that helps me from start to finish.

I have an application that I want to make portable. It is freeware and I have the .exe for it. I also have installed the portableapps launcher and NSIS portable. I am stuck at trying to create the application portable.

Can anyone please help me with this? I would really appreciate it.

Thank you,
Synt4x

darksabre76
darksabre76's picture
Offline
Last seen: 1 month 2 weeks ago
Developer
Joined: 2011-04-19 23:28
As a quick tip, you should

As a quick tip, you should have all of the following installed (to make it easy to get your app working and get it posted):

NSISPortable
AppCompactor
Installer
Launcher
winMd5SumPortable

Then take a look at this and this for general ideas on how to get started. When in doubt, look here if you get stuck. Good luck on your development.

I completely forgot this existed. Take a look there. It's much more comprehensive.

PS: Don't worry if it doesn't click the first time around making the app, I started out similarly to you.

RobertMiles
Offline
Last seen: 1 week 1 day ago
Joined: 2012-12-27 07:27
U can try thinaap or

U can try thinaap or boxedapp. There is an excellent video on YouTube

ByteMyAscii
Offline
Last seen: 6 years 8 months ago
Joined: 2012-12-02 15:30
No, sandboxing is really

No, sandboxing is really taking a sledgehammer to crack a nut.
Good practices are a better solution than that, and a far less demanding one performance-wise.

If at first you do not succeed, use more sticky tape.

Bazylio
Offline
Last seen: 3 months 4 weeks ago
Joined: 2012-12-20 09:46
Good advice! I'm also trying

Good advice! I'm also trying to create a portable application

Log in or register to post comments