Not sure if this is the right sub to post this, but I'll try anyway. I'm currently working on deploying the RAS Client for Desktop, and I'm struggling to find a way to install the app with zero user interaction. Ideally, I'd like to skip the configuration step, so the client is already pre-configured with our server information after installation. The only thing the user should have to do is log in. I tried editing the MSI with Orca to preset the server address, but the modified MSI throws errors. There's also a client .exe installer, but I couldn't find any documentation on silent install parameters for it. Does anyone know the best or most convenient way to deploy this silently and with pre-configured settings? Best regards.
Hi AntonioL6, thank you for reaching out. You can automate installation in various methods (Intune/GPOs/Scripts/MDMs/etc..). As an example for silent install please review https://kb.parallels.com/123750/ Configuration can be exported from an already configured client (.2xc) and then imported on other devices as needed. Note1: Also note that when using the User Portal, you can also launch the published resource using the native client without having the client configured. This is another method but applicable based on your use case. Note2: If interested in auto deployment and configuration on non-windows devices, example macOS we can also see https://github.com/Parallels/RAS-Po...ackage creator for Parallels Client for MacOS