You are here 705137

Portable App Development 3m2d40

Discuss portable app development and modification of existing apps.

How to make a NSIS launcher 701g4k

Submitted by rich.bradshaw on October 29, 2006 - 1:24pm

I have some applications that I want to make portable (Mainly Maple - a symbolic algebra package). They currently run fine off of my flash drive with no modification, but they are writing to registry and using various dlls etc. Will a launcher using NSIS be enough to get this working at a simple level?
Will just deleting all the registry keys it makes at the end work?

In a launcher I found on these forums for CCleaner, the launcher also s and uns all the dll files associated with the program - do I need to do this to make it portable?

In this section of code,

CheckRunning:

Encryption for portable firefox 6s705n

Submitted by Thrice on October 26, 2006 - 3:20pm

I just wrote up a short batch script that uses 7zip's encryption to pack up portablefirefox's data folder. Since running firefox from the USB gives such a perfomance hit, my script basically copies the portablefirefox folder to c:\temp & extracts the data folder. When I'm done browsing, I tell it to pack up the data folder back to my thumb drive & delete everything else. It can use a keyfile, or a manual as I want it to.

I imagine such a thing would be easy to officially implement. It's only a 10 line script which anybody with a bit of programming experience could do. I can post it here if anyone wants it.

I've figured out how to create portable launchers for apps that use the registry 13194c

Submitted by mikesapunk on October 25, 2006 - 1:40pm

Yo,

The other day I stumbled on an article by a guy named j44xm that describes how you can use batch files and Window's command-line registry editor (reg.exe) to make ALL SORTS of apps portable. (Here's a link to the article).

I took his original idea and expanded on it to create compiled, stand-alone launchers for some apps I had lying around, and it seems to work flawlessly. I've only tried some small apps but I'd like to move-on to bigger things like Nero and Photoshop/Illustrator. I thought I'd share my progess so far though Wink

turning executables fully portable 57256l

Submitted by Travis Carrico on October 22, 2006 - 12:36am

I have a bunch of executable apps, which I used to think were completely portable, but after running regcleaner, i see that they leave behind traces. What's the easiest way to turn these exe's portable? and how can I make a-squared hijack free 2.0 portable, because it leaves traces too?

First Vista Launcher (Firefox Portable) - Testers Needed 4u5i3x

John T. Haller's picture
Submitted by John T. Haller on October 20, 2006 - 11:23am

I've posted the first test of a fully Vista-compatible launcher. NSIS just added for the manifest files required by Vista yesterday, so I created a new Firefox Portable launcher using this new feature. This should prevent both the elevated privileges required prompt on launch and the application failed to complete on exit. I'd like some other folks with Vista to test this out before I incorporate it into the next release.

1. Grab a copy of Firefox Portable (either 1.5.0.7 or 2.0 RC3) and install it somewhere. (Don't worry that the Firefox Portable setup requires elevated privs... this will be changing. If you're on a limited , grab the zip file)

Need for "Portable Application Creator"? 2q5w1o

Submitted by Klonk on October 20, 2006 - 5:34am

Hi I'm just thinking of creating something let's call it a "Portable Application Creator" based on NSIS.

This should be an installer that contains the Portable Launcher and it's sources.
It should create the necessary directory structure whereever you want.

It also copies the files necessary for the application into the appropriate directory.

This means: The would have to install/ the application and extract it. Then he should provide the base directory to the creator. Thena ll fiel should be copied together with the portable launcher into a predefined directory structure.

UPX Script? Recompress .jar archives? 123s6h

Submitted by rich.bradshaw on October 18, 2006 - 7:36am

Hi,

UPX is awesome. Extracting .jar files and recompressing them at ultra compressions is awesome, but is there any way to script this to reduce manual labour?

It would be nice to select a folder and have every .exe, .dll and .jar inside it and recursively compressed...

Has anyone made any attempt to do this?

Rich

eyeBeam portable VOIP p3p1l

Submitted by twnty3svn on October 14, 2006 - 6:44am

Hi everyone,

Just thought i'd post here that i've managed to make a portable version of eyeBeam 1.5.6.1, the VOiP software (http://counterpath.com/) using Klonk's fantastic "Portable Application Template 1.3". The only thing it leaves behind are two empty folders in $profile/Local Settings/Application Data; CounterPath\RegNow Enhanced. If anyone is intrested i can post the .nsi Smile

Portable XAMPP Lite Without Fluff? 3j5a3f

Submitted by BenMcLean on October 11, 2006 - 9:10pm

I am thinking of going through Portable XAMPP Lite and deleting all the images. I'm pretty sure that would reduce the file size a great deal. The trouble is, if I did that, I'm not sure certain parts of it (like phpMy possibly) will still work, or whether I will still be able to actually navigate those parts that use the images if I need to later.

The reason for wanting it even smaller is because I have a really small flash drive and it barely fits on there - and I would like to be able to put more stuff on there. (I am planning to buy a bigger one soon, but still, I'd like to have thi

Pages 4d4k5q