You are here

Portable App Development

Discuss portable app development and modification of existing apps.

Portable Winamp 5.24

Submitted by Bletch on July 23, 2006 - 1:03am

Hi,

I have just developed a portable version of Winamp 5.24, but due to the licensing I obviously can't distribute this. So - I would like to attempt to make a program that will build PortableWinamp from an existing installation, but I'm not sure exactly how much I'm allowed to package with this - I would like include the winamp icon, and several winamp-generated .ini config files with the 'builder'. Does anyone know more about this? [edit: email offer removed]. Cheers.

When will Liberta LaunchPad be released?

Submitted by MrChris on July 12, 2006 - 2:00am

When will either a beta or final version of Liberta LaunchPad be released as I am dieing to check it out?

Also since PStart I think is a very common LaunchPad that a lot of people use (I know I do) are there any plans to be able to Import the Pstart.xml Settings file into Liberta LaunchPad at all? Since I have almost 200 or so misc apps and what not on my current 4GB Sandisk Cruzer Micro and about 150 or so on my 2GB SanDisk cruzer Micro (Skinned)

Regards,

MrChris

mkPort

Submitted by hello5959us on July 1, 2006 - 7:39pm

Out of curiosity, will mkPort require the installation file/CD, or an installed copy of the program to "Portablize?". Anyway, great work Libertà team!!!

Portable OOo 2.0.3-de: Need some hints for compression

Submitted by andreasma on July 1, 2006 - 10:00am

I have tried to compress OOo-2.0.3-de(RC7) with UPX and 7-Zip. The files on the USB-Stick are 20 MB bigger than the former version. I run UPX with the options on the support-page of portableapps.com. The original archive of OOo-2.0.3-de is also 3 MB bigger than 2.0.2, but not so much. Is there any hint to compress the zip-files in OOo in a better way? What about the .net-dll. Are there a program to make them smaller? Thanks for any hint.
I hope, PortableOOo-de-2.0.3 could be released in more smaller form at the same time as OOo-2.0.3-de-local. If there are no way to get it smaller, I will release it as it is today (zip: 98,4 MB, unzip: 195 MB).

ASpack

Submitted by jrwr on June 26, 2006 - 6:47am

A friend of mine has bougth ASPack and is allowing me to use it for my Programs and such. anyway, it can compress the Firefox Bins 50-60% more! i am thinking about releasing them, is this fine with your guys

My Portable OpenVPN 2.1.x

Submitted by MrChris on June 25, 2006 - 5:35pm

Since OpenVPN and OpenVPN GUI both require Registry settings I have made my own custom OpenVPN 2.1.x using AutoIT Script 3.0 (latest Beta)

Pretty much what it does is Copies the OpenVPN directory to C:\Program Files\OpenVPN and then imports the Registry settings into the registry then Installs the OpenVPN TAP Adapter then opens OpenVPN GUI 1.04 (from www.openvpn.se) and auto starts a Server connection (waiting for connections on tcp 6789). When the GUI is closed then C:\Program Files\OpenVPN is deleted and the TAP adapter is removed then the reg settings that where imported are deleted and everything is back to normal.

Help with Quick port template and RegRapper...

Submitted by nycjv321 on June 25, 2006 - 3:15pm

I've been testing with the QuickPortTemplate_v1.1 code but i always get an error with the Messagebox::show command here
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Section "Main"

;Check machine for local install and if found show a message box to choose what settings to use.
${registry::KeyExists} "${REGKEY}" $R0
StrCmp $R0 "0" 0 RunPortable
Messagebox::show "" "Local ${APPNAME} Installation Found..." "" " ${APPNAME} is currently Installed to the local machine.$\n Do you want to use your Portable Settings or the Local Settings?" "Portable Settings" "Local Settings" IDCANCEL

Pages