- Overview
- Installation & Uninstallation
- Local and remote management using IIS 7
- Context and processing order
- Apache compatibility
- Modules
- core functions
- mod_antibot
- mod_asis
- mod_auth_basic
- mod_auth_digest
- mod_authn_anon
- mod_authn_dbd
- mod_authn_default
- mod_authn_file
- mod_authz_default
- mod_authz_groupfile
- mod_authz_host
- mod_authz_user
- mod_cache
- mod_dbd
- mod_deflate
- mod_developer
- mod_dir
- mod_disk_cache
- mod_env
- mod_evasive
- mod_expires
- mod_filter
- mod_gzip
- mod_headers
- mod_hotlink
- mod_linkfreeze
- mod_log_config
- mod_logio
- mod_mem_cache
- mod_mime
- mod_proxy
- mod_replace
- mod_rewrite
- mod_seo
- mod_setenvif
- mod_so
- mod_speling
- mod_usertrack
- mod_xsendfile
- Articles
- Release history
- Troubleshooting
- License agreement
Installation process
Please read system requirements section before running installation. Download and run HeliconApeXXXX.msi. Follow instructions from the installation wizard. Installation process is automatic and self-describing. No IIS or Windows restart is required after installation. No need to manually add any ISAPI filters, modules or extensions to your IIS configuration.
Note! On Windows 2003 you may need to map ASP.NET engine to the "*' file extension to make Helicon Ape process requests other than ASP.NET.
Command line installation
Helicon Ape can be installed quietly from the command line. Please use the following command line syntax for installation:
msiexec /i HeliconApeXXXX.msi /qn AcceptEULA=Yes REGISTRATIONCODE=Code REGISTRATIONNAME=Name
Where HeliconApeXXXX.msi
is the name of Helicon Ape MSI package file, AcceptEULA=Yes
indicates your acceptance of EULA
, REGISTRATIONCODE
and REGISTRATIONNAME
are optional.
To uninstall Helicon Ape quietly form command line use following syntax:
msiexec /x HeliconApeXXXX.msi /qn KEEPUSERFILES=Yes