You are here

Portable App Development

Discuss portable app development and modification of existing apps.

help with simple step by step

Submitted by darko.bazulj on April 29, 2010 - 9:33pm

Hi,

I'm using portable applications for some times and now I would like to try create one by myself.
I read forum posts and text on site but I'm not sure how to do it or from where to start.

Can someone show simple step by step process for single .exe program or point me on right direction.
Putty, Process explorer or something similar.

Thanks.

Unicode plug-in test TAKE 3

Submitted by Mark Sikkema on April 28, 2010 - 9:07am

Due to some problems on specific version(s) of Wine, I've had to re-write registry::_RestorKey from scratch.
So here it is !

Explanation of the test:

  1. Gives you the option to use the debug messages(yes) or not (no).
  2. If yes, Regedit.exe will be executed to follow the happenings in the registry
  3. Then it restores a .reg file to HKEY_CURRENT_USER\Software\PA.c[Test]Key
  4. It will move this key to HKEY_CURRENT_USER\Software\PA.c[Test]Key-Backup
  5. It will save the last key to $EXEDIR

Portable Download Manager - PDM

Submitted by IrishTLR on April 27, 2010 - 11:43am

Just a quick note to say that I'm working on a portable download manager. Started yesterday and is coming along nicely.

Primarily developing it for me. It's written in C# .NET. I know many people don't like .NET as a portable solution and I understand that. However, it suits me and may be of benefit to others.

For the moment, you can check it out at https://sourceforge.net/projects/portabledm/ and hoping to make maybe two releases a week, maybe more. I intend to make it totally free, including source code once I get out of ugly Alpha.

Multi-exe app

Submitted by temp4746 on April 27, 2010 - 9:52am

Imagine you have an app, which has multiple exes, each one for a different function.

Having multiple icons for each one in the main PortableApps.com menu isn't very desirable for many users.

I can imagine 2 solutions for this:

  1. Making the main application icon expandable for the extra icons.
    Imagine a structure like this:
    Blah blah blah portable
    -OpenOffice Portable
    OpenOffice Writer Portable
    OpenOffice Impress Portable
    ...

Reg2Key utility

Submitted by shashi_sinha_india on April 25, 2010 - 7:19am

Hello friends i have created an application Reg2Key.exe which extracts parent registry keys from a reg file. It extracts the keys that can be filled in portable application template.

It's setup will add a shorcut menu for registry files from where you can choose Extract parent keys and a text file will be generated of the same name as of reg file with all the parent registry keys that can be used in PAT !define Regkeys section.

I think it will help in creating portable applications with large registry entries.

please give a try to it and let me know how it works.

Why 2 processes per 1 application while only 1 enough?

Submitted by romb on April 20, 2010 - 2:04pm

Hi guys & girls Smile

First, I have no idea about internals of the SDK.
Second, my questions might have been already asked, please excuse me and redirect me.

I've tried portable skype & pidgin. Hope I'm not the only who checked the processes in Task Manager (TM). And it's very strange that each X application has two own process: XPortable.exe (1) & X.exe (2). Obviously (1) launches (2). And it's the fact that (1) could be easily killed in TM: (2) continues running as usual.

So the question: why not to quit (1) process after (2) has been launched?

Trillian Astra

Submitted by AndyW on April 19, 2010 - 10:04pm

Hi folks,

I was just wondering how I can alter Trillian Astra to be able to work WITH THE INSTALLER.

I have made it so that it is portable and can go anywhere and do anything with it, but I can't work it into the installer to make it installable to wherever needed and for anyone to use so that it can be easily updated.

Is there anyone that is capable of assisting me in this way to get it into the installer?

Pages