Delen via


Het registratiebestand voor installatietechnologie definiëren

Als u een registratiebestand voor installatietechnologie wilt definiëren, maakt u een XML-bestand op basis van het http://schemas.microsoft.com/SystemCenterConfigurationManager/2009/AppMgmtDigest schema. Bij gebruik in het installatieproces registreert het registratiebestand de aangepaste installatietechnologie bij Configuration Manager. Het registratiebestand voor implementatietechnologie is vereist voor de installatie van de aangepaste installatietechnologie.

Het registratiebestand voor de installatietechnologie definiëren

  1. Maak een registratiebestand voor installatietechnologie.

    In het volgende voorbeeld van het RPC-voorbeeldproject ziet u hoe u een registratiebestand voor installatietechnologie definieert.

    <AppMgmtDigest xmlns="http://schemas.microsoft.com/SystemCenterConfigurationManager/2009/AppMgmtDigest" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
      <InstallerTechnology AuthoringScopeId="GLOBAL" LogicalName="RdpInstallerTechnology" InstallerId="Rdp" AssemblySuffix="Rdp" Version="1" />
    </AppMgmtDigest>
    
Kenmerken Beschrijving
AuthoringScopeID AuthoringScopeId is altijd 'GLOBAL'.
LogicalName LogicalName moet overeenkomen met de naam van de SDK-klasse die is gemaakt in de SDK-assembly voor InstallerTechnology.
HostingId HostingId moet overeenkomen met de constante die is gedeclareerd en gebruikt in de SDK-assembly voor InstallerTechnolgy.
AssemblySuffix AssemblySuffix moet overeenkomen met de bestandsnaam van de SDK-assembly (Microsoft.ConfigurationManagement.ApplicationManagement.<AssemblySuffix>.dll).
Versie Versie is het versienummer voor de release van de extensie van het implementatietype. Dit versienummer wordt gebruikt voor in-place revisies.

Zie ook

How to Define the Deployment Technology Registration FileHow to Define the Hosting Technology Registration FileConfiguration Manager Reference