|
-
Sep 5th, 2001, 03:44 AM
#1
Thread Starter
New Member
VB6 projects not installing on NT4
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
-
Sep 5th, 2001, 03:48 AM
#2
Put the newer version in an other folder then the old one. Unregister the old version and register the new one.
-
Sep 5th, 2001, 03:56 AM
#3
Retired VBF Adm1nistrator
I would strongly adise against installing applications onto a server running Exchange. It can be an absolute ***** to get working if you break it.
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
Sep 5th, 2001, 03:58 AM
#4
Well register a new version of the scripting runtime wouldn't be any problems. I've done it my self on servers running Exchange.
-
Sep 5th, 2001, 04:00 AM
#5
Retired VBF Adm1nistrator
Yeah but if something goes wrong it's gonna be a nightmare to fix ... unless he's got a recent backup.
The only thing I ever do on servers running Exchange is go into the Exchange Administrator to make the POP3 Connector check for mail. I leave them well alone otherwise
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
Sep 5th, 2001, 04:10 AM
#6
Thread Starter
New Member
problem is that it has to run on the Exchange box. It's a mail scheduler thats reading off a database on the network and then using CDONTS to create the mails on the actual box, to cut out on the intranet network traffic.
-
Sep 5th, 2001, 04:17 AM
#7
Retired VBF Adm1nistrator
Me.FeelUneasy = True
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|