activities
latest
false
UiPath logo, featuring letters U and I in white

UI Automation activities

Last updated Mar 13, 2026

InstallApp

Installs a specified app on a mobile device connected via Connection.

Definition

Namespace: UiPath.MobileAutomation.API.Models

Assembly: UiPath.MobileAutomation.API (in UiPath.MobileAutomation.API.dll)

InstallApp(string, MobileOptions.InstallAppOptions)

InstallApp(
	    string appPath,
	    MobileOptions. InstallAppOptions options = null
)
InstallApp(
	    string appPath,
	    MobileOptions. InstallAppOptions options = null
)

appPath String : The path to the app you want to install on the specified device.

options MobileOptions.InstallAppOptions : Specifies the MobileOptions.InstallAppOptions for the InstallApp action. Default value is null.

Return value

Returns True if the application has been installed successfully.

  • Definition
  • InstallApp(string, MobileOptions.InstallAppOptions)
  • Return value

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated