Search the Community
Showing results for tags 'Plugin'.
-
I am feeling really stupid. I cannot figure out what I am doing wrong. I followed the "Winzip" example, and I cannot get autoit to simply send an enter when the first window appears. There are 2 windows like that, and neither one gets the enter. ShellExecute("VMware-EnhancedAuthenticationPlugin-6.7.0.exe") WinWaitActive("VMware Plug-in Service Installer.","instances will be closed") Send("{ENTER}") WinWaitActive("VMware Plug-in Service Installer.","run in succession") Send("{ENTER}") WinWaitActive("VMware Enhanced Authentication Plug-in 6.7.0","Welcome to the installation wizard") Send("!n") WinWaitActive("VMware Enhanced Authentication Plug-in 6.7.0","End-User License Agreement") Send("!a!n!n!i") WinWaitActive("VMware Enhanced Authentication Plug-in 6.7.0","Change") Send("!n") WinWaitActive("VMware Enhanced Authentication Plug-in 6.7.0","Install") Send("!i") WinWaitActive("VMware Enhanced Authentication Plug-in 6.7.0","Finish") Send("!f") WinWaitActive("VMware Plug-in Service","Welcome to the installation wizard") Send("!n") WinWaitActive("VMware Plug-in Service", "End-User License Agreement") Send("!a!n") WinWaitActive("VMware Plug-in Service", "Install the VMware Plug-in Service in") Send("!n") WinWaitActive("VMware Plug-in Service", "Install") Send("!i") WinWaitActive("VMware Plug-in Service","Finish") Send("f") I used the Window ID tool to verify that I am using the correct title, and those substrings appear in the dialog. I really did not want to have to post here, as this seems like a trivial effort. But I am stuck. I hate stuck. Thanks!
-
Here is a small package I set up to compile autoit plugins using Tiny C Compiler. Ever since ward posted his Inline C code, Ive been in love with TCC. Its so small. 71KB! Thats just crazy. Anyway it makes a great little portable compiler. To use is very easy. Just drop the c source on the PluginCompiler.exe and walla, the file will be linked, compiled to a dll, and then compressed with UPX. Then just open up the autoit examples to test. Included in the zip is 3 plugin examples and autoit examples to go along with them. One is the original example written by Jon that comes with the Plugin SDK. The second one is a ListViewSort example that was originally written by arcker. And the third is a SetConsoleColor() written by LiveOnTheFly. That last one I liked alot. Im surprized he never posted an example to go with his plugin. Let me know if you have any problems. Thanks for looking Easy Plugin Compiler.html Note: The .html link is just to help me keep track of downloads. Open the .html file and a download dialog will display.