You are here

Portable App Development

Discuss portable app development and modification of existing apps.

[Release FINAL] Launch From Port: Updated to v1.4

Submitted by nightwolf81 on November 6, 2006 - 10:43pm

Change your Background and Run PStart, also has a called script you can use.

Download Link:
http://www.uploading.com/files/4RBE55A7/LaunchFromPortv1.4_Setup.exe.html

Download Mirror:
http://rapidshare.com/files/2915267/LaunchFromPortv1.4_Setup.exe

Size: 806kb
MD5 Hash: EE9C27DAA5E6A2AB4D73F582D52E2357

ChangeLog:

Launch From Port:

Finale and Farewell!!

As this is not really a big or Hard to do project (I am leaving it as v1.4. . . anyone feel free to download the source code and do as you want, re release it as your name too (It's just a basis for others to build on)

Nightwolf81

Making SimpleFileShredder 3.2 Portable

Submitted by vamp1r on November 5, 2006 - 2:11pm

Here is a quick and easy method for anyone interested in making Simple File Shredder portable.

1. Head over to scar5 and download sfs v3.2 (http://www.scar5.com/index.htm)

2. Head over to legroom.net and download universal extractor (http://www.legroom.net/modules.php?op=modload&name=Open_Source&file=inde...)

3. Use Universal Extractor to extract the contents of sfs_setup.exe

4. From the extraction take simplefleshrd.exe (/), regsvr32.exe (/$SYSDIR), and secdel.dll (/$SYSDIR) and place them in a seperate folder called "Simple File Shredder Portable" (or whatever really)

Release: AutoBG change the background wallpaper while in use And now PStart

Submitted by nightwolf81 on November 5, 2006 - 2:11am

This tiny app will change the wallpaper in windows while you are using the removable media (as soon as media is ejected or removed it'll change back to old one)

Read the readme for more details.

download: http://mihd.net/70v1mt just click 'download' (hard to find I know)

enojy your personal look!!!

LaunchFromPort: NEWER NEWER NEWER

Moved to new Thread/FRED:

https://portableapps.com/node/3626

Sunbird 0.3

Submitted by Jasonh on October 31, 2006 - 5:18am

Hi,

I have built a new Sunbird Portable using the new launcher from the portable firefox and the sunbird 0.3 release. I have tested it quickly and everything seems to function and I can't find any entries in the registries so I am happy with it.

This question is really for John, Do you want me to zip it all up and give it to you so that it can be given a version number, tested and released on the site?

Thanks
Jason

How to make a NSIS launcher

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 registers and unregisters 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

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 password 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

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

Pages