You are here

Portable App Development

Discuss portable app development and modification of existing apps.

Java 8 JDK Portable?

Dan Carroll's picture
Submitted by Dan Carroll on October 26, 2015 - 10:07am

Is there a true need for a Portable Utility to download and install the Java JDK? I know I wish there had been when I was looking to no avail. Did find a Powershell script that did the trick with a little tweaking.

My question is; would I be wasting my time by creating a PortableApp Utility for distribution to install the Java JDK in the CommonFiles folder? The JDK would not be included in the distribution. The Utility would download the Windows installer then strip out the JDK and install it.

Plugin for TS3

Submitted by j7evn on October 16, 2015 - 8:52am

Hello! Can anyone help me? I want to add TS notifier plugin for my TeamSpeak and make it portable.
I know how to do portable TeamSpeak, but i can't understand how add plugin to portable version. Please help me.

Sorry for my English Blum

Anyone wants to take over the development of muCommander?

Submitted by keysuck on October 5, 2015 - 10:27pm

I initiated porting muCommander to PortableApps (https://portableapps.com/node/51352) but I don't have an expertise to further the project. It is a Java application universal to all OS. Currently, UTF-8 support in file name is not working properly, and FTP and WEBDAV support has not been tested. Althought the development has been suspended for a long time its rich set of optons is still very comparative and competitive.

Portable file-based CMS

Submitted by Anteaus on September 24, 2015 - 3:56pm

This might be of some interest - a portable CMS. It's HTML5 file based, no SQL required, and comes in Apache/Linux and Windows versions.

https://sourceforge.net/projects/hyperframe/files/

Has an online page editor using CKEditor which works on the actual page as you view it. Using the Windows version it's possible to make a website that runs entirely from a USB stick - Handy for presentations and the like. Will also run under XAMPP portable with a few minor adjustments.

UHD Notebook after Sleeping Mode PortableApps is broken

Submitted by sunshineh on September 20, 2015 - 4:23am

When I set my new Acer UHD-Notebook with open PortableApps into the sleeping mode, and will start it again, than the portable apps window is smaller, not clickable and in the left uper background.

Nothing helps, only a resart of my hole notebook.
Does anybody knows a solution here?

Force program to read HKCU instead of HKLM

Submitted by Soulfate on September 15, 2015 - 7:28am

Hi,
I want to make a BATCH script to "portabilize" a program that doesn't need more than "users" rights (doesn't need "Admin" rights/privileges). That program reads registry keys and values in HK_LOCAL_MACHINE to define some options and variables.

I would like to force that program to read HK_CURRENT_USER (or any other registry key that doesn't need more than "users" rights) instead of HK_LOCAL_MACHINE because I don't want my BATCH script to need elevated privileges (and call an UAC prompt) to set up my program.

AdvancedExtract#Filter without src directory?

Submitted by QWiiK on August 23, 2015 - 7:15am

Hi,

is it possible to use this line 'AdvancedExtract1Filter=folder\appname.exe' but without including the src directory?

AdvancedExtract1To=App\AppName
AdvancedExtract1Filter=folder\appname.exe

... the rusulting structure should be: 'App\AppName\appname.exe'
but it always includes the src folder like this 'App\AppName\folder\appname.exe'

Greetings, QWiiK

Pages