You are here

Portable App Development

Discuss portable app development and modification of existing apps.

Environment Variables

Submitted by thornsoft on March 27, 2007 - 12:23pm

Newbie here,
I'm finalizing my U3 version, and figured I'd do PortableApps too. I'm not yet writing my script, but wanted to build the hooks into the main app first. With U3, I'm able to use Environment Strings to find path info, such as:
IShouldStoreMyDataHere := GetEnvironmentVariable('U3_APP_DATA_PATH');

Can I do this with NSIS? Or do I need it in conjunction with something else? Let me know if there is a sample app that does this. I looked through several, but maybe I didn't know what to look for.

Wanted: Compress/Encrypt with password but little user knowledge required

Submitted by TeddyBare on March 27, 2007 - 11:28am

I have written something for my company to help them secure documents on a USB stick. I'm getting on in years now, and never really progressed from the days of DOS batch scripts, so this is what I end up using, its not elegant, not clever, but it just about does what they want.

Today I found Portable Apps, and wondered if its something that I could use because its so much better than anything I'm likely to be able to create.

Simple portable startup

Submitted by pmoore on March 21, 2007 - 10:21am

I have a few apps which are basically portable (they run from a single directory, without saving anything to the registry or local disk). For example, ToME (roguelike game), 4NT (command processor, commercial, "inikey" version"), TCI (tabbed console interface, commercial, "inikey" version). They certainly don't make enough of a mess for me to be bothered working out how to write a full-scale "Portable" version.

Pages