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:
- does not work on Windows 98;
- on Windows Vista, 7 and 8 with UAC enabled the object will be unavailable to applications running with Administrator rights.
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).