Installation - Exception: Illegal characters in path

During initial installation of Identity Manager 9.2 we received following excpetion:

Installation failed!
Copying File Failed for package: 85677cfb-1c9d-4a1b-8dbc-2e9a902fca28 file: content\jobserver.html5.zip destination: C:\Program Files\One Identity\One Identity Manager
Illegal characters in path.

We are trying to install an administrative workstation with the machine role: Workstation and Server  (Only 'Configuration tool'). It works when we uncheck the "Job server" option.

Has anyone encountered similar issue?

Extended exception:
at InstallManager.Pages.PageProgress.RunInstallationAsync()
    at InstallManager.Msi.Installer.RunActions()
Copying File Failed for package: 85677cfb-1c9d-4a1b-8dbc-2e9a902fca28 file: content\jobserver.html5.zip destination: C:\Program Files\One Identity\One Identity Manager
    at InstallManager.Msi.Installer.RunActions()
    at InstallManager.Msi.Installation.CopyInstaller.RunAction()
    at InstallManager.Msi.Installation.CopyInstaller._InstallPackages(FileSystemInfo targetDir, IReadOnlyList`1 installPackages, Boolean isUpdate)
Illegal characters in path.
    at InstallManager.Msi.Installation.CopyInstaller._InstallPackages(FileSystemInfo targetDir, IReadOnlyList`1 installPackages, Boolean isUpdate)
    at InstallManager.Msi.ZipFileExt.ExtractToDirectory(String sourceArchiveFileName, String destinationDirectoryName, Boolean overwriteFiles)
    at InstallManager.Msi.ZipFileExt.ExtractToDirectory(ZipArchive source, String destinationDirectoryName, Boolean overwriteFiles)
    at InstallManager.Msi.ZipFileExt.ExtractRelativeToDirectory(ZipArchiveEntry source, String destinationDirectoryName, Boolean overwrite)
    at System.IO.Compression.ZipFileExtensions.ExtractToFile(ZipArchiveEntry source, String destinationFileName, Boolean overwrite)
    at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
    at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
    at System.Security.Permissions.FileIOPermission.EmulateFileIOPermissionChecks(String fullPath)