[Fixed] 7-Zip Portable Ver 19.00 Rev 2 not saved language setting
Hi,
The 7-Zip Portable Ver 19.00 Rev 2 does not saved language setting. e.g. If it set to Japanese but it restored to English when the application restarted.
New: StressMyPC (Dec 10, 2025), Platform 30.1.3 (Nov 17, 2025)
1,400+ portable packages, 1.2 billion downloads
Happy New Year! Please donate to support us in 2026!
Discuss portable app development and modification of existing apps.
Hi,
The 7-Zip Portable Ver 19.00 Rev 2 does not saved language setting. e.g. If it set to Japanese but it restored to English when the application restarted.
Hello, I was wondering if there is a way someone can create a portable app from a Passcape's Reset Windows Password. It is a bootable iso? There is also Windows Password Recovery which is a windows program. I have the links if anyone would like them. The company's website is https://www.passcape.com/
Hey there 
so I'm finally trying to "convert" some games into a portable app, at least creating an environment so people may just copy the game files over, adjust the registry and here we go.
I paste my .INI files below here, there is only ONE .REG file available and it (unfortunately) writes to HKLM only but also somewhere which is mandatory for this specific game... (and some else maybe)
I wanted to make a portable app for huya streaming and found that his main process huya.exe still has a huyaservice.exe process running after closing, causing backup of appdata content to fail.I learned that you can use the .nsh file to call killproc to solve the problem, so I put a custom.nsh in the launcher folder of paf.
${SegmentFile}
${SegmentPrePrimary}
KillProcDLL::KillProc “HuyaService.exe”
!macroend
${SegmentPostPrimary}
KillProcDLL::KillProc “HuyaService.exe”
!macroend
But it doesn't seem to be working, so what can I do about it?
Hi,
I would like to know, how can I create a portable apps program. would you have a step by step tutorial?
thankful in advance.
Can I download this versiyon foxit reader portable Version: 8.1.1.1115 help please
Hello, I'm trying to make a portable CDisplayEx app. And unfortunately i can't. The program is very simple, and i used total uninstall to track all the files that program creates during installation. But at the end, when I try to run portableapps launcher I'll have this error:
" ERROR: C:\Users\Admin\Desktop\Project\App\AppInfo\appinfo.ini doesn't exist! "
The thing is - I have appinfo.ini in that folder.
What the magic here? Can anybody help?
I'm using the Application Template 3.5.2. I used the launchergenerator to create a working .exe file. Next I run the installer to create a .paf. Which fails. The log says:
ERROR: No appicon_16.png in PortableApps.com_Application_Template_3.5.2\AdvancedRenamerPortable\App\AppInfo.
ERROR: No appicon_32.png in PortableApps.com_Application_Template_3.5.2\AdvancedRenamerPortable\App\AppInfo.
ERROR: AppInfo.ini - Control - Start=AdvancedRenamer.exe, file is missing.
But...
It would be a great feature if the platform would indicate exactly how many apps are installed.
I have a 32-bit program that, for some reason, will NOT install or run in x64 is there a way to encapsulate the 32-Bit environment so this software can be used on a 64-bit system?