View Single Post

  #4 (permalink)  
Old 12-18-2006
Wilfried Wilfried is offline
Senior Member
Black Belt
 
Join Date: Nov 2004
Posts: 2,122
Re: VB6 .NewMap error since upgrade

Hi,

Yes easy to do. I have done this by a bunch of batch files. Put a batch file in the appropriative folder where this is in:

Code:
MapPoint.exe /RegisterServer
You can do the same thing for al the automation programs with the several versions. In addition, if you have different compiles for different version you can change a class witch is linked to your applications that keeps the currently registered version.
Reply With Quote