Русский   Home

Registration in the System

You can register DWX in two ways:
regsvr32.exe <path-to-component>\dynwrapx.dll — for all users.
regsvr32.exe /i <path-to-component>\dynwrapx.dll — for the current user.
Registration for the current user does not require Administrator rights but has some drawbacks: On a 64-bit Windows you should register both x86 and x64 variants of DWX so its object can be used by 32- and 64-bit programs.

Note for v1 users. If you want to replace it with v2, you have to unregister v1 first. Otherwise v2 will be installed in parallel and only available in scripts under its version specific name DynamicWrapperX.2. As a replacement, it will also use the generic DynamicWrapperX name.

Unregister DWX as follows:
regsvr32.exe /u <path-to-component>\dynwrapx.dll — for all users.
regsvr32.exe /u /i <path-to-component>\dynwrapx.dll — for the current user.
If version 1 is also installed, unregistering version 2 will leave its registration intact (and vice versa).