CloseApplication Element (Util Extension)

Windows Installer XML

CloseApplication Element (Util Extension)

Description
Closes applications or schedules a reboot if application cannot be closed.
Windows Installer references
None
Parents
Fragment, Module, Product
Inner Text (xs:string)
Condition that determines if the application should be closed. Must be blank or evaluate to true for the application to be scheduled for closing.
Children
None
Attributes
Name Type Description Required
Id String Identifier for the close application (primary key). Yes
CloseMessage YesNoType Optionally sends a close message to the application. Default is no.  
Description String Description to show if application is running and needs to be closed.  
ElevatedCloseMessage YesNoType Optionally sends a close message to the application from deffered action without impersonation. Default is no.  
Property String Property to be set if application is still running. Useful for launch conditions or to conditionalize custom UI to ask user to shut down apps.  
RebootPrompt YesNoType Optionally prompts for reboot if application is still running. Default is yes.  
Sequence Integer Optionally orders the applications to be closed.  
Target String Name of the exectuable to be closed. This should only be file name. Yes
See Also
Util Schema