You are here

Development Apps Support

Hide the startup error

xmha97's picture
Submitted by xmha97 on March 16, 2023 - 12:12pm

Hi John
I created a small portable app based on the PortableApps.com format.
This app usually remains open and closes when the system is turned off.
See the following message: https://i.imgur.com/d31S0TV.png
This message is required for other apps but for this app, no.
Because it doesn't store any data anywhere.
Can I disable this launcher.ini message?

INI file without section

xmha97's picture
Submitted by xmha97 on February 11, 2023 - 8:43pm

I want to create a PortableApps.com version of the RetroArch
RetroArch settings are saved on RetroArch.cfg
RetroArch.cfg is an INI file without section, for example:

```
accessibility_enable = "false"
accessibility_narrator_speech_speed = "5"
ai_service_enable = "false"
ai_service_mode = "1"
ai_service_pause = "false"
ai_service_source_lang = "0"
ai_service_target_lang = "0"
```

How do I set a value on an INI file which does not have any section?

Notepad++ ini file missing per launcher but file exists

Submitted by mtabor on November 7, 2022 - 10:41pm

Trying to run Notepad++ Portable, standalone. Installed fine, but getting error message whenever I try to run the app:

\App\AppInfo\Launcher\Notepad++Portable.ini is missing [Launch]:ProgramExececutable - what am I to launch?

The Notepad++Portable.ini file exists, and is visible in Windows Explorer.

I installed the app on a network share, mapped to a drive.

Other similar errors I found on the forum:

Need Help With A Portable App I am trying to build

Submitted by sab on May 13, 2022 - 1:02pm

Hi, I have a couple of SWF Files which runs through a Shell.exe. I wanted to make a single executable portable bundling all the swf files along with the Shell.exe and on executing the portableapp I wanted the Shell.exe to be executed. Is this something that could be technically achieved with Portable Apps. I just need a few pointers in the right direction.

Regards,
Sab.

PortableApps.com Launcher ignores the 32-bit executable when ProgramExecutable64 is specified but the file didn't exists.

Submitted by WindyPigeon on September 12, 2021 - 3:48am

In 64 bit operating system, for the portable app with both 32 bit and 64 bit exe, e.g. 7-Zip Portable, If you delete the 7-Zip64\7zFM.exe (the 64 bit executable file of 7-Zip), You will receive a ERROR message "7-Zip Portable cannot be started. You may wish to re-install to fix this issue.

Pages