How to download and install another app using uipath

I want to download app from a site and install that app.
please help…

Use the click activities to download your app to your downloads folder.

Then run that exe file from the command line using powershell. Just add the full path to the file.

CommandLine.zip (1.8 KB)