Running Multiple Versions of 3DEXPERIENCE

The CD installation registers that version of DELMIA at the time of installation. Only a single version of DELMIA can be registered at a given time. If you install a different version, the second installation unregisters the previously registered version(s) of DELMIA. For this reason, you must manually register the current version you are using in order for Robot Programming or any macro libraries to work properly.

See Also
Installing VSTA
Debugging Translators
  1. Open a command prompt window with Administrator privileges (right-click the Command Prompt command and select Run as Administrator from the context menu).
  2. Run the following command:
    "<installation directory>\win_b64\code\bin\CATSTART.exe" -run "DSYAdmRegSrv -unset"

    For example:

    "C:\Program Files\Dassault Systemes\B418\win_b64\code\bin\CATSTART.exe" -run "DSYAdmRegSrv -unset"
  3. Run the following command:
    "<installation directory>\win_b64\code\bin\CATSTART.exe" -run "DSYAdmRegSrv -set 3DExperience"

    For example:

    "C:\Program Files\Dassault Systemes\B418\win_b64\code\bin\CATSTART.exe" -run "DSYAdmRegSrv -set 3DExperience"
  4. Verify the following statement in the resulting output:
    INFO: VSTA registration success.

The specified version of DELMIA is registered.