Hi John,
I have a liitle question.
To launch a portable app requiring java I created an exe file that lauches the app using jPortableLauncher. If I copy the exe to the main app folder under the PortableApps folder it gets recognized by the platform and can be started properly.
To improve the app structure I would appreciate to locate the exe file in a sub folder like app\launcher\exe because it is not part of the initial application and my exe file will be effected by an later update if I keep it in the main folder.
Here comes my question. Is it possible to make the exe file accessible in the platform if it is located in a sub folder as described above?
I tried already to add it to PortableAppsMenu.ini and restart the platform but this didn't work.
Maybe you have an idea. Would be great!
Thanks in advance
PortableUser2009
The platform doesn't currently work with EXEs in sub-directories automatically or via a manual action within the platform.
For yourself, you can do it by creating an appinfo.ini in an AppName\AppInfo directory with the appropriate name and Start parameters as well as the ICO and PNG icon files.
Sometimes, the impossible can become possible, if you're awesome!
Just to make it clear for me.
So f.e. to do it for JDownloader I create a sub folder appinfo in the main folder JDownloader that is JDownloader\appinfo. Or is it in JDownloader\launcher? So it would be JDownloader\launcher\appinfo.
In this I locate a file named JDownloaderLauncher.ini(?) that holds:
name=..PortableApps\JDownloader\launcher\exe\JDownloaderLauncher.exe
ico=..PortableApps\JDownloader\launcher\src\JDownloaderLauncher.ico
Is this correct?
The parameters come from a config file named JDownloaderLauncher.cfg located in the exe path.
I looked it up in the other apps (f.e. Firefox) I just have chosen another app TV-Browser because the JDownloader was running.
So I created a folder app\appinfo in the main application folder TV Browser. In this I have files
appicon.ico
app.ini
In the app.ini file I put the following
[Control]
Icons=1
Start=TVBrowserLauncher.exe
My launcher is located in folder TV Browser\launcher\app.
Now the platform shows the launcher but wants to start it from the main folder TVBrowser. I tried to provide the correct folder but this didn't work.
Hi john,
finally I made it. Everything is working fine.
Thanks for the hint.
Kind regards
PortableUser2009
How do you handle special characters like ä, ö, ü, ß in appinfo.ini?