
Installation
============
* Install

To install ActiveTarget, it is easily that unzip to copy the files 
"actarget.dll" and "atipmap.dat" to any folder (Windows\system32\ recommended) 
then register it there using the regsvr32 command-line utility as follows:

c:\>regsvr32 c:\path\actarget.dll 

Important: You need to give the IUSR_<machine_name> account permissions to 
read and access ActiveTarget database "atipmap.dat"
 

* Uninstall

To Uninstall ActiveTarget, you can shut down and restart the IIS services to
remove the old version of the DLL from memory, as follows: 

c:\>net stop iisadmin /y 

then 
c:\>regsvr32 c:\path\actarget.dll /u
c:\>delete c:\path\actarget.dll
c:\>delete c:\path\atipmap.dat

c:\>net start w3svc 


* Updates

To load a new version of ip-country database, you can copy the new atipmap.dat to
the original folder and overwrite the old one.

then
Load the page update.asp in your browser 
or 
run ActiveObj.ReloadLibrary in your script
