You are here

Portable App Development

Discuss portable app development and modification of existing apps.

Tutorial Mod R34

MrElchbau's picture
Submitted by MrElchbau on August 16, 2008 - 5:36pm

I made a simple tutorial about the new Mod R34 (You can also find the new PaTChed version there, running well with all versions from 1.0 to 1.1)
About PAM Mod R34

I want to create the same for the official PortableApps.com Menu, too.
Pics and a detailed How-to steps for basic questions. Perhaps that's a way to eliminate those perpetual same post we're reading every 3 days.
Possible chapters:
- all about the personal picture
- changing the drive name
- the command buttons
- all about backups

Reference sheet for updater

Ryan McCue's picture
Submitted by Ryan McCue on August 14, 2008 - 6:39am

Just thought I'd post this rather than leave it lying around on Google Docs. It's our specification sheet for Application Manager Portable, revised many times. It contains the basic structure for AMP servers and clients, although this was further revised afterwards.

This is not official in any way and I don't necessarily intend for this to change Marko's structure in any way, just providing the way we did it. I've also provided the code used to implement it on the original SVN repository.

PeaZip 2.2

Submitted by giorgiotani on August 12, 2008 - 4:22am

Hi, PeaZip 2.2 is now available, you can see full changelog and release notes here: http://peazip.sourceforge.net/

This release supports localization (language files can be copied in peazipdirectory\res\lang) and allows custom location for application's data files (data which needs to be writeable at runtime) through \res\altconf.txt file.

adding non-portable apps to PA menu system?

Submitted by ElvisImprsntr on August 12, 2008 - 2:57am

Again, don't bash me for asking a dumb question and yes I have read some of the threads on similar subjects.

I have a scientific plotting application that my employer developed/provides (i.e. it is not a commercial licensed application) that is already kind of portable, in that is does not require admin privileges to install. I can and have successfully copied the directory structure from the "c:/Programs Folder" and placed in on a remove shared drive and USB thumb drives. I am not the only one that has done this for various reasons.

Converted batch file containing Dropper.small.29.BK

Submitted by PollieXmas on August 11, 2008 - 6:31am

Hi Guys,

I used Bat_To_Exe_Converter to be able to launch FincSync using PAM (R31). I was working fine but now AVG tells me that the exe contains the threat Dropper.small.29.BK.

I presume this is a false positive as the contents of my Bat file is below and AVG does not complain about Bat_To_Exe_Converter.exe itself and ClamWin does not complain about the file.

-->
P:\PortableApps\CommonFiles\Java\bin\javaw -jar FinchSync.jar

rem to make the debug window go away, use javaw instead of java

Ccrypt Command Params, help doing it with ahk.

Nathan9222's picture
Submitted by Nathan9222 on August 8, 2008 - 5:38pm

Hola,
I have been trying to pass command Params to ccrypt, and I have done it, except I can only encrypt something that is in the C:\ part of the drive, It wont encrypt anything that is for example in My Documents and I cant figure out why. So can someone explain to me the proper way to use ccrypt. Thanks in advance. Smile

[Fixed] updater.ini

r.andom's picture
Submitted by r.andom on August 6, 2008 - 3:02pm

The last version of updater.ini is from 2008-07-25 and since then has been buggy (see here and here). With the new app versions from yesterday there are two more bugs: Neither WinSCP 4.1.6 nor FileZilla 3.1.0.1 show up in updater.ini.

So there are four apps now that won't be updated automatically. Please fix this issue, John.

CSIDL Redirection (ASAP)

digitxp's picture
Submitted by digitxp on August 6, 2008 - 9:44am

I need to get SMPlayer working and out of the door before tomorrow (I know I'm a procrastinating dev :P) because SMPlayer still hogs CPU and crashes. I was thinking that since SMPlayer uses CSIDL to get folder paths, I could redirect CSIDL like haustin said he would implement into PortableApps.nsh (BTW what happened to it?).
I found a WinAPI article about it, but I'm not entirely sure if it's safe to use. Does it only change it in its own enviroment like the Enviroment Variables, or does it affect the entire system?

Pages