XmlNamespaces.InstallManifest(String, Object) Method

Definition

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

public void InstallManifest (string Path, object InstallForAllUsers);
Public Sub InstallManifest (Path As String, Optional InstallForAllUsers As Object)

Parameters

Path
String

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

InstallForAllUsers
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.

Applies to