| FileStorm installers can optionally logout a user or restart the user's computer at the end of an installation if a particular item is installed. The Quit Action allows you to prompt the user for logout or restart right before the installer quits, and then perform the appropriate action.
The Quit Action determines if the user should be prompted for restart or logout when the installer quits. The Quit Actions are: None, Prompt for Logout and Prompt for Restart. Note:
- The Quit Action will only be valid if the install item is actually installed. For example, if a quit action is set for an install item and the item is not actually installed because the replace option was set to If Newer and the item on the user's machine exists and is newer than the item in the installer, the Quit Action will be ignored.
- Logging out cannot be performed when an installer is run on Mac OS X 10.1. Therefore, if the Prompt for Logout option is selected, a message will be displayed prompting the user to logout but the logout action will not actually be performed when running on OS X 10.1.
|