Hi John,
is it possible to trigger the refresh app icons option from outside the PortableApps Menu (f. e. from the command line)?
Kind regards,
PortableUser2009
New: Zoom (May 18, 2023), Platform 25.0 (Apr 07, 2023)
New Apr 14: macOS Portable Drive Support
450+ real apps (49GB), 1.1 billion downloads, Please donate.
Hi John,
is it possible to trigger the refresh app icons option from outside the PortableApps Menu (f. e. from the command line)?
Kind regards,
PortableUser2009
Do you mean the desktop icons within Windows or to refresh the app list within the PortableApps.com Platform? If the desktop icons within Windows, it's better handled per-app when an app needs it and there's a setting for it within the PortableApps.com Launcher utility to do so. If you mean the app list within the PA.c Platform, this is only permitted from a PA.c Installer and is already handled.
I would like to refresh the appInfo displayed in the menu from outside the menu.
Currently I use the refresh app icons option.in the menu.
What's the use case for this? The menu needs to refresh externally when an app is installed or updated, and that's handled by the PA.c Installers.
I maintain appinfo.ini files for applications that don't have an installer like 3rd party apps or self developed ones.
The appinfo.ini is automatically updated after an update. I would like to automize the refreshing of the platform menu for those apps as well..
Please let me know if you consider to provide such an interface.
It is unlikely. It's designed to work with PA.c Format apps. Working with third party apps in the same way would introduce additional support issues for not much benefit.
But there must be some kind of API already in place.
Technically speaking from the PortableApps menu's perspective a downloaded installer (.paf.exe file)
is an external application like mine. After updating an app using the corresponding downloaded installer
the menu automatically displays f. e. the new version information.
So the local installer must have accessed the menu somehow and refreshed it.
How does that work? That's what I would like to implement in my applications.
Please explain to me how an installer refreshes the menu.