Skip to content
Christian Prior-Mamulyan edited this page Dec 5, 2024 · 2 revisions

How to use Chocolatey to install UiPath Studio Community

About Chocolatey

Chocolatey is a package manager for Windows that enables you to quickly and easily install, update, and manage software packages from the command line or via a GUI. It automates the process of software installation and configuration, making it a convenient tool for developers, sysadmins, and power users.

UiPathStudioCommunity 24.10.6

Installation of Chocolatey

If you haven't already installed Chocolatey, you can do so by following the instructions on the Chocolatey website.

Installation of UiPathStudioCommunity 24.10.6

To install UiPathStudioCommunity 24.10.6 using Chocolatey, follow these steps:

  1. Open Command Prompt as Administrator: Right-click on the Command Prompt icon and select "Run as administrator" to open an elevated command prompt.

  2. Run the Chocolatey Installation Command: Copy and paste the following command into the command prompt and press Enter:

    • For the test source:

      choco install uipathstudiocommunity --version 24.10.6 --source https://www.myget.org/F/project-basturma-chocolatey-beta/api/v2
    • For the prod source:

      choco install uipathstudiocommunity --version 24.10.6 --source https://www.myget.org/F/project-basturma-chocolatey-packages/api/v2

    This command will instruct Chocolatey to download and install UiPathStudioCommunity version 24.10.6.

  3. Follow the Installation Wizard: Once the installation command has completed, follow any on-screen prompts to complete the installation process.

Uninstallation

To uninstall UiPathStudioCommunity 24.10.6 using Chocolatey, run the following command in an elevated command prompt:

choco uninstall uipathstudiocommunity --version 24.10.6

Follow any on-screen prompts to complete the uninstallation process.

Legal Information

  • Ownership: UiPathStudioCommunity is a product developed and owned by UiPath Inc.

  • Licensing: The use of UiPathStudioCommunity is subject to the terms and conditions of the UiPath End User License Agreement (EULA).

  • Disclaimer: This Chocolatey package is provided as-is without any warranties, express or implied. The maintainers of this package are not affiliated with UiPath Inc., and any issues or concerns related to the usage of UiPathStudioCommunity should be directed to UiPath's official support channels.

Reporting Issues

If you encounter any issues or have suggestions for improvement, please open an issue on the GitHub repository. I welcome your feedback and will do our best to address any problems promptly.

Additional Information

For more information about UiPathStudioCommunity or for troubleshooting tips, please refer to the official UiPath documentation.