XmlNamespaces.InstallManifest Method

Installs the specified XML expansion pack on the user's computer, making an XML smart document solution available to one or more users.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Sub InstallManifest ( _
    Path As String, _
    InstallForAllUsers As Object _
)
'Usage
Dim instance As XmlNamespaces
Dim Path As String
Dim InstallForAllUsers As Object

instance.InstallManifest(Path, InstallForAllUsers)
void InstallManifest(
    string Path,
    Object InstallForAllUsers
)

Parameters

  • Path
    Type: System.String

    Required String. The path and file name of the XML expansion pack.

  • InstallForAllUsers
    Type: System.Object

    Optional Boolean. True installs the XML expansion pack and makes it available to all users on a machine. False makes the XML expansion pack available for the current user only. Default is False.

Remarks

XML features, except for saving files in the XML Spreadsheet format, are available only in Microsoft Office Professional Edition 2003 and Microsoft Office Excel 2003.

For security purposes, you cannot install an unsigned manifest. For more information about manifests, see the Smart Document Software Development Kit (SDK) on the Microsoft Developer Network (MSDN) Web site.

See Also

Reference

XmlNamespaces Interface

XmlNamespaces Members

Microsoft.Office.Interop.Excel Namespace