Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The friendlyName element of the vstov4 namespace stores the name that appears in the list of installed programs.
<friendlyName>
</friendlyName>
Elements and Attributes
The friendlyName element is in the vstov4 namespace. The value appears in the list of installed programs on the computer, and in the COM add-ins dialog box of Microsoft Office applications.
The friendlyName element has no attributes or child elements.
Application-Level Add-in Example
Description
The following code example illustrates the friendlyName element in an application-level solution deployed by using ClickOnce. This code example is part of a larger example provided in Application Manifests for Office Solutions.
Code
<vstov4:friendlyName>
ContosoOutlookAddIn
</vstov4:friendlyName>
See Also
Reference
Application Manifests for Office Solutions