You are here

New developer seeking advice

3 posts / 0 new
Last post
endlesssummer42d
Offline
Last seen: 12 years 2 months ago
Joined: 2012-02-29 00:35
New developer seeking advice

I'm attempting to create a portableapps launcher for a small program that is already portable, ie it can be run from anywhere and it makes no registry changes nor does it change any files/folders outside it's own folder.

In creating the portableapp, should the portableapps.com format specification be adhered to regarding storing the user settings and such in the 'Data' folder? Or is it enough to leave the program and let it run as-is in the 'App/AppName' folder?

Thanks in advance for any help anyone can offer

Chris Morgan
Chris Morgan's picture
Offline
Last seen: 8 years 10 months ago
Joined: 2007-04-15 21:08
Yes

If you are intending to distribute it, for it to be in PortableApps.com Format, all user data must go in the Data directory.

If you're just doing it for yourself, it's up to you whether you bother or not. I would, in general; the PortableApps.com Launcher makes it very easy to.

I am a Christian and a developer and moderator here.

“A soft answer turns away wrath, but a harsh word stirs up anger.” – Proverbs 15:1

endlesssummer42d
Offline
Last seen: 12 years 2 months ago
Joined: 2012-02-29 00:35
Thankyou very much for the

Thankyou very much for the helpful reply.

I guess the launcher.ini then will simply be composed of multiple move files and directories commands.

I shall give it a go soon, thanks!

Log in or register to post comments