jgus Posted October 13, 2004 Posted October 13, 2004 I have the following simple script that uninstalls RealPlayer from a machine. It works fine when I run it without the SplashTextOn message, but when I add the Splash it hangs up and the icon in the tray shows the script as paused. Can someone tell me what might be the problem. I tried on several machines and I have used the Splash before without issues. Thanks for the help. SplashTextOn("RealPlayer Uninstall", "Please wait while RealPlayer is being Uninstalled", -1, -1, -1, -1, 4, "Arial Bold", 18) AutoItSetOption("WinTitleMatchMode", 2) Run("C:\Program Files\Common Files\Real\Update\rnuninst.exe RealNetworks|RealPlayer|6.0") WinWaitActive("RealPlayer") Send("{Enter}") WinWaitActive("RealPlayer", "successfully") Send("{Enter}") SplashOff()
jgus Posted October 13, 2004 Author Posted October 13, 2004 That sound's logical. I'm sure that's the problem.....I knew it had to be something simple. I guess I was just thinking the splash screen was looked at differently. Thanks a bunch
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