You are here

Portable App Development

Discuss portable app development and modification of existing apps.

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

Apps without a frontend

Submitted by DatLicht on August 20, 2015 - 8:14am

Hi folks,

is there a built-in possibility for making apps portable that doesn't have a directly startable gui?
I'm thinking about shell-extension based applications like Tortoise SVN or MP3ext.

What I would expect is something like a traybar icon that turns the shell extension ON, if closed, it turns the shell extension OFF.

Greetings, Jan

Move file/dir

Submitted by Pico1965 on August 14, 2015 - 7:51am

Sorry for the stupid question but i'm developing my first portableapps.

My app need to move a dir and a file:

[Environment]
FullAppDir=%PAL:AppDir%\TeraCopy

[FilesMove]
Settings\Options.ini= %FullAppDir%
[DirectoriesMove]
Settings\Teracopy=%APPDATA%\Teracopy

All is OK.

At the start of program file and dir are moved as expected.
At the end of program file and dir return to their place.

Pages