You are here

Portable App Development

Discuss portable app development and modification of existing apps.

Default location for personal data/created documents?

Submitted by depp.jones on February 3, 2011 - 4:02pm

Testing some apps in development test status arose a question for me: Where to point an App's Output folder by default - if applicable?

It seems to be handled differently until now. Some apps default for AppnamePortable\Data, some for "My Documents" on the host PC (many official apps), some for Documents including their designated section Pictures/Music/Video, some even somewhere in their App folder (obviously a design flaw).

Update AppCompactor

Submitted by Bracket on January 30, 2011 - 4:07pm

Hiyo, I noticed today when I downloaded AppCompactor it came with a old, unstable version of 7za (9.15)

As most of you know 7-Zip 9.20 (Stable) was released a few months ago.
I don't think it should cause any problems using the old version but, since a lot of PortableApps are compressed using it and PA 2.0 *should* be right around the corner, I would think this needs to be updated.

Its also using an old version of UPX (3.5) which would be nice to have updated to the latest (3.7)

7za 9.20 download:
http://sourceforge.net/projects/sevenzip/files/7-Zip/9.20/7za920.zip/dow...

BSD license

Submitted by dougakins on January 19, 2011 - 9:04am

I just wanted to be clear on this. Can an app released under the BSD license be repackaged as a portable app? From my understanding it can be, but wanted to make sure I was correct.

Language Switching

Submitted by Jacob Mastel on January 18, 2011 - 1:32am

John and I have been discussing how to encorporate language switching into Stickies. Unfortunately the app handles language switching in a rather odd manor. When it's launched it checks it's running directory for a file called "language70.dll". If that file is found it will pickup whatever language is contained; if there is no file it defaults to English.

On IRC John said that

How to delete a single registry key value?

Submitted by Anonymous (not verified) on January 15, 2011 - 12:45pm

The application that I am working on has a setting to "launch at windows startup". If this settings is checked, the application will add a registry key value to:

HKCU\Software\Microsoft\Windows\CurrentVersion\Run

My problem is that I can't find anywhere how I can remove a single registry key value. The following would remove all values from this key, which is not what I need:

[RegistryCleanUpForce]
1=HKCU\Software\Microsoft\Windows\CurrentVersion\Run

What I need is something like this, but doesn't seem to work:

[RegistryCleanUpForce]

Universal portableapps.com updater!

Submitted by HellTiger on January 14, 2011 - 9:58pm

Hi there!

i love portable apps soooo much. but i have one problem, always new versions
coming out of the apps and ill have more to check for updates and unzip them as i can use the tools.
how about a special tool, in it you can select your important unzipped used portableapps and search for updates, then it will auto download, unzip and so on.
i think it will be good if its seperated from the portable apps launcher.

many thanks to you all!

Writing Pre-Set registry & files settings Question

Submitted by GothicDeath on January 13, 2011 - 7:52am

Ok. I have this all about working know. But still having a little problems. Got a few apps that I need the presetting to write/over right the files & to registry before launch of app and then backup after launch and written to the "data" folder.

I have the need files pre-set files & the portableapp.reg key in "app\defaultdata" folder. I need that information to be place back in reg and the files to be placed in a specific location and read on launching app.

What do I need to add to the launcher ini to do this?

Thanks

Pages