System Requirements for TRIAL WCP v2.7 verision: ================ 1) Windows 2000 or Windows 2003 Server 2) NTFS 3) Serv-U program already installed [optional] 4) FrontPage v5.0 or FrontPage v 4.0 [optional] 5) ActivePerl installed (used for statistics) [optional] Installation Step By Step: ========================== Step 1: Copy application files ------- Create the folder "c:\wcp". Copy the contents of the folder wcp from installtion zip archive to "c:\wcp" Create the folder "c:\wcpmisc". Copy the contents of folder wcpmisc from installtion zip archive to "c:\wcpmisc" Step 2: DLL Registration ------- Please copy the following .dll files to windows system folder: copy the files "c:\wcpmisc\COM\ASPIniFile.dll", "c:\wcpmisc\COM\sftmtcom.dll", "c:\wcpmisc\COM\capicom.dll" into windows system folder "c:\windows\system32" You than will need to register .dll files: Start->Run: type "regsvr32 ASPIniFile.dll" Start->Run: type "regsvr32 sftmtcom.dll" Start->Run: type "regsvr32 capicom.dll" You will need to install DNS service (if it was not installed already): DNS Service Installation: 1) Run "Start->Control Panel->Add or Remove Programs\" 2) At the left click the button "Add\Remove Windows Components" 3) Select "Network Services" in the list and click button "Details..." 4) You will then see the item "Domain Name System (DNS)". trigger the checkbox on the left and Click Ok then "Next>". DNS service will be installed. Step 3: Application Configuration ------- Please, configure the following file: c:\wcp\config\app.cfg For details look in config_manual.txt Step 4: Virtual Directory Creation ------- 1. Click Run, point to Programs, point to Administrative Tools, and then select Internet Services Manager (or Settings->Control Panel->Administrative Tools->Internet Services Manager). 2. Expand the web server in which you want to install the application. 3. Right-Click on the Default Web Site and select New>Virtual Directory. It is recommended to use a different web site other than the Default Web Site. However, for the purpose of this installation we will install the application on the Default Web Site. 4. Click Next, to pass the Welcome Page 5. Enter WCP as the new Virtual Directory Alias, It does not have to be WCP, but it's helpful to keep the name standardized for future versions. Click Next. 6. Enter the Directory location. Using the Browse button, locate the HTML directory within the directory tree of the installed application and click OK. This will be located where you unzipped the application files (c:\wcp). Now, click Next. 7. No changes for the Access Permissions page will be necessary. Leave all entries at the default state and click Next and Finish. 8. Right-Click on the new HostCP Virtual Directory and select Properties. 9. Click on the Directory Security Tab. Now click on the Edit button for Anonymous access and authentication control. 10. "Integrated Windows Authentication" must be unchecked. "Enable anonymous access" must be checked. Enter administrator login and password. (Better way is using Browse button instead of manually typing). These changes are necessary so that the application have to privileges to configure the IIS meta-base and the Active Directory. 11. Click OK, reenter password again, OK, click Apply, OK. Step 5: Serv-U configuration [optional] ------- Run Serv-U, click menu "Setup\FTP-Server..." and then uncheck "Encrypt passwords". If you don't do so then Serv-U FTP service will not be able to administrate from WCP application. To enable Serv-U FTP service place in a file "c:\wcp\config\app.cfg" a line "USE_SERV_U=YES". You can also cahnge this flag in WCP using the menu "Misc". Step 6: Custom Header And Footer Configuration [optional] ------- If you wish you may modify header of login pages - file "c:\wcp\HTML\login_header.html" If you wish you may modify header of the user page - file "c:\wcp\HTML\user_header.html" If you wish to put some infromation in behind of the outputs. Place the code HTML code into file "c:\wcp\HTML\ex_header.htm" "c:\wcp\HTML\ex_footer.htm" - the content that is displayed right after the outputs of the WCP.