\Ansel_XPPublisher

XPPublisher Wizard Builds a "Publish this file/folder to the web" handler for Windows XP+.

Summary

Methods
Properties
Constants
sendRegFile()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

sendRegFile()

sendRegFile(string  $appKey, string  $displayName, string  $description, string  $href, string  $icon) 

Generates a Windows Registry file that a user can double-click to add your provider to their list of Providers for the Publishing Wizard.

Parameters

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.