HandleCommandLine(params, argv, conf_module_name, default_arg, opt_parser, custom_arg_handlers)
Perform installation or removal of an ISAPI filter or extension.
Parameters
params :
paramsargv=None :
argv
conf_module_name=None :
conf_module_name
default_arg='install' :
default_arg
opt_parser=None :
opt_parser
custom_arg_handlers={} :
custom_arg_handlers
Comments
This module handles standard command-line options and configuration
information, and installs, removes or updates the configuration of an
ISAPI filter or extension.
You must pass your configuration information in params - all other
arguments are optional, and allow you to configure the installation
process.