You are here

Portable App Development

Discuss portable app development and modification of existing apps.

Portable ScummVM

The MAZZTer's picture
Submitted by The MAZZTer on December 15, 2006 - 5:27pm

This is just a quickie thing I put together.

Since software licensing gives me a headache, this is unfortunately NOT an "unzip-and-go" thing. I have put together a simple directory structure a la Haller and I have included a vital scummvm.ini and launcher BAT that makes ScummVM nice and portable. I'll leave the fancy NSIS launchers to John. Smile

Basically YOU get to put it together. Blum Here's what you have to do, a more detailed step-by-step readme is in the archive:

- Download and extract ScummVM.
- Download and extract BASS and FOTAQ, two freeware ScummVM games (optional).
- Use UPX to compress ScummVM (optional... you need to be comfortable with command prompts, or already have and use a UPX GUI tool).

Portable Adobe Photoshop CS3 (22 MB) Project

Submitted by aniperleo on December 15, 2006 - 9:33am

Here I go again! I'm working on a legitimate, portable Adobe Photoshop CS3. Someone will need to create the NSIS-based launcher, but let me share the steps I've taken to reach the nearest point. To write these steps most accurately, I am starting with neither Adobe Photoshop/ImageReady CS2 or CS3 or either activation license on the machine...

  • Install Adobe Photoshop CS3.
  • Locate the directory that contains your Adobe Photoshop CS2 installation (not setup).
  • Create a new directory on your computer and copy the following necessary files for Adobe Photoshop CS3 to operate:
  • Help

    Submitted by cthelight on December 10, 2006 - 8:33am

    Heres my code for the app

    !define: "MUI_INSERT_NSISCONF"=""

    Changing directory to: "C:\Users\*****\Desktop\poratble apps\Evil.Player.v1.17"

    Processing script file: "C:\Users\*****\Desktop\poratble apps\Evil.Player.v1.17\Evil_player.nsi"
    !define: "FULLNAME"="Evil Player Portable"
    !define: "NAME"="EvilPlayerPortable"
    !define: "APP"="Evil_Player"
    !define: "VER"="1.17"
    !define: "WEBSITE"="cthelight.50webs.org/index.html"
    !define: "DEFAULTEXE"="Evil_Player.exe"
    !define: "DEFAULTAPPDIR"="Evil Player"
    !define: "DEFAULTSETTINGSPATH"="settings"
    Name: "EvilPlayerPortable"
    OutFile: "EvilPlayerPortable.exe"

    Adding second copy of an app to suite

    Submitted by st3ve on December 10, 2006 - 7:32am

    I have tried to 'add' an extra copy of ffportable to the Portable Application Suite.

    That seemed to work OK, but I need to distinguish between the 2 copies.
    I have added my main FF with all the extensions installed and want to add a 'Lite' copy which is essentially the Portable FF as issued.

    I have renamed the folder as FirefoxPortableLite, but both copies show up on the launcher as Firefox. I can launch either from there but what I want to do is to rename one copy as say Firefox Portable Lite. Is this possible, and if so how/where do I have to make the changes to achieve this?

    Any ideas?

    Multilingual PortableApps Menu

    Submitted by Dirinfo on December 9, 2006 - 1:38pm

    I began translating PortableAppsMenu in french the uggly way : Find a Resource Editor (ResHacker) and brute force changed the item captions...
    Then I saw this thred in the forum, so here I am!

    Where can I find the Delphi source or resources?

    How can it be incorporated in the Laucher in a more elegant way?

    Thank you for helping.

    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)

    Pages