passbolt / passbolt-windows

Windows desktop application for Passbolt, the open source password manager for teams!
https://passbolt.com
49 stars 5 forks source link

Cannot install on Windows Server (RDS FARM) #10

Open erwanclx opened 3 months ago

erwanclx commented 3 months ago

Hello, I have an RDS Farm on which I want to install PassBolt for users, howerver i am unable to install it Add-AppxPackage due to infrastructure error (0x80073CF3). Is there any possibility to deploy it ? If not, do you have an idea of a way to provide it on sessions ?

scadra commented 2 months ago

Hey @erwanclx,

We know that some user as some difficulties by using RDS Farm with the passbolt app. Did you try to install the msixbundle provided from the github or you are using sideloading ?

In case of sideloading, there is a tutorial here which explain how to deploy it using windows server.

Another solution, if you are allow can be to use the winget cli created by windows to install the app.

In any case 0x80073CF3 looks say :

It may be caused by the package already being installed on the target system, a package dependency not being found, or the package does not support the correct processor architecture.

Can you confirm :

scadra commented 2 months ago

A ticket PB-35226 has been created to track this topic