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.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub InstallManifest ( _
Path As String, _
InstallForAllUsers As Boolean _
)
'Usage
Dim instance As XMLNamespaces
Dim Path As String
Dim InstallForAllUsers As Boolean
instance.InstallManifest(Path, InstallForAllUsers)
void InstallManifest(
string Path,
bool InstallForAllUsers
)
Parameters
- Path
Type: System.String
Required String. The path and file name of the XML expansion pack.
- InstallForAllUsers
Type: System.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.