Skip to Main Content
Patch My PC Feature and Application Request

A community where customers and the community can provide feedback to make a better product for everyone! For more details on how we prioritize request, please see:

1 VOTE
Status SUBMITTED
Categories Application Request
Created by Guest
Created on Mar 6, 2024

Kiteworks application

PowerShell Script to install the app:


Start-Transcript C:\Windows\Temp\InstallKiteworks.log

Write-Host "Starting registry import."

# Importing registry file

Start-Process reg.exe -ArgumentList "import outlook_zero_install.reg /reg:64" -Wait -PassThru -Verbose

Write-Host "Registry import successful."

Write-Host "Starting Kiteworks Plugin Install."

# Installing Kiteworks Plugin

Start-Process msiexec.exe -ArgumentList "/i plugin_outlook_2.14.2401.3601.msi /qn" -Wait -PassThru -Verbose

Write-Host "Kiteworks Plugin Install successful."

Stop-Transcript


Registry File to import:


Windows Registry Editor Version 5.00


[HKEY_LOCAL_MACHINE\SOFTWARE\Accellion\AccellionOutlook]

"AccellionActivation"=dword:00000000

"AccellionUsername"=""

"AccellionHostname"="kiteworks.example.com.au"

"AccellionDebugLevel"=dword:00000001

"AccellionForcedStop"=dword:00000000

"AccellionAutoReadMode"=dword:00000001

"AccellionMultiAccount"=dword:00000001

Which Product is this Request for (New Application Request Only) Patch My PC
  • Attach files