Conrad Sallian's community posts


[Resolved] New version (windows)

Hello D L,

We are going to release an update within October.

Let me know if you have any other questions.

[Resolved] Paid twice but no license still?

Hello,

Thank you for your message.

Our Sales have just replied to you with the details.

Thanks!

[Resolved] can't seem to file transfer with remote utilities

Hi Robert,

Thank you for your message.

Yes, File Transfer isn't available in the version for Mac/Linux yet, but it will be added soon.

[Resolved] unattended first-time remote install of host (ie from cmd line batch)

Hello John,

There are the msiexec installation parameters, not Remote Utilities. I.e. any msi file can be installed using those, not just Remote Utilities.


Does /qn imply /quiet?

Yes, it should. You can find more information in the msiexec documentation by the link above. Perhaps, some parameters might be more suitable for your specific scenario.

Thanks.

Beta testing: Remote Utilities for macOS/Linux

We have released beta 22 for Linux (Viewer/Host) and macOS (Viewer). Fixed some stability issues, namely program occasionally crashed.

Thanks.

Latest beta of the Mac app crashes randomly

Hi Joe,

Please check macOS Viewer beta 22, downloadable from this page:

https://www.remoteutilities.com/download/mac.php

The crash has been fixed in our tests. We appreciate your feedback.

Thanks.

[Resolved] unattended first-time remote install of host (ie from cmd line batch)

Hello John,

Thank you for your message.

I believe it's the B machine that is headless. In this case you could:

1. Build an MSI Host installer using the MSI Configurator. You can pre-configure the Host with your settings (e.g., Internet-ID, password, etc.) during this step.

2. Push-install it using standard MSI installation parameters. For example, from Computer A you can use a command like this (via PsExec or similar):

msiexec /i path\to\host.msi /qn
About MSI parameters.

If your pre-configured MSI was built with embedded settings, this method will install the Host on Computer B without requiring GUI access or interaction.

Hope that hepls.

Latest beta of the Mac app crashes randomly

Hello Joe,

Thank you for your message. Yes, we managed to reproduce the bug and already working on fixing it. Sorry for the inconvenience.

We'll notify you once we release a fix/update.

Beta testing: Remote Utilities for macOS/Linux

Benny Tucker wrote:

Hello Benny,

Thank you for the feedback.

1. No, Viewer doesn't have to be a Linux version. You can connected between OSes in various combinations. Namely, you can connect from Windows Viewer to Linux Host.

2. Unfortunately, Wayland has some built-in limitations as to letting remote access control. However, we will explore this topic closer and there's a chance that we will add Wayland support in the future.

Thanks.

Beta testing: Remote Utilities for macOS/Linux

Jim Tracey wrote:

Going through some testing I've found that if the remote Linux machine is restarted or logged out it cannot be logged into remotely. RU connects, but the screen is blank and must be logged in locally before it can be accessed remotely.  I wonder if it's related to Wayland, but that's a guess.

Hello Jim,

Thanks for the feedback. Have you enabled x11 on the Linux machine?