XMLNamespaces.InstallManifest(String, Boolean) 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, bool InstallForAllUsers = false);
abstract member InstallManifest : string * bool -> unit
Public Sub InstallManifest (Path As String, Optional InstallForAllUsers As Boolean = false)

Parameters

Path
String

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

InstallForAllUsers
Boolean

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

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

Applies to