Class Ansel_XPPublisher
	
	XPPublisher Wizard
Builds a "Publish this file/folder to the web" handler for Windows XP+.
	 
	
	
	Methods summary
	
		
			 public 
			
			
			
		 | 
		
		#
		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. 
		 
		
			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
				
					- $appKey
 
					- <p>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.</p>
 
					- $displayName
 
					- <p>The name of your service in the
Providers list.</p>
 
					- $description
 
					- <p>Shows up as the description (2nd
line) of your service in the Providers list.</p>
 
					- $href
 
					- The address of the wizard interface.
 
					- $icon
 
					- <p>The location of an icon for the
service. Usually displayed at 32x32, will be scaled if it's not
that size.</p>
 
				  
		 
		  |