You are here

Portable App Development

Discuss portable app development and modification of existing apps.

Dealing with DLL Servers

Submitted by Ambimind on July 26, 2011 - 5:04am

To the developers of PAL,

I wanted to ask, since there is no mention of it in the V2.2 release notes, if you could please give me some pointers how I might solve this myself. I don't mind getting my hands a little dirty to at least work around this issue.

I posted my request here, instead of privately, so that others might benefit also.

Thanks,

Ambimind

How to handle an Application installed in 2 directories?

Submitted by david_pi on July 22, 2011 - 8:58pm

Hi everyone.

I'm tying to make a portableapp. It's main program is stored in two directories: "c:\Program Files\AppName" and "c:\Program Files\Common Files\AppName"(not java or other plugin). So how do I handle this?

I put "c:\Program Files\AppName" into "App\Appname". Put "c:\Program Files\Common Files\AppName" into "App\DefaultData\Common Files\AppName" and wrote this in launch.ini:

Common Files\AppName=%CommonProgramFiles%\AppName

ipconfig portable

Submitted by blindude24 on July 21, 2011 - 3:20pm

When trying to run ipconfig outside of the system32 directory on windows 7 I find that it doesn't work, so I came up with the idea that creating it as a portable app may help me run ipconfig outside of system32.
Since this is a program that is already installed on the system I am unable to use the regshot to see what it uses.
I was wondering if anyone could give me some advice on this, or if this will even work?

Thanks

Error!###

detective1711's picture
Submitted by detective1711 on July 14, 2011 - 10:47pm

I used PA.c Installer 2.0.8 to create an instaler of my app, and :

Internal compiler error #12345: error mmapping file (2130376261, 1392768) is out of range.
Size of app's folder is 2.16 Gb!

How do I resolve this problem???

Using the "Documents" directory with the installer

MapHtH's picture
Submitted by MapHtH on July 10, 2011 - 8:50am

Hi guys

I've tried to find if there is anything similar to my question, but couldn't, so here goes:

How can I make the installer install some files, that will be used as user specific setting and that I'd prefer not to be deleted on uninstall, to the "Documents" directory (x:\Documents\BlaBla)?

The question is simple, but I can't find the answer. The app can save to that directory, but there are some files that have to be copied there before starting the application for the first time.

Thanks

[False alarm] AppNamePortable.exe doesn't start from PortableApp Menu

Submitted by CNBlackwood on July 5, 2011 - 8:47pm

[Edit] Sorry, I found my mistake, it was an error in the "Start=" line in appinfo.ini. Please ignore this post.

I have created three portable apps for my personal use (two of them are proprietary, so not candidates for "official" portable apps in any case). I used the same method in each case:

  • Created PortableApps\AppNamePortable folder by copying from PortableApps.com Application Template (downloaded from the Development page).
  • Set up appicon.ico and appinfo.ini in \App\AppInfo\ folder and AppNamePortable.ini in \App\AppInfo\Launcher folder.

Pages