Saturday, January 29, 2011

AutoIt3 project: Commandline KeyStrokes and MouseStrokes sender WinSendKeys

The last couple of days I worked on a small project to help a member of the DonationCoder.com forum, and created WinSendKeys 2.5.

WinSendKeys is a command-line tool to send keystrokes and/or mousestrokes/clicks to a named 'Window' (Application).

It has gotten to v2.0v2.5 already, as at first it only supported keystrokes, but now also can send mouse clicks to applications that don't support accelerator keys.

Download available at the link above, readme included in the zipfile.

Sunday, January 9, 2011

Inno Setup prepareToInstall scripts updated to 0.5.1

Hi all,

I'm at the risk that this blog looks like an Inno Setup only tour, but that's not the intention. I'm just doing some scripting with Inno these days, other projects I can't disclose here (yet).

I've updated the PrepareToInstall scripts (original post is here) to version 0.5 and it's available for download here.
(Updated to v0.5.1 because of a minor mishap in the demo script. Thanks Robert.)

The previous posts on this subject are updated to point to this one, so new finders can have the latest release.

The improvement I made is:
+ Added support for local NextButtonClick, NeedsRestart and PrepareToInstall event functions (set a define and add the prefix 'Local' to the local function name)