You are here

Portable App Development

Discuss portable app development and modification of existing apps.

Portable Net Tools

Submitted by amede0 on November 30, 2006 - 11:34am

Hey guys,
I'm new in this website and i find the portable apps concept is waayyyy cool loll!!!
i use it at work and its really usefull

im a network admin an i found a compilation of utilities for netadmin and security

i didn't really devellop that application by myself but i work on it to make it work with the portableapps menu and on a key

kinda complecated loll

if it can be usefull to anyone

download

enjoy

Gnumeric Portable 1.7.6

tanisthalon's picture
Submitted by tanisthalon on November 27, 2006 - 5:33pm

I have created a new portable version of Gnumeric (Gnumeric is a spreadsheet, a computer program used to manipulate and analyze numeric data). This is the stable branch of 1.6.

Features:

  • Directory structure is compatible to portableapps.com
  • Uses installed settings
  • Fancy splash-screen

The selfextracting archive can be downloaded from its current location.

The download link (14.8 MB):

Portable Apps Menu

Submitted by mudroads on November 23, 2006 - 1:15am

I use other programs apart from the ones hosted on this site. Although they are not truly portable, on the whole they seem to run okay when installed onto my USB drive.

I would like to add shortcuts to these programs to the Portable Apps Menu - rather than navigating to the application folder using explorer, and then clicking on the .exe file.

What do you think?

Thanks

James

Localization

Submitted by maikelsteneker on November 21, 2006 - 3:22pm

Much of this is well known, but for people who want to have localized versions of Portable Apps this may come in handy:

Oh, btw, if you want to use another language than English, you should always choose multilingual Smile

7-Zip Portable:
Choose your language in Tools -> Options

AbiWord Portable:
Choose your language in Extra -> Preferences

Audacity Portable:
Choose your language in Edit -> Preferences

ClamWin Portable:
I have no idea. I don't think it's available in other languages than English.

FileZilla Portable:
Choose language in Edit -> Settings -> Interface settings -> Language

WinMerge Portable Development

Submitted by SnT2k on November 21, 2006 - 5:56am

I wanted to make WinMerge Portable but I have some issues on how I would treat the registry entries.

I skimmed the source code of winmerge and found the following entries which rely on the registry. (note that WinMerge, uses a Wrapper, CRegKeyEx at ReyKey.h/cpp)

VssPrompt.cpp: line 97 <-- checks/injects into Visual source safe
SourceControl.cpp: line 123 <-- ditto
PropRegistry.cpp: lines 185 and 146 <-- settings are stored here
Plugins.cpp: line 77 <-- checks for windows scripting host

I know what to do with PropRegistry (just reroute it). However, what should I do with the rest?

Pages