Method | Description | |
---|---|---|
CollectDefaultPrograms ( CommandMapper, commandMapper, CapabilityList, capabilities, string? &appName ) : void |
Collects data about default programs.
|
Method | Description | |
---|---|---|
GetInstallCommands ( RegistryKey, clientKey, string installationDir ) : InstallCommands, |
Retrieves commands the application registered for use by Windows' "Set Program Access and Defaults".
|
public CollectDefaultPrograms ( CommandMapper, commandMapper, CapabilityList, capabilities, string? &appName ) : void | ||
commandMapper | CommandMapper, | Provides best-match command-line to |
capabilities | CapabilityList, | The capability list to add the collected data to. |
appName | string? | Is set to the name of the application as displayed to the user; unchanged if the name was not found. |
return | void |