:: com :: sun :: star :: deployment ::

unpublished exception InstallException
Base Hierarchy
InstallException
 ┗ ::com::sun::star::uno::Exception
Usage Restrictions
not published
Description
describes the fact that deployment unit is about to be installed.

This exception is intended to be used with an ::com::sun::star::task::XInteractionHandler.

Since
OOo 2.2

Elements' Summary
displayName the display name of the extension, which is to be installed.  
Elements' Details
displayName
string displayName;
Description
the display name of the extension, which is to be installed.
Top of Page