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: 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
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.
Sometimes, the impossible can become possible, if you're awesome!
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.
Sometimes, the impossible can become possible, if you're awesome!
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.
Sometimes, the impossible can become possible, if you're awesome!
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.