amokoura Posted August 12, 2008 Posted August 12, 2008 I'm about to use AutoItX with a .NET project and wondering how to include AutoIt with it.What do you think is the best way to have the AutoIt component in the client machine?:1. COM, registered2. COM, unregistered3. DLL with a wrapper classOption 1. feels the easiest and quickiest but raises couple questions:- When to unregister if there are multiple apps using the component?- What if I want to update AutoItX on the client and the apps aren't compatible with the new version?- Is this the DLL HELL!!??Here was some discussion about it also:http://www.autoitscript.com/forum/index.ph...mp;hl=uninstallAny opinions, hints? Please share.
daluu Posted September 15, 2008 Posted September 15, 2008 (edited) See also related post on how to use AutoIt as C++ DLL and not a COM DLLhttp://www.autoitscript.com/forum/index.php?showtopic=72905 Edited September 15, 2008 by daluu
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now