Page 1 of 1

Action Click is not working on setup msi

Posted: Wed Aug 28, 2013 1:39 pm
by yoad
Hello Ranorex,
I created "Ranorex Usercode Module" in vb.net
if I just running "Usercode module" that I created,it is working and I ran it in button click "play"
I add small code for usercode module that I created-

Code: Select all

           Dim buttonYes As Button
           buttonYes = "/form[@title='Windows Installer']/button[@text~'&Yes$']"
             buttonYes.Click()
but if i running it in right click "Run Project" it is stuck forever why?

I added picture

Re: Action Click is not working on setup msi

Posted: Fri Aug 30, 2013 12:45 pm
by Support Team
Hi,

Do you start the installer from your Ranorex test executable?

If not, could it be that you use an incorrect RxPath?
Please check if it works when you use the following RxPath: "/form[@title='Windows Installer']/button[@text~'Yes']".

Regards,
Markus

Re: Action Click is not working on setup msi

Posted: Mon Sep 02, 2013 8:28 am
by yoad
Hello Markus,
I start with install but I want to uninstall application

regards,
Yoad

Re: Action Click is not working on setup msi

Posted: Tue Sep 03, 2013 2:08 pm
by Support Team
Hello,

In order to analyze the issue in detail may I ask you to send your Ranorex solution to [email protected]?

Thanks,
Markus