Skip to content

Commit d8414cc

Browse files
authored
Update how-to-define-the-appsynclet-mof-file.md
1 parent dc75a5f commit d8414cc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

memdocs/configmgr/develop/apps/how-to-define-the-appsynclet-mof-file.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ ms.collection: openauth
1616

1717
---
1818
# How to Define the AppSynclet MOF File
19-
To define a custom synclet MOF file, create an instance of the CCM_AppHandlers class. The new class instance will identify the custom client-side handler. Also, create instances of the CCM_HandlerSynclet class to store detect, install and uninstall property values.
19+
To define a custom synclet MOF file, create an instance of the CCM_AppHandlers class. The new class instance will identify the custom client-side handler. Also, create instances of the CCM_HandlerSynclet class to store, detect, install and uninstall property values.
2020

2121
The client extension maps closely to the Installer object, defined as part of the DeploymentType. Property values are stored in WMI and the public COM methods in the client-side handler map to detection, installation and uninstallation.
2222

23-
In this example, a new custom synclet MOF file is required for Remote Desktop Protocol (RDP) files. Support for RDP files is not built-in to Configuration Manager, so a custom synclet MOF file is required.
23+
In this example, a new custom synclet MOF file is required for Remote Desktop Protocol (RDP) files. Support for RDP files isn't built-in to Configuration Manager, so a custom synclet MOF file is required.
2424

2525
### To define a custom synclet MOF file
2626

0 commit comments

Comments
 (0)