Format Factory doesn't open after creating a portable app
the launcher does nothing, the log says everything was right and there's no errors, then why?
New: Kanri (Oct 9, '24), Platform 29.5.3 (Jun 27, '24)
1,100+ portable packages, 1.1 billion downloads
No Ads November!, Please donate today
Discuss portable app development and modification of existing apps.
the launcher does nothing, the log says everything was right and there's no errors, then why?
Hi all,
I have launch paf installer for Foxit Reader Portable 10.1.0 and setup Italian language, but when open it appears with english interface.
So I have tried to switch interface to Italian language.
Therefore I have selected:
-> File -> Preferences -> Languages -> selected 'Choose custom language' -> and I have look in the box 'Translated by Community' ..
but Italian language do not appears.
I've seen that no one is discussing a portable version of Pokémon Uranium (I don't mean the "portable" zip created by the Uranium devteam, I mean a true portable app), so I'm here to ask:
Would a portable version of Pokémon Uranium be possible? If so, someone please develop it.
extend OR expand Favorite to several screens:
You can have Max 19 rows of Favorite Apps in main screen... is there a way or app that can extend/expand to 38, 57, or more Favorite apps in different Favorite screens [screen1, screen2, etc., or alphabetically sorted apps]? I have 40 Favorite apps, but just the very first 19 show up on the initial main screen... TKS A LOT, Joe
Hi to all:
I am trying to portabilize some PC games to transport in a big pendrive. Some of them requires a XAudio2_#.dll for ingame audio. But the question is that these files need 3 registry keys in HKEY_CLASSES_ROOT. These keys contains a full path to file (C:\Windows\system32\XAudio2_#.dll) and I don't know the game detect the file dll. Any chance to do it?
Thanks
Hi!
Can the administrator give me the code in the cushtom.nsh file to create portable with direct x?
Previously it was up in this post: https://portableapps.com/node/35614
when I clicked the "DirectX End-User Runtimes Portable" link it didn't exist anymore
please help me!
Thank you in advance!
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?