0
AutoIt is not correctly registered at your machine.
It happens to me every time I install watir.
Open a command line, go to folder where AutoItX3.dll is located.
If you installed Ruby to C:\ruby\ and your gem name is watir-1.5.1.1141
it should be C:\ruby\lib\ruby\gems\1.8\gems\watir-1.5.1.1141\watir\.
Type this. regsvr32 AutoItX3.dll
Pop up will appear with message that registration was successful.
If message says that registration was not successful, you are not logged in as administrator. Log out (or switch user) and log in as administrator.
Posted on
Friday, July 23, 2010
by
醉·醉·鱼
and labeled under
ruby
The AutoIt dll must be correctly registered for this feature to work properly. AutoIt is not correctly registered at your machine.
It happens to me every time I install watir.
Open a command line, go to folder where AutoItX3.dll is located.
If you installed Ruby to C:\ruby\ and your gem name is watir-1.5.1.1141
it should be C:\ruby\lib\ruby\gems\1.8\gems\watir-1.5.1.1141\watir\.
Type this. regsvr32 AutoItX3.dll
Pop up will appear with message that registration was successful.
If message says that registration was not successful, you are not logged in as administrator. Log out (or switch user) and log in as administrator.
Post a Comment