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
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
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
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
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
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
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
Okay let’s try
Thanks
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
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