MAKEMSI quickly and reliably creates MSI files in a non-programmatic way
Have your say! Join the MAKEMSI discussion list or view archive! Suggest improvements. No question too simple or too complex.
[Bottom][Contents][Prev]: Add/Remove Programs (ARP) Applet / Software Explorer[Next]: Dependency Walker
Have your say! Join the MAKEMSI discussion list or view archive! Suggest improvements. No question too simple or too complex.
\->Tips and Tricks->Tools->AUTOIT.EXE

AUTOIT.EXE

The freeware AutoIT tool is an amazing piece of software which allows you to script mouse and keyboard actions. It is discussed in the "Setup Automation" section.

It doesn't work so well with broswer (IE) windows but you can confirm success of actions by looking at pixel color or waiting on windows. By default it is not very friendly so you may want to develop a reusable library of functions to nicely handle timeouts etc.

Complex scripts can be written and they can be compiled into standalone EXE programs.

I only recommend this approach if all other approaches have failed but when you need it, you need it!

There is a script recorder which can follow your actions, although to make a robust script you'd want to tweak it a fair bit. There is also a program called "AU3INFO.EXE" (no shortcut installed) which is very useful for determining mouse positions, visible text and pixel color etc.

SciTE4AutoIt3

This is a free add on (or bundled with) the "SciTE" editor and bundles "record" tools to make the development of a script a lot easier. It is available from "http://www.autoitscript.com/autoit3/scite/".

There is also a useful menu option to the recorder and "AU3INFO.EXE" tools. The editor has AutoIT undo capability, syntax highlighting, command completion plus more and is not too bad.


Microsoft awarded me an MVP (Most Valuable Professional award) in 2004, 2005, 2006, 2007, 2008 & 2009 for the Windows SDK (Windows Installer) area.Please email me any feedback, additional information or corrections.
See this page online (look for updates)

[Top][Contents][Prev]: Add/Remove Programs (ARP) Applet / Software Explorer[Next]: Dependency Walker


MAKEMSI© is (C)opyright Dennis Bareis 2003-2008 (All rights reserved).
Saturday May 28 2022 at 3:11pm
Visit MAKEMSI's Home Page
Microsoft awarded me an MVP (Most Valuable Professional award) in 2004, 2005, 2006, 2007, 2008 & 2009 for the Windows SDK (Windows Installer) area.