You are here

Portable App Development

Discuss portable app development and modification of existing apps.

Is there any way of making an App depend on another?

Submitted by samdev on January 25, 2014 - 1:40pm

Hi all,

Is there any way of making an App depend on another? i.e. a way of making an App installation require some other to be installed, check if they are installed and install them if not present?

I'm talking about SuperPutty as it currently bundles Putty and Kitty with it and as we have them already Portabelized it's not good to be bundling them again inside Superputty. It's also more work to do...

I remember of seeing something like that is the beginning of PortableApps, not sure about the App...

Can anyone help on this?

Tks,

How to copy?

Submitted by tani-page on January 24, 2014 - 9:02am

How to copy the file in PortableApps.comInstallerCustom.nsh?
I want to copy when installer is running,
from "/appnamePortable/app/appname/res/aaa.png" to"/appnamePortable/app/appname/res/menu/bbb.png".
How to write PortableApps.comInstallerCustom.nsh?

RabbitMQ Portable

bglenk's picture
Submitted by bglenk on January 16, 2014 - 8:12pm

Hi All,

Anyone working on a portable version of RabbitMQ (Messaging that just works)?

Would require Erlang too. Very interested in a portable version running server as stand alone application instead of windows service. Willing to help out with repackaging and testing. New to portable application building. There are existing windows installation packages out there for setting up rabbitMQ and Erlang.

Firefox + Flash - cleanup after exit

Submitted by lieferant on January 9, 2014 - 9:29am

Hey guys,

I wanted my copy of PortableFirefox to cleanup the leftovers of Flash when quitting Firefox.

According to the launcher.ini documentation I made a FirefoxPortable.ini under FirefoxPortable\App\AppInfo\Launcher and inserted

[DirectoriesCleanupForce]
1=%APPDATA%\Roaming\Macromedia
2=%APPDATA%\Local\Macromedia

However it's not working and the Macromedia folders are still sitting there after I quit Firefox...

Any suggestions?

thanks

command before and after

Submitted by LamiX on January 8, 2014 - 5:51pm

hello Smile

I trying create a fully portable app launcher and I find some difficulties.

What I need is launch command before and after myportableapp.exe

sequence example:
1. command for windows firewall create exception
2. ProgramExecutable=myportableapp.exe
3. command for windows firewall delete exception

Pages