<friendlyName> Element (2007 System)
Note |
Applies to |
---|---|
The information in this topic applies only to the specified Visual Studio Tools for Office projects and versions of Microsoft Office. For more information, see Features Available by Application and Project Type. |
Project type
Microsoft Office version
|
The friendlyName element of the vstov3 namespace stores the name that appears in the list of installed programs.
<friendlyName>
</friendlyName>
Elements and Attributes
The friendlyName element is in the vstov3 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.
Remarks
You can manually edit application and deployment manifests in Visual Studio Tools for Office solutions. Application and deployment manifests must be re-signed by the Manifest Generation and Editing Tool (mage.exe and mageui.exe) after the manifests are edited. Sign the application manifest first and the deployment manifest next. For more information, see Manifest Generation and Editing Tool (Mage.exe) and Manifest Generation and Editing Tool, Graphical Client (MageUI.exe).
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 (2007 System).
Code
<vstov3:friendlyName>
OutlookAddIn1
</vstov3:friendlyName>
See Also
Reference
Application Manifests for Office Solutions (2007 System)