You are here

Portable App Development

Discuss portable app development and modification of existing apps.

I need heelp

Halphinian's picture
Submitted by Halphinian on July 22, 2015 - 12:39pm

I am a n00b that needs help making apps portable and putting them in the Portableapps Platform. So far, I have (somehow) managed to successfully use the Portableapps.com Launcher and have tried to make it to the Portableapps.com Installer. I made an installer, and was very happy with myself, so I successfully installed it to the Platform. In my moment of pride, I tried to run the application and it gave me the following message:

F:\PortableApps\OverturePortable\App\Appinfo\Launcher\OverturePortable.ini is missing [Launch]:ProgramExecutable - What am I to launch?

[Fixed] Jportable x64 and Jportable x86 = Dont have the same sub-directorys inside.

Submitted by sst on July 16, 2015 - 9:57am

Jportable x64 and Jportable x86 = Dont have the same sub-directorys inside.

Did it's a bug or not, that Jportable x64 dont contain Inside the same directorys structures, that the x86 version ???

https://www.dropbox.com/s/rg2rhiu04mh6oln/Javax86.jpg?dl=0

https://www.dropbox.com/s/w0ti0jrktrb9dzj/Javax64.jpg?dl=0

Jportable doesn't work properly

Submitted by keshav26 on July 15, 2015 - 10:27am

Hello Everyone,

I am having a strange bug with jportable.

I have created a package with chromiumportable and jportable.

I want to get the jportable (Java plugin) to work with chromium, my problem is that when I have a Java Runtime Environment installed on a PC the chromiumportable is using the JRE of the PC and when I uninstall the Java Runtime Environment of the machine, chromium will use the Jportable of the package.

I am looking for a way to force chromiumportable to use the jportable.

Is that possible? Can someone help me?

Regards,

Registry: key value in shared key

Submitted by DatLicht on June 29, 2015 - 11:07am

I have a to-portabilize software which creates an autorun entry in

HKCU\Software\Microsoft\Windows\CurrentVersion\Run\

here an extract of my launcher.ini:

[Launch]
[...]

[Activate]
Registry=true

[RegistryKeys]
[...]
mysoftware15=HKCU\Software\Microsoft\Windows\CurrentVersion\Run\MySoftware
[...]

Of course, I cannot take the whole \Run key because it's a shared key. Unfortunately, it doesn't get recognized by the launcher. If I understand the documentation right, with

Pages