You are here

Portable App Development

Discuss portable app development and modification of existing apps.

PuTTY 0.60 is out

Submitted by Wences on May 2, 2007 - 5:19pm

Hi, everyone!

Simon Tatham has announced the release of PuTTY 6.0 on the 29th of April.
Any chance we will be seing an "official" release of PuTTY Portable 0.60?

His announcement follows (only edit is e-mail addresses scrambling):

PuTTY version 0.60 is released
------------------------------

All the pre-built binaries, and the source code, are now available
from the PuTTY website at

http://www.chiark.greenend.org.uk/~sgtatham/putty/

This is a minor patch release to 0.59; it contains only bug fixes,
and only very minor new features. New features include:

Firefox Portable Live and Helper Apps on CD

Submitted by RazorEye on May 2, 2007 - 3:32pm

I've tried to find a way to set up FirefoxPE to use Sumatra and VLC as the default apps to use from a CD. I know that it's easy enough to do when running from a USB drive as the PortableApps launcher itself is supposed to take care of this, it even says so on the website for FirefoxPE. Anyone know of a way to do this without having the PA launcher around?

Official Toucan request thread

Steve Lamerton's picture
Submitted by Steve Lamerton on May 1, 2007 - 11:45am

Well, I know that there are some requests for features in Toucan, so I thought I'd group them all here so that I don't lose any. Oh and yes I know that 1.0 isn't out yet, I sent John an e-mail about that yesterday so hopefully that should get moving. Currently I have the following additions for 1.1:

  1. A job manager
  2. The ability to retain folder timestamps
  3. An inbuilt updater

[Obsolete] Portable Application Template 2.3 released

Submitted by Klonk on April 27, 2007 - 9:27am

Do not use this. Use the PortableApps.com Launcher instead.

Discussion has moved here:
https://portableapps.com/node/10491

What ist it for?
It helps you to create a clean portable application. This means no traces are left on the host computer and the application doesn't (normally) have to be changed in any way. (Maybe some configuration files)

Where can I get it?
http://www.loncarek.de/downloads/ApplicationPortableTemplate.nsi
use "Save As..." in your browser.

Freemind launcher

Submitted by ozbodd on April 27, 2007 - 7:53am

Following on post https://portableapps.com/node/1141#comment-6250

here is the batch file to launch FreeMind using the commonfiles/java structure

********************************************

@echo off
..\CommonFiles\Java\bin\java -cp lib\freemind.jar;lib\ant\lib\jaxb-api.jar;lib\ant\lib\jaxb-impl.jar;lib\ant\lib\jaxb-libs.jar;lib\ant\lib\namespace.jar;lib\ant\lib\relaxngDatatype.jar;lib\ant\lib\xsdlib.jar;lib\ant\lib\jax-qname.jar;lib\ant\lib\sax.jar;lib\ant\lib\dom.jar freemind.main.FreeMind

*********************************************

Pages