java - Is there a JNLP Un-install event? -
does java web start have callback when jnlp deployed app going un-installed (either via add/remove programs or java control panel)?
reason delete app-generated artifacts & directories.
see extensioninstallerservice demo.
java web start (jws) offers
installer-descelement identify installer/uninstaller application. intent of installer application set-up/pull-down can not handled standard jws behaviour of caching classes/resources @ 1st launch, , clearing them @ uninstall.
emphasis mine ( quote demo. ;).
Comments
Post a Comment