Deployment

To deploy the WebCacheService, you can add the WebCacheService.exe file to your setup project as a service or manually register the service using:

WebCacheService.exe -RegServer –Service

To uninstall, stop the service using the Control Panel / Administrative Tools / Services tool and then use

WebCacheService.exe -UnregServer

Note: If you are using Wise InstallMaster, don't use the service installation feature, instead add the following commands to your install script:

Execute Program %OCXPATH%\WebCacheService.exe -RegisterServer -Service
Add “Execute path: %OCXPATH%\WebCacheService.exe –UnregServer” to INSTALL.LOG

To configure the number of threads that the WebCacheService creates on startup set the Start Parameters /Threads=NumberOfThreads on the general property page of the service (Control Panel / Services).