I am developing a browser plugin which I want to package and distribute. I would like to know how can I prompt a user to close all browsers during installation. I want to use PackageMaker for creating the installer.
Is there a better alternative ?
thank you
Making users to quit browsers is futile, in my point of view. Many non-browser programs use webview (OS X's standard view showing html), which might be loading your plugin.
It would be easier to set your package so that it requires re-login or re-boot of the computer.