You are here

Portable App Development

Discuss portable app development and modification of existing apps.

Telnet/SSH

Submitted by koko on December 8, 2006 - 2:42am

Hi,

I saw you are looking for a Telnet/SSH-tool... Since I have hosting, I use WinSCP in combination with puTTY. This way, you can handle files with a GUI and you also have the possibility to use a CUI.

WinSCP is downloadable as installer, standalone and source code. So maybe this can help.

URL: http://winscp.net

Redistributing the Java Runtime

Ryan McCue's picture
Submitted by Ryan McCue on December 7, 2006 - 4:08am

Two questions:

  1. Can I distribute the Java Runtime with RSSOwl Portable? I know it can be distributed but I don't know about OS projects.
  2. Is the Java Runtime portable?

Sorry if these questions seem stupid but I suck with licensing (as John knows ;)) and it's late at night.
----
Ryan McCue
Cube Games
Life is like a sewer. What you get out of it depends on what you put into it.
(Tom Lehrer)

MinGW Portable

Submitted by IchigoKurosaki on December 5, 2006 - 8:54pm

MinGW Portable is a collection of freely available and freely distributable Windows specific header files and import libraries combined with GNU toolsets that allow one to produce native Windows programs that do not rely on any 3rd-party C runtime DLLs. Which has been specially made for your portable data storage device. This allows for you to compile Windows, Linux, or even Mac Applications anywhere and everywhere there is a computer.

MinGW Portable can be found on Nobis Development Group's Website: http://nobis.zapto.org/

MinGW can be found on the Official MinGW Website: http://www.mingw.org/

StartPortableApps.exe

Submitted by Stretch 4x4 on December 5, 2006 - 12:00am

Hi I am interested in how John created the StartPortableApps.exe, it would be really useful to have something like that can be customized as shortcuts can not be made relative. Was it it made using NSIS, I have started looking into this as it seems that quite powerful exes can be made that launch things in interesting ways, which would be useful for making things happen just the way I like. Any advice on NSIS and how StartPortableApps.exe works would be greatly appreciated.

Thanks Andrew

RSSOwl Portable 1.2.3

Ryan McCue's picture
Submitted by Ryan McCue on December 3, 2006 - 10:34pm

Here's my first release of RSSOwl Portable and also my first Summer Portables release.
It is available for download at the RSSOwl Portable page.
The launcher is released under the GPL and RSSOwl is licensed under the EPL (Eclipse Public License).
Also, I am fully aware that a RSSOwl Portable is already available, but I wanted to make my own, which is compatible with the PAF.
Thanks,
Ryan.
----

NSISW Error Line 171

Submitted by dormedas on December 3, 2006 - 10:59am

I'm a pretty much noob to making portable apps, as well as coding/programming in general, but I seem to have grasped NSIS pretty well.

Besides that, I've been getting errors in Line 171 of the compiler using John's installer .nsi files as an example. In fact, I even tried the AbiWord installer file to see if it would work flawlessly. Well enough, the compiler hung with this error log:

IfFileExists: "$PROGRAMDIRECTORY\$PROGRAMEXECUTABLE" ? FoundProgramEXE :
MessageBox: 48: "$PROGRAMEXECUTABLE was not found. Please check your configuration"
Abort: ""

Pages