You are here

Portable App Development

Discuss portable app development and modification of existing apps.

[Removed]

Submitted by sania1569 on October 27, 2010 - 1:38pm

[Contents of thread removed; that software is not open source, so you can't redistribute it like that - mod Chris]

[RegistryKeys] and .reg key deletion

Submitted by Ambimind on October 24, 2010 - 3:47am

Hello everyone,

I've been working with the registry features of PAL. I've been successful at creating and deleting keys using [RegistryKeys](from a .reg file), [RegistryCleanupIfEmpty] - pretty cool! I have a curious problem however:

Briefly: All registry key-branches from "appnameportable.reg", accept the (one) specified through the [RegistryKeys] section, are being deleted. When two [RegistryKeys] are specified(as bellow) only the second is kept.

----

In detail:

Is it possible to redirect %USERPROFILE% in launcher.ini?

Submitted by Michael_M on October 22, 2010 - 4:32am

Hi folks,

I just started with portable apps. My goal ist to make an qt-based app portable to run from an USB flash drive. This app uses no registry keys but unfortunately it places somes data in the directory where Windows environment variable "%USERPROFILE% points to.

Existe?? E Muito!!!

Submitted by Lucas Souza on October 21, 2010 - 12:32pm

Olá, galera existe uma enorme variedades de softwares portáteis na internet, pois bem gostaria de passar o nome de algum deles que poderiam ser embalados por PortableApps, daí a questão porque não embalam eles:

HeidiSQL5.1Portable;
FluffyApp0.8.3;
PhotoScapePortable;
QuickSys RegDefrag 2.9;
Recuva Portable 1.38.504;
Revo Uninstaller Portable 1.89;
USB Webserver 8;

Alguns programas.
Poderiam simplesmente estar entrando em contato com os desenvolvedores e fazer acordo para embalar!! O que acham??

Laucher.ini, [FileWriteN] and a moving data directory

Submitted by Ambimind on October 20, 2010 - 10:31pm

Hello everyone.

I've recently started working with the "PortableApps.com Launcher 2.0".

I have an issue I can't get around:

Briefly :

I need a way of accounting for a changing data directory location, that cannot be accounted for using environment variables(of windows or the launcher's internal vars). I could solve the problem if [FileWriteN] allowed for wild-cards(*,?) - or it was possible to define custom variables.

----
The launcher .ini file:

[Launch]
ProgramExecutable=InstantInvoiceCashBook\InstantInvoiceCashBook.exe

[FileWrite1]
Type=replace

After Selecting the changes to add in ur portable app Launcher,the app is still in its default settings!!!

Submitted by SantoshV on October 19, 2010 - 12:19pm

After carefully followin the "guerilla guide" posted by oliver specifically the registry changes section, i created a launcher for orbit downloader.. Now when run the launcher it goes back to the default settings..I created almost 26 keys under [RegistryValue] specifically for HKCU.. The app stores some .xml & .dat files in %APPDATA% folder..

Pages