microsoft / MSIX-PackageSupportFramework

The Package Support Framework (PSF) is a kit for applying compatibility fixes to packaged desktop applications.
MIT License
115 stars 57 forks source link

PSF Launcher - Launch notification #194

Open RMITBLOG opened 2 years ago

RMITBLOG commented 2 years ago

Larger apps with PSF Fixups can take more than a few seconds to launch. The current launcher does not notify the user that the app has launched. Can there be a message box or splash screen that can be shown if annotated within the config.json file for PSF?

I am seeing instances where users are trying to launch the app multiple times which creates a number of cascaded processes. Granted this only really causes issues for some of the larger apps however those with lengthy fixups or pre PowerShell scripts are also impacted.

TimMangan commented 2 years ago

Seems reasonable.