다음을 통해 공유


XmlNamespaces.InstallManifest Method (Excel)

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

Syntax

.InstallManifest(Path, InstallForAllUsers)

A variable that represents a XmlNamespaces object.

Parameters

Name

Required/Optional

Data Type

Description

Path

필수

String

The path and file name of the XML expansion pack.

InstallForAllUsers

선택

Variant

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 about manifests, see the Smart Document Software Development Kit (SDK) on the Microsoft Developer Network (MSDN) Web site.

Example

The following example installs the SimpleSample smart document solution on the user's computer and makes it available only to the current user.

참고

The SimpleSample schema is included in the Smart Document Software Development Kit (SDK). For more information, see the Smart Document SDK.

Application.XMLNamespaces.InstallManifest _ 
 "http://smartdocuments/simplesample/manifest.xml"

참고 항목

개념

XmlNamespaces Object

XmlNamespaces Object Members