Module isapi.install

Installation utilities for Python ISAPI filters and extensions.

Methods

LocateWebServerPath
Find an IIS web server whose name or comment matches the provided 

GetWebServer
Load the web server instance (COM object) for a given instance 

FindWebServer
Legacy function to allow options to define a .server property 

split_path
Get the parent path and basename. 

AssignScriptMaps
Updates IIS with the supplied script map information. 

get_unique_items
Return items in sequence that can't be found in reference. 

AddExtensionFiles
Register the modules used by the filters/extensions as a trusted 

RemoveScriptMaps
Remove script maps from the already installed virtual directory 

InstallModule
Install the extension 

UninstallModule
Remove the extension 

MergeStandardOptions
Take an options object generated by the command line and merge 

HandleCommandLine
Perform installation or removal of an ISAPI filter or extension.