Jump to content

SplashTextOn causes install to hang


jgus
 Share

Recommended Posts

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()

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...