Shut Down The Web Tools Interface
If you are running the PaperCut WebTools interface, then IIS will hold a number of PaperCut files open. This can cause complications when upgrading PaperCut because some files cannot be removed when uninstalled.
Once you have unloaded the PaperCut WebTools using one of the methods below, IIS will release all the PaperCut files. However if a user reconnects to the PaperCut web pages, then IIS will relock the PaperCut files. To avoid this you should either:
You have two options to shut down the WebTools interface:
The simplest way to unload the PaperCut web tools is to restart the web server. NOTE: This will reload all other web applications running on the server. If this is not appropriate, then follow the instructions about unloading the only the PaperCut WebTools below.
net stop w3svc
net start w3svc