Hi,

I've created a VB6 project that I'm trying to install on a live Exchange server running NT4.

It uses the scripting.filesystemobject and various other objects, but the installer (creating through the wizard) wants to update the scripting dll (scrrun.dll) and re-start the server. It has version 3.3, and the latest is 5.xxxx . That was the initial problem, and we managed to have it rebooted, but I don't think it overwrote the dll because now the project crashes when it is trying to create an fso object.

Does anyone know any ways to get around these issues. Would doing the project in VB5 help (I really want to avoid that!)? Otherwise what about manually updating the sccrun dll without restarting the machine.

Any ideas would be helpful....!
Cheers
Gavin