Hi all,
I’m posting this here because I didn’t find any resources on this and the solution wasn’t really intuitive to me:
If you have the requirement to install Orchestrator in a non-default directory, you just have to start the .msi via CLI like this:
.\UiPathOrchestrator.msi ORCHESTRATORFOLDER=PathToYourDesiredInstallDirectory
This way, the directory your’re giving is used, while you can still install the common stuff with the support of the GUI installer.
Hope this helps someone.