You are here

Portable App Development

Discuss portable app development and modification of existing apps.

Portable installer

limelect's picture
Submitted by limelect on August 30, 2019 - 3:06am

I have an application that uses 4 execute files
However trying to use portable installer dose not
allow that.
I do not know what to do
Any help will do
P.S dose any one has a script for making
a portable application with multiple exe ?

Further more trying to use the application with one exe
Give me a CLOSE application on error.
I wish i new what is wrong. I think i do not use the program
as the developer intended .

Cant' open script PortableApps.comLauncher.nsi but script is there.

Submitted by cantgetitright on August 20, 2019 - 5:01am

Good morning,

I'm trying to pack my app into a Portable version of it and whilst I setup the dir tree along with some minimal settings in appinfo.ini and in Launcher/AppPortable.ini based on the help pages here in PortableApps.com I can't get the portable apps launcher to create a launcher for my app.

The error is as follows

MakeNSIS v2.46.5-Unicode - Copyright 1995-2009 Contributors
See the file COPYING for license details.
Credits can be found in the Users Manual.

Help for MuseScore 3.2.3 portable

Submitted by AntonioBL on August 17, 2019 - 9:02am

Hello,
since Bart.S can no more work on creating MuseScore 3.x PortableApp (because Windows XP support was dropped by the underlying Qt infrastructure), I tried to step in and automatize the creation of the PortableApp for MuseScore future releases.
I think I managed to find and modify all the parts in the code which lead to saving files in user or system data folders and redirect them to the PortableApp folder. However, I still have a problem with Qt registry keys.

Using mingw32

Submitted by csw900 on August 8, 2019 - 3:08am

My proposed portable app is written in c++ and is compiled with mingw32. I wrote and have full control of the source code.

At present all of the apps program, dependencies and data are in one directory. It works fine, even on a mac or Linux under wine. It is fully portable in that if you copy all of the files to any folder or usb stick the app still works OK.

mingw32 looks for its dependencies either in the same directory as the .exe or on the Windows PATH. How do I make it look in the App/Appname for these dependencies without altering the PATH?

[Solved] TeamSpeak Portable not launching via PortableApps.comFormat

Makazzz's picture
Submitted by Makazzz on July 31, 2019 - 1:07pm

I created TeamSpeakPortable and I don't know why but when I launch TeamSpeak 3.3.0 via the launcher (TeamSpeakPortable.exe) It didn't launch, its just opening (TeamSpeakPortable.exe) himself and self destruc (I checked in Process Hacker). The only thing that work for me is to change the compability of the application and put it 'Launch as admin' to the executable and add RunAsAdmin=force into the launcher.ini and then its decide to launch. But if I launch the executable ts3client_win32.exe directly it dosn't need admin permission to not self destruc.

Why are x86 apps used in official portableapps?

chokeslap's picture
Submitted by chokeslap on July 26, 2019 - 8:27am

why are x86 used when x64 versions exist in the official portable apps, so far ive found qbittorrent is x86 although a x64 version does exist, also irfanview, sumatra, filezilla and teamviewer are also 32-bit. I personally will have to install these apps or make my own portables before I use the x86 versions when there are better alternatives.
Lately many of the major software developers are dropping support for defunct 32 bit applications, just curious why these are even used here, maybe there should be a choice between both?

Pages