You are here

Portable App Development

Discuss portable app development and modification of existing apps.

Libertà

Steve Lamerton's picture
Submitted by Steve Lamerton on May 2, 2006 - 1:52pm

***2006.05.05***

New release, Modules 0.93 As usual see the project page for more details! Have fun!

***2006.05.05***

Well people the time has come. Oh yes. We have the first set of Libertà stuff for you! Unfortunately this is only the set of modules that the inteface will link to but I would be most greatful if you could test them for me. To find out more visit the project page

Enjoy!

Steve + René

Simple example for newbies

Submitted by Klonk on April 28, 2006 - 2:57am

Hi,
is there smoewhere a simple example of a source for programlauncher. I looked at e.g. PortableOpenoffice and I'm quite confused.

As I haven't done anything really complicated with NSIS yet, I need something really simple.

Or at least a very good commented source: What is done and why?

A starting point would be what to do when a application writes to e.g. the profile directory. How to avoid that assuming that the software has no commandline option for that.

Reason: I have several applications here (mainly commercial) that I want to make portable (for my own use). Of course I then would share my results.

Portable WinHTTrack v3.40-2 Released

Submitted by Deuce on April 26, 2006 - 7:43pm

This program is the Portable version of the WinHTTrack Website Copying program. I use this all the time, so thought I would create it portably for those using dial-up and could use a good download and read-offline website copier.

It is the first program based on the QuickPort NSIS Template. Read the code to see how easy it was to createusing the template.

Version Information
- Launcher: 1.0.0.0
- WinHTTrack: 3.40-2

More Information with Download Link

QuickPort NSIS Template v1.2 released

Submitted by Deuce on April 26, 2006 - 7:40pm

The Quickport NSIS template is a template to allow the quick portability of a program. By making a few changes and installing NSIS and the included plugins, you can create a portable program out of any program that uses 1 registry key. This script is based on nm35's Portable Notepad2 code and comes complete with the
necessary plugins and program tools (Text Editor and NSIS Compiler).

NEW: Version 1.2 Fixes a bug where the Registry plugin would not close. And fixed the name of the icon file that is used.

More Information with Download Link

LuaLauncher

Rob Loach's picture
Submitted by Rob Loach on April 25, 2006 - 10:49pm

After doing some brainstorming on portable applications and adapting existing applications so that they'd be portable, I thought it would be pretty neat to have a program where you could easily make applications portable just by writing a script file, without having to compile it. All the script would do is tell the system where the application stores its data and the system would take care of the rest.

Example
For example, let's say you want to use ProgramX on your USB drive, but it stores all its data in the registry. You could make a simple script file that would tell the system where ProgramX stores its data and then the system would take care of the rest. Since this script is read in when you want to run the application, there is no need to compile it or deal with external compilers like NSIS.

Application Launchers

Steve Lamerton's picture
Submitted by Steve Lamerton on April 24, 2006 - 1:53pm

Hey all!

As I can see it there are four launchers in various stages of production at the moment which all have there own strengths.

Libertà - Many modules (Backup, Restore, Log, Sync, Auto Update, Reg Wrapping...)
Johns Menu - Compact on screen size, ease of use
Rene's App - One seriously nice (skin-able) look!
START - Small and compact size, easy to use

All of these features are SERIOUSLY impressive. Therefore I propose this…

We gather them all together in one new app.

- Its main screen is Rene's app
- It has the modules I have written
- When it is minimised the right click menu is Johns App

Pages