GN Audio Jabra Direct 3.12.1955.0
Author: Roland Verheijden
Date: November 1, 2023

Repackaging tips and silent install information for GN Audio Jabra Direct 3.12.1955.0. This App Tip provides comprehensive details for conducting a silent installation of Jabra Direct. It includes additional insights, such as user environment specifics, extra installation parameters, and repackaging tips.

About

Jabra Direct allows for remote call control of softphones. This means if you're using Microsoft Skype, Cisco Jabber, Avaya, or other supported platforms, you can control calls directly from your headset's buttons. So, you control how you work, and how you use your headset.

General Information

Vendor Information

GN Audio

Application Name

Jabra Direct

Application Version

3.12.1955.0

Download Link

https://www.jabra.com/_/media/Files/Legacy-Software/JabraDirect_3,-d-,12_Windows/3,-d-,12,-d-,1955,-d-,0/JabraDirect3,-d-,12Setup.zip

License Needed

No

Vendor Install

Installation Type

Setup.exe

Architecture

x86/x64

Description

Application Configuration/Settings

Registry

File

AD/GPO

AAD/GPO

User Environment Data

Registry

HKCU\Software\Jabra

File

%APPDATA%\Jabra\Direct;%APPDATA%\Jabra\BroadSoft\logs

Other

Infrastructure Dependencies

Description

ODBC

Connection Name

Driver

Parameters

Setup.exe parameters

MSI Public Properties

Installation Commands

Silent Install Command

JabraDirect3.12Setup.exe /install /quiet /norestart

Silent Uninstall Command

JabraDirect3.12Setup.exe /uninstall /quiet /norestart

Repackaging Score

MSI

Unknown

MSIX

Unknown

App-V

Unknown

ThinApp

Unknown

Citrix App Layer

Unknown

VMWare App Volumes

Unknown

Other

Full Functional
Silent Install

Repackaging Tips

Create a powershell script:JabraDirect-DisableUpdateNotifications.ps1
Stop-Process -ProcessName jabra-direct -force -ErrorAction SilentlyContinue

Write-Output "- Configure Jabra Direct"
$json = "$([Environment]::GetFolderPath("ApplicationData"))\Jabra Direct\config.json"
If (Test-path("$json")) {
Write-Output "-- Found the Config File, applying changes"
$a = Get-Content "$json" -Raw | ConvertFrom-Json

$a.DirectShowNotification.value = $false
$a.DirectShowNotification.locked = $false # Application overrides this value to False

$a | ConvertTo-Json -Depth 3 | Format-Json | Set-Content "$json" -Encoding UTF8
((Get-Content "$json") -join "`n") + "`n" | Set-Content -NoNewline "$json"

Run the script in the user environment.

Comments

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

Free Download

Recent App Tips

Upcoming Events

september 2024

16sepAll Day19Workplace Ninja Summit 2024

october 2024

11oct8:00 am7:00 pmAppManagEvent 2024

Upcoming Courses

november 2023

13nov(nov 13)9:00 am17(nov 17)4:30 pmEMEA: Learning MSI Projects with InstallShield 2023

27nov01decUSA: Advanced AdminStudio and Repackaging Workshop

december 2023

04dec(dec 4)9:00 am08(dec 8)4:30 pmAustralia: Application Packaging with AdminStudio 2023

04dec(dec 4)10:00 am08(dec 8)5:30 pmUSA: Learning MSI Projects with InstallShield 2023

11dec(dec 11)9:00 am15(dec 15)4:30 pmEMEA: Application Packaging with AdminStudio 2023