Generates a Windows Registry file that a user can double-click to add your provider to their list of Providers for the Publishing Wizard.
void
sendRegFile
(string $appKey, string $displayName, string $description, string $href, string $icon)
-
string
$appKey: The unique name of your application. If people can use your application on multiple servers, make sure to include a hostname or something else server-specific in this string.
-
string
$displayName: The name of your service in the Providers list.
-
string
$description: Shows up as the description (2nd line) of your service in the Providers list.
-
string
$href: The address of the wizard interface.
-
string
$icon: The location of an icon for the service. Usually displayed at 32x32, will be scaled if it's not that size.