You are here

Portable App Development

Discuss portable app development and modification of existing apps.

Useful scripts

Ryan McCue's picture
Submitted by Ryan McCue on August 10, 2007 - 4:59am

Thought these might prove useful to you.

The first, upax.bat UPXs everything within the current directory (and subdirectories) with the standard options used by John. You need to put both this and upx.exe in your path somewhere, like C:\WINDOWS\system32
The second, pangout.bat uses pngout to compress all .png files within the current directory (and subdirectories) and automatically answers yes to any questions.
The final, cleanup.bat is a companion for upax.bat and deletes all the backup files (.ex~, .dl~).

Where to sart programming?

Submitted by dayv2005 on August 8, 2007 - 3:45pm

I'm a application developer/ programmer. I'm always wanting to learn more about programming and stuffalong those lones. I find portable apps really interesting.

I was wondering where can i start, like tutorials or anyhing on where to start from scratch on dveloping my on portable app?

Thanks in advanced,sorry if this was answered in other forums, I'm still trying to find my way navigating here.

Anyone make a Lego Factory portable?

consul's picture
Submitted by consul on August 7, 2007 - 4:32pm

At factory.lego.com you can download program to work with Legos to make custom creations, which eventually you can buy just those blocks to make. I've downloaded the program and can run it from my usb key, but it always makes a folder in "My Documents" as the default place to save your models. I manually go to the folders on my usb key to save it.

I was just wondering if anyone else has tried to make this a portable app.

Help Needed

Submitted by ZachOkeefe on August 7, 2007 - 3:22pm

I have a program that I want to make portable. It's a game, and I know that it ahs at least 2 registry keys. I don't know enough about NSIS to make it myself, and I was just wondering if I could find someone who would be willing to process the files for me. Help would be appreciated.

Help request NSIS/Java/Azureus

Submitted by RMB Fixed on August 7, 2007 - 11:18am

I have just started learning NSIS yesterday .
What I want to do is make a launcher for Azureus to
replace the original "Azureus.exe" because it is made with a
non-open source tool (exe4j) .
I can launch Azureus with the launcher I made as long as
I don't try to pass any command line options to it but I want the launcher
to define where the settings and default install-dir are located .
here's what the script looks like so far :

-----------------------------------------------------------------------
Name "Azureus"
Caption "Azureus"
Icon "Azureus.ico"
OutFile "Azureus.exe"

Autoruns

Submitted by wsm23 on August 3, 2007 - 3:43pm

Can someone please help make me a launcher?

I want to have autoruns show up in my PAM. I know there are other menu's out there that do not require a launcher or exe to show up on the menu, but I am sticking with John's for the time being.

I think the problem is the program is actually a viewer and not an .exe

Autoruns Description

You could even email me wsm233 at gmail dot com.
--
Life is about the journey not the destination!

I've upgraded GaimPortable to PidginPortable :)

Submitted by ShaJunxing on August 3, 2007 - 11:34am

Since gaim has been renamed to pidgin and upgraded version for a long time, I couldn't endure any longer, so I modified GaimPortable by myself.

First, change all the path and file names including "gaim" to "pidgin", open the source file "PidginPortable.nsi" and do the same change. Note that the names in the source file are case sensive. Pidgin uses a new environment variable named "PURPLEHOME" instead of the old one named "GAIMHOME", so the replacement should also be made in the source file "PidginPortable.nsi".

Pages