To be able to register correctly the toolbar on IE, especially on Vista and Win7, you need to start eclipse in Administrative rights and then register the dll with Ant.
To do so (on Win7)
- right click on eclipse.exe go, to properties / Compatibility,
- select the last Checkbox which say "Run this program in administrative mode".
- Next time you start eclipse, a security warning will show up, just click "Yes".
If this still doesn't work, registering the dll maunally by opening "cmd" in administrator rights will do the trick also.
The Ant simply registers the dtx.dll file to get it shown properly on your browser. To register the dll manually, please do the following:
- Open a DOS console and navigate to the root of your DTX project.
- Type the following line:
regsvr32 dtx.dll
- Close all IE instances and open a new one. You should then the Toolbar on your browser.
Note: You still need to do this even if your windows users are an administrator of this machine.