Hi Glenn,

Thanks for the reply and helpful advice. I am having a couple additional problems though. Using the Debug feature in Kixtarter I ran the script normally. It launches the uninstall wizard and sets the focus, but then I get an error. I believe I'm doing something wrong in the SendKeys coding. As a test I wrote a quick script tht would launch notepad and send some keystrokes to see if they type out, but that didn't work either. The error reads as follows:

ERROR: undefined variable []!
Script C:\DAToolKit\Limewire Removal.kix
Line : 15

My SendKeys coding looks like this:

$=SendKeys(N)
$=SendKeys(U)
$=SendKeys(F)

I've also tried some variations with ENTER, and not capitalizing the key I send. I'm stumped, any thoughts? Thanks!

Erik