How to run bot on different machine

Hello,

I have to run the bot on different machine that is window 7
Code I’ll develope on my machine how it will work

@suraj_gaikwad For that you need to configure your machines to Orchestrator.
After configuration of machines as a Different Robots and add in Environment.
Publish your code

@suraj_gaikwad

Windows 7 is not supported by new versions of UiPath.versions older to 2021.4 only work on them…if you are any enterprise user then can try installing the older version and use on it

Current versions support from windows 8 only

Cheers

Hi @suraj_gaikwad,

The machine you built and you want to run it on are both Windows 7, if not make sure all your directory folders and installation paths are aligned accordingly.

Also, what version of UiPath are you using?
Also, be cautious of behavioral changes in application due to a different windows platform.

Thanks.

Actually I have to develop the code on my machine and I have to connect by using on remote where that application is installed so basically

I have to take first on remote machine den it will run

@Anil_G @raja.arslankhan @prateek.mehandiratta9

@suraj_gaikwad

Event remote runtime extension would not work on windows 7 as it requires the same hardware and software requirements as studio apart from citrix machine

cheers

Means it will not work on window 7?

First i ll take on remote

@suraj_gaikwad

Remote runtime also ideally will not work on windows 7…as its rdp you can try with image automation or use cv activities without runtime installation as your main machine is not windows 7

cheers

Yes main machine is not window 7
What should I have to do exactly

@Anil_G

@suraj_gaikwad

On main machine notmally develop the bot …but you cannot use any normal activities on the rdp…as remote runtime is not present you need to go with key strokes,image activities and cv activities

Cheers

@Anil_G
So can share some code so it will help for me

@suraj_gaikwad

What kind of code you want me to share?

Ideally we can suggest activities which will help in development in this scenario as you dont have any selectors that you can get…whicha re image and cv again

Cheers

1 Like

Okay let’s try

Thanks

1 Like

@raja.arslankhan
@Anil_G @prateek.mehandiratta9

I have to open the application from remote machine
I have till remote desktop

After the remote I have to open application on remote desktop

@Anil_G @Yoichi @raja.arslankhan

@suraj_gaikwad Did you try CV activities (Computer Vision)

@suraj_gaikwad

If it is on desktop try with image

Else try using send hot key to open run and then send keys for the application exe

Cheers

I’m trying with cv activity computer vision only but there no option to use application/open application is not working inside the cv

@Anil_G @raja.arslankhan

How can I use send hot keys or image to open application on remote desktop

@Anil_G

@suraj_gaikwad

For CV you have to use CV scope and not use application scope

cheers