Announcement

Collapse
No announcement yet.

Installation fail on remote profile

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Installation fail on remote profile

    The installation of the cloud app client fail on a Windows 10 remote profile environment. We think, there is no double backslash on the beginning of the installation path.


  • #2
    Hi simon_schmidig,

    Thank you for the report. We've logged it for fixing and will follow up with you soon.

    Best regards,
    Vladie
    Vladimir Dragoev

    Product Specialist

    Chaos Cloud

    Comment


    • #3
      The installer is copying the required files to the %APPDATA% folder and it does not currently support UNC paths, as in your case. The only workaround for the moment is to manually distribute the following two files - the executable ccloud.exe (located in %APPDATA%\Cloud\Client\) and a vcloud.json file which points to it (located in %APPDATA%\vcloud\client\).

      An example vcloud.json looks like this:

      {
      "executable": "C:\\Users\\Ivaylo\\AppData\\Roaming\\Chaos Group\\Cloud\\Client\\ccloud.exe",
      "webProxy": "",
      "webProxyUser": "",
      "webProxyPass": ""
      }

      You have to redact the executable path to wherever it will be located on your system.

      You can get these files by installing the Cloud Client app on a non-remote profile or we can send them to you directly, if you prefer.
      Ivaylo Marinov

      QA Engineer Chaos Cloud

      Chaos Group

      Comment

      Working...
      X