Register Migration Objects

You must register the directory migration objects on each computer on which they are installed. For example:

Regsvr32 /s MigrationLogObj.dll

Register all five objects together by copying the following code sample to a .bat file, and then run it:

Regsvr32 /s MigrationLogObj.dll
Regsvr32 /s MigrationMainObj.dll
Regsvr32 /s MigrationModifyObj.dll
Regsvr32 /s MigrationReadObj.dll
Regsvr32 /s MigrationWriteObj.dll


All rights reserved.