You are here

Portable App Development

Discuss portable app development and modification of existing apps.

Cubic Explorer Idea - Speed Search

Submitted by sno0ze on February 8, 2011 - 8:33am

Hello all,
I`m new here. Well that's not the reason why I`m posting this Wink
I have an idea for the CubicExplorer.
My Company (i work as an engineer there) has many files in one folder with nearly identical names.
http://img209.imageshack.us/img209/1622/beispieli.jpg roundabout 300 folders in one.
Mostly we don t have to search anything, our problem is to find something. Mostly, the only difference between the file names is one number or one letter.

Here comes the (stolen)* idea.

Paint.net Portable (now with approval from the Paint.Net developer)

Submitted by eagle00789 on February 4, 2011 - 10:22am

Paint.NET is free image and photo editing software for computers that run Windows. It features an intuitive and innovative user interface with support for layers, unlimited undo, special effects, and a wide variety of useful and powerful tools. An active and growing online community provides friendly help, tutorials, and plugins.

This portable version is based on 3.5.6 and .NET Framework 3.5 is required to make the application run.

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]

Pages