Forum Discussion
irina_lukina
14 years agoSuper Contributor
Hi,
If you know the full name of the object that corresponds to the uninstallation program's main window, you can try using something like that:
var UninstallWindow = <Uninstallation_Program_Main_Window>
while (UninstallWindow.Exists)
{
Delay (100);
}
Does this help?
Related Content
- 6 months ago
- 4 years ago
Recent Discussions
- 22 hours ago