You are here

Portable App Development

Discuss portable app development and modification of existing apps.

jportable java autoupdate disable

Submitted by jonni.meneghel on February 26, 2013 - 5:01am

I'd like to distribute a web app that needs a java plugin on the browser,
so I have downloaded portableapps with ironportable and jportable.

Everything works fine but it seems that both ask for updates.

I've find the way (via command line switches) to force the browser to work only with our site so there isn't any need of update for security reasons.

I don't want that users update the java plugin.

At the moment I haven't find the way to avoid java plugin to search for updates.

Could someone help me ?

Many thanks and sorry for my English.

App needs more than one launcher.

bill_gagliardi's picture
Submitted by bill_gagliardi on February 23, 2013 - 7:47am

Let's say there's 5 individual components to a portable app that can be run separately. How would I create 5 individual launchers? Is it even possible with the official launcher generator?

I thought that if you defined each launcher you want in the launcher.ini file, and had all the appicons in place, the generator would create whatever you defined, but instead I only got one launcher.

New application, Portable format only

Submitted by shookmon on February 22, 2013 - 2:15am

I think I understand that PA.c apps are meant to be launchers for other embedded apps.

However, while writing my first PA.c app, I am also writing the app itself. I have no intention of releasing a non-PA.c version of the app, so there's really no point to me as a developer to have to embed a simple app with a launcher when I could just put the app as the launcher.

If someone really wanted to use the software without PA.c, I might just offer a .zip they could put wherever they like.

Is this allowed? Does it violate some underpinnings of PA.c that I'm not aware of?

Lamexp

Submitted by ed666 on February 21, 2013 - 4:16pm

Would it be legal to make a portableapps version of Lamexp?
http://lamexp.sourceforge.net/

I'm asking because this program include lame mp3 encoder and i have read that this would be illegal in some country's?

The license of this program states this:

LameXP is free software. You can redistribute it and/or modify it under the terms of the GNU General Public
License (GPL) as published by the Free Software Foundation; either version 2 of the License, or (at your
option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY

Licensing stuff...

Submitted by shookmon on February 20, 2013 - 11:15pm

OK, so I'm just starting out looking into making apps and maybe portablizing(?) some others and now I'm confused about licensing again.

Looking at the Autoruns PA page, I see it's listed as freeware. However, according to it's help file:

"You may not distribute Autoruns without permission from Sysinternals. To request permission contact licensing@sysinternals.com."

Also the EULA states:

You may not:

* work around any technical limitations in the binary versions of the software;

Preserved file is being overwritten

Submitted by orschiro on February 20, 2013 - 10:52am

Hello,

I need to modify a file of a program called 'profile' which is located in '\AppPortable\App\AppName\folder'.

In order to avoid that my modified 'profile' is being overwritten by the original one I added the following to my installer.ini:

[FilesToPreserve]
PreserveFile1=App\AppName\folder\profile

I want to create an online installer which downloads the source code and extracts it to \App\AppName:

AdvancedExtract1To=App\AppName
AdvancedExtract1Filter=*

Usage of the sections [RegistryCleanupIfEmpty] and [RegistryCleanupForce]

Submitted by tapsklaps on February 18, 2013 - 9:06am
  1. Usage of the section [RegistryCleanupIfEmpty]

    Suppose a program named AppName writes its settings in the following two registry keys:

    • HKCU\Software\AppName_1\settings_1
    • HKCU\Software\AppName_2\settings_2

    Furthermore after saving of these both registry keys by the launcher the registry keys HKCU\Software\AppName_1 and HKCU\Software\AppName_2 will be left empty.

    Is it in this case correct, that I use the following code, where the key names are consecutive integers?

    [RegistryCleanupIfEmpty]
    

PortableApps.com Installer only recognizes .exe?

Submitted by shookmon on February 17, 2013 - 3:27pm

I am working on creating the installer for my new app Out2Lunch which is just a batch file. Doesn't need to be compiled as it's opensource, and cmd.exe runs it just fine. However, I think the Installer only recognizes .exe files as program files as it gave me an error about 'No .exe files found'. So I created a fake .exe file. Now Installer runs OK, but leaves out the batch file when I try to actually install it. the appinfo.inin file correctly identifies the batch file as the program to launch.

Launcher for .vbs scripts

Submitted by orschiro on February 14, 2013 - 11:18am

Hello,

How can I create a working launcher for a .vbs script?

My launcher.ini contains the following line:

[Launch]
ProgramExecutable=Git\Git Bash.vbs

The launcher .exe is built without any errors but when running, the .vbs script does not show up. The path to the .vbs script is definitely correct.

Any ideas?

Pages