Hi folks.
I am trying to use AutoIt to install a 3rd party application, namely WinPcap. I wrote a script to do this, and for a clean install, the script works flawlessly. The problem is that if an older version of WinPcap is installed, the upgrade screens are very different (it first wants to go through an uninstall process) and my script no longer fits. Also the possibility exists that the current version is already installed; this results in yet a 3rd set of screens displayed.
I tho