Hi all,
First of all, let me just say I am surprised and disappointed that Mitel have not provided an MSI package for Contact Center v8.0 client. This is not some freebie tool from but an enterprise software.
On top of this, we are having all sorts of problems with the client.
We can assume the install can be achieved using below command as an example:
setup.exe /silent /enterpriseip="<server ip>" /features=Ignite,ContactCenterClient,FlexibleReporting,ContactCenterSoftphone,MivoiceBorderGatewayConnector,SalesforceConnector /workflow="Client Component Pack.deploy"Install failed on following exception:
'Error caught in task: Deploying Visual C++ 2010 SP1 Redistributable' exception.
he install of vcredist2010 was NOT successful. B4F99488F53C2B676610DFE9868984C779536891A8D8F73EE
214BC4B' for checksum type. Error while running 'c:\programdata\chocolatey\lib\vcredist2010\tools\chocolateyInstall.ps1'. See log for details. e 'md5'.
Only way to fix individual install to continue is to run following powershell commands before re-attempting setup while it is running:
- cup chocolatey --force
choco feature enable -n allowemptychecksums
On top of this, we also have two Windows 7 machines where even after "Successful" install of CC client, Setup installs only shortcuts in Start Menu do not point to any executables and if I run Setup again, it says it is not installed and I try the same process on these two machines and again, only shortcuts are installed.
So, my questions are:
1. Does Mitel provide an MSI package for contact center version 8? (It did for previous versions).
2. If not, does anyone have a workaround or instruction how to be able to silently install Contact Center client without all these problems?