[Solved] How does Firefox launcher handle %appdata% removal when closing?
Hi,
New: Kanri (Oct 09, 2024), Platform 29.5.3 (Jun 27, 2024)
1,100+ portable packages, 1.1 billion downloads
No Ads November!, Please donate today
Discuss portable app development and modification of existing apps.
Hi,
I think there should be an option for programs that need to be executed as a normal/standard user but require the launcher to have administrative rights. If you don't know what I'm talking about you can read up on this topic here.
new Version relaesed
http://www.wisecleaner.com/wise-disk-cleaner.html
We Need A Mod 2 Disable 'Scold Pop Up' Nonsense Please I notice 4 example the Portable Firefox 52 I am using doesn't launch the 'scold popup' if you "Didn't close it properly last time" krap. Please somebody write or find for us a thing we can drop into all the 'portableapps.com' programs to disable that garbage. It's TOTALLY lame & unprofessional & probably 1 of the main reasons this 'portableapps' stuff is not as popular as it could be. It is also TOTALLY unnecessary.
What are the main things that help me to become a developer
All,
While removing the $Bits variable setting code from Custom.nsh files, I discovered that the only remaining portion of Custom.nsh for many apps is the chunk setting %FullAppDir%.
I'm thinking of adding $FullAppDir by default, using ${AppName}64 and ${AppName} as the directory names referenced.
I try to portabilize an app developement in 32 & 64bit architecture.
The versions of program are stored in:
%PAL:AppDir%\program32
%PAL:AppDir%\program64
In %PAL:DataDir% there's a folder:
SETUP
and a file
program.ini.
Execute the right version of the program is simply:
[Launch]
ProgramExecutable64=program64\program.exe
ProgramExecutable=program\program.exe
My goal is move the folder SETUP and the program.ini file in the folder content the right 32/64 version of program.
Hi,
I'm trying to make a portable version of this game and it uses a HKCU registry key.
So i set it up with [RegistryKeys] and it works fine, the .reg gets saved and its fine.
However, the second time the app is run, the settings (which are stored in said registry key), are all messed up.
I investigated the issue and found that the PAL Launcher saves the .reg wrong.
Below are the registry key i got with regedit, by running the game without PAL and the file the Launcher saved. Note the difference
Regedit Export :
Inkscape Portable currently does not recognize font handling as provided by the PortableApps.com Platform.
This will be fixed in the next release.
In the meantime, do the following to handle it:
Save a copy of X:\PortableApps\InkscapePortable\App\Inkscape\etc\fonts\conf.d\51-local.conf
as X:\PortableApps\InkscapePortable\Data\01-portableapps.conf
. Following this, add the line X:\PortableApps\PortableApps.com\Data\Fonts
immediately after <fontconfig>
, with X being replaced with your drive letter.
I wanted to make a post to compile some resources for creating Python apps in PortableApps.com Format for interested developers. Currently, we have two apps released in our app store using the PortableApps.com Launcher that are Python-based: gPodder Portable and Solfege Portable.