ASpack
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
New: Kanri (Oct 9, '24), Platform 29.5.3 (Jun 27, '24)
1,100+ portable packages, 1.1 billion downloads
No Ads November!, Please donate today
Discuss portable app development and modification of existing apps.
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
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.
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
Well, I'm on for Windows Vista Beta 2, and have spent a couple hours testing apps.
Progress:
-Liberta
-Autorun.INF, Backup, Sync, and Log were tested.
-All ran without a hitch.
-Backup works with both zip and 7z formats.
-Sync was tested with two new test catagories, and worked great.
(NOTE: Steve, maybe a refresh button for the categories after changing them, as it requires a restart to see changes/additions.)
-John T. Haller's Portable Appy Goodness
-Portables: Abiword, Firefox, Thunderbird, Gaim, Miranda, FileZilla, OO.o excluding base (not tested), VLC, SciTE, ClamWin, GIMP.
To me, standalone has always meant a single executable file, without being dependant on DLL's. Is there a way of integrating such files like DLL's into the executable? I think this would solve many of the problems on library and school computers that so far are unable to block standalone .exe's from running inside .zip files. If further development is made on standalone apps, it would be helpful if the type of app is labelled on the site, i.e. "Standalone single executable", or otherwise.
We are looking for some people to write pages for the Libertà Help Handbook. If you can assist, please post here and send your content to cubegames@gmail.com
It can be written in either text or HTML version. It should be set out like the Sync help here
How do you make launchers? Im still in the batch phase- and it sucks.