frimann1 Posted April 10, 2006 Posted April 10, 2006 I want to automate an automatic install/uninstall of Macromedia Flash 8 I need to uninstall Macromedia Flash 8 first in order to install another application that conflicts with Flash 8. The problem is that the MSI uninstall of Flash 8 ends with a dialogbox with no window title. This happens even if the MSI uninstall is silent. This bug appears to be a Flash 8 problem. However there is a Windows text ("Uninstallation Complete") The dialog box simply prompts the user to check "OK" to "Uninstallation Complete". Is there a way to catch that window with Autoit 3 and check the ok button?
MHz Posted April 10, 2006 Posted April 10, 2006 Give nothing as a title to the script and try that. This may work. WinWait('', 'Uninstallation Complete') WinClose('', 'Uninstallation Complete')
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