The file I am using is the UiPathStudio.msi the string I am using is msiexec /i UiPathStudio ADDLOCAL=DesktopFeature,Studio,Robot,Packages,JavaBridge,ChromeExtension,FirefoxExtension,EdgeExtension,ExcelAddin ENABLE_PIP=1 /Q
I have tried removing the Q and running it just to try and see but nothing I see some WIndows installer backround proccesses going on but it should be front facing. I have completed this installation 4 times prior and just now is it acting wierdly. I thought maybe I was using the wrong installation .msi but it seems fine to me. even when I just click the installation package its failing after showing the preparing wondows installation pop up for a few seconds. I am using the UiPathStudio.msi 24.10.1 file. this is Windows 11
It seems that you have trouble getting an answer to your question in the first 24 hours.
Let us give you a few hints and helpful links.
First, make sure you browsed through our Forum FAQ Beginner’s Guide. It will teach you what should be included in your topic.
You can check out some of our resources directly, see below:
Always search first. It is the best way to quickly find your answer. Check out the icon for that.
Clicking the options button will let you set more specific topic search filters, i.e. only the ones with a solution.
Topic that contains most common solutions with example project files can be found here.
Read our official documentation where you can find a lot of information and instructions about each of our products:
Hopefully this will let you easily find the solution/information you need. Once you have it, we would be happy if you could share your findings here and mark it as a solution. This will help other users find it in the future.
Thank you for helping us build our UiPath Community!
Hi Marian Thanks for the Response. So the Purpose of this installation is for a certification process so it cant really exclude these functions for the initial installation. I tried attaching the log file I generated with your installation string hopefully that works. I have used administrative mode I have even tried double clicking the MSI and it fails. I have not used the newest version but I have tried many different versions that I had previously worked even but are not working in this specific environment. I have restarted the machine no change.
You didn’t try to follow my instructions.
You tried to run 24.10.1 installer, and you didn’t run the command that I provided.
Please take a look again and the above steps and provide the new log file.
Note:
You are getting a general 1603 error, but that is not providing any extra details except another general errors such as
SFXCA: RUNDLL32 returned error code: -1073741819
MSI (s) (48:78) [09:12:49:018]: Closing MSIHANDLE (22) of type 790542 for thread 16944
CustomAction DetectRelatedProducts returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
...
MSI (s) (48:30) [09:12:49:036]: Product: UiPath Studio -- Installation failed.
MSI (s) (48:30) [09:12:49:036]: Windows Installer installed the product. Product Name: UiPath Studio. Product Version: 24.10.1.0. Product Language: 1033. Manufacturer: UiPath. Installation success or error status: 1603.
It may be that an internal security software is blocking the UiPath installs. Try to reach internally your security team to check and make some security rule changes to unblock you.
Usually, the SFXCA: RUNDLL32 returned error code: -1073741819 has Exception code: 0xc0000005 - Access Violation → That means the customer security software is blocking the UiPath Studio installations.
I need this Version to work Marian, I replicated what you ran as close as it can with the environment I have. This is a test environment I cant connect to my Tenant in the cloud because this environment is isolated from our network so your connection string for the orcestrator and tenant will not work. I can get the new version but the rest is all it can be.
I also noticed this error recently if that is any help. potentially .net issue? I have also included the log file attempting with the newest veresion
Based on the logs, nothing changed, and you still have the same issues.
The rundllS2.exe process stopped because of an internal error within the .NET Runtime Framework. The error code 80131506 is generally associated with a critical failure that the runtime cannot recover from. It usually means there is a bug in the application (a bug cannot be possible as it was installed so far by numerous users), or the environment it is running in, that it cannot handle.
Here’s what you can do to troubleshoot:
Try to run the application with admin privileges, it might solve the problem if it’s related to the lack of permissions.
Perform a Check system for updates → install the new updates → Restart the system → Retry the Studio installation
If you still get the same results after checking the generated log and after reviewing the Event Viewer → Application, System and Security logs → feel confident that you need to reach your internal security team for further help.
Thanks Marian I will give that a Try. I thought it was likely a security issue but to get the Security team to actually look into it I tend to need to exhaust every option for them to not just brush it off as user error.
I have tried updating the .net version with no difference. When my security team looks into it I will provide an update to resolve the forum post.
Just an update, there was a mcafee update that we were unaware of that caused the problem, I actually didnt see exactly what the solution was but I imagine they looked at what was being blocked and white listed it, thanks for the Help Marian.