Registering Namespaces in MPF
After creating a custom namespace for use by Microsoft® Provisioning Framework (MPF), you must register it in the configuration database so that provisioning engines will recognize it. There are two ways to register a namespace:
- Import it into the database from Provisioning Manager.
- Upload it into the database by running the command-line utility ProvNamespace.exe.
To register a namespace from Provisioning Manager
- Click Start, point to Programs, point to Microsoft Provisioning Server, and then click Provisioning Manager.
- Right-click Namespaces, then click Import Namespace.
- Enter the path and filename of the ProjectName.xml file, then click OK. The new namespace is now registered.
To register a namespace from the command line
- Open a command prompt window.
- In the directory where you installed MPF (for example, Program Files\Microsoft Provisioning\Tools), run ProvNamespace.exe. The command format is as follows.
ProvNamespace NamespaceFileNote MPF immediately propagates updates to the rest of the installation.
See Also
Developing Custom Namespaces, Developing Custom Providers, XML Schema for Namespaces
Top of Page
© 1999-2002 Microsoft Corporation. All rights reserved.