Jump to content

sixev

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by sixev

  1. So does this approach require the DLL be installed/registered? I am trying to use AutoItX3.dll from C#. I have added the AutoItX3Declarations class to my Visual Studio solution and everything appears good there, but when executing the code I get a DLL not found error. From reading the first post I thought the idea of this approach was to not have to install/register the DLL. Visual Studio will not let me add a reference to the DLL as it gives me a "could not add reference" error. I am writing a C#/Windows application that will be distributed to several hundred desktops and am looking to avoid installing AutoIt on each machine.
  2. Since this is a controlled intranet environment there really is no security threat, and again, security isn't critical at this point. It isn't any different than running login scripts, deploying patches, updates, etc... automatically behind the scenes where the user really has no idea what is going on. If you need to install some software on 350 machines, would you prefer to notify each user and have them manually install the software or somehow automate it?
  3. I am new to AutoIt and have been reviewing the forum and help files for the past couple of days but am still not sure how to handle this. I am building a web application with a button that, when clicked, must interact with another windows appilcation running on the user's desktop. My thoughts are to use AutoIt's ActiveX interface from javascript (not worrying about security or browser compatibility at this point) to invoke an AutoIt script that interacts with the windows application. Anyone have any suggestions or references they might point me to that demonstrates how to automate the install of the AutoIt ActiveX component the first time the client machine browses my web application? In other words, I'd like to detect if AutoIt is installed, install if not, and then execute an AutoIt script all from the web page and "behind the scenes" so the user isn't prompted to install anything... I have found the following links from the forum - they're very helpful but I am still missing how to install AutoItX on each client computer without any user interaction: http://mega-gamer.servehttp.com:8124/au3/Test
×
×
  • Create New...