Skip to content

Commit

Permalink
Add a recipe for Cisco Jabber
Browse files Browse the repository at this point in the history
  • Loading branch information
theaquamarine committed Sep 4, 2020
1 parent e721c3b commit dec3906
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 0 deletions.
66 changes: 66 additions & 0 deletions Disabled/Jabber.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
<ApplicationDef>
<Application>
<!-- Customise the install program for your environment -->
<!-- https://www.cisco.com/c/en/us/td/docs/voice_ip_comm/jabber/12_9/cjab_b_deploy-jabber-on-premises-129/cjab_b_deploy-jabber-on-premises-129_chapter_010000.html#JABW_RF_CF4EAB44_00 -->
<Name>Cisco Jabber</Name>
<Description>Cisco Jabber for Windows brings presence, instant messaging, VoIP, and audio, video, and web conferencing to your PC.</Description>
<Publisher>Cisco Systems Inc.</Publisher>
<AutoInstall>True</AutoInstall>
<UserDocumentation>https://www.cisco.com/c/en/us/products/unified-communications/jabber/index.html</UserDocumentation>
<Icon>Jabber.png</Icon>
</Application>
<Downloads>
<Download DeploymentType="DeploymentType1">
<URL>https://binaries.webex.com/static-content-pipeline/jabber-upgrade/production/jabberdesktop/apps/windows/public/latest/CiscoJabberSetup.msi</URL>
<DownloadFileName>CiscoJabberSetup.msi</DownloadFileName>
<DownloadVersionCheck>[String]$Version = ([String](Get-MSIInfo -Path $DownloadFile -Property ProductVersion)).TrimStart().TrimEnd()</DownloadVersionCheck>
<Version></Version>
<FullVersion></FullVersion>
<ExtraCopyFunctions></ExtraCopyFunctions>
</Download>
</Downloads>
<DeploymentTypes>
<DeploymentType Name="DeploymentType1">
<DeploymentTypeName>Cisco Jabber Install</DeploymentTypeName>
<InstallationType>MSI</InstallationType>
<Comments>Customise the install program for your environment https://www.cisco.com/c/en/us/td/docs/voice_ip_comm/jabber/12_9/cjab_b_deploy-jabber-on-premises-129/cjab_b_deploy-jabber-on-premises-129_chapter_010000.html#JABW_RF_CF4EAB44_00</Comments>
<Language>English</Language>
<CacheContent>False</CacheContent>
<BranchCache>True</BranchCache>
<ContentFallback>True</ContentFallback>
<OnSlowNetwork>Download</OnSlowNetwork>
<InstallationMSI>CiscoJabberSetup.msi</InstallationMSI>
<!-- https://www.cisco.com/c/en/us/td/docs/voice_ip_comm/jabber/12_9/cjab_b_deploy-jabber-on-premises-129/cjab_b_deploy-jabber-on-premises-129_chapter_010000.html#JABW_RF_CF4EAB44_00 -->
<InstallProgram>msiexec.exe /i CiscoJabberSetup.msi /qn /norestart /l*v install.log</InstallProgram>
<UninstallCmd>msiexec.exe /x CiscoJabberSetup.msi /q /qn /norestart /l*v uninstall.log</UninstallCmd>
<Force32bit>False</Force32bit>
<InstallationBehaviorType>InstallForSystem</InstallationBehaviorType>
<LogonReqType>WhetherOrNotUserLoggedOn</LogonReqType>
<UserInteractionMode>Hidden</UserInteractionMode>
<ReqUserInteraction>False</ReqUserInteraction>
<EstRuntimeMins>15</EstRuntimeMins>
<MaxRuntimeMins>30</MaxRuntimeMins>
<RebootBehavior>BasedOnExitCode</RebootBehavior>
<!-- <DetectionMethodType>MSI</DetectionMethodType> -->
<DetectionMethodType>Custom</DetectionMethodType>
<CustomDetectionMethods>
<DetectionClause>
<DetectionClauseType>File</DetectionClauseType>
<Name>CiscoJabber.exe</Name>
<Path>%ProgramFiles%\Cisco Systems\Cisco Jabber</Path>
<PropertyType>Version</PropertyType>
<ExpectedValue>$Version</ExpectedValue>
<ExpressionOperator>GreaterEquals</ExpressionOperator>
<Value>True</Value>
<Is64Bit>False</Is64Bit>
</DetectionClause>
</CustomDetectionMethods>
</DeploymentType>
</DeploymentTypes>
<Distribution>
<DistributeContent>True</DistributeContent>
</Distribution>
<Deployment>
<DeploySoftware>True</DeploySoftware>
</Deployment>
</ApplicationDef>
Binary file added ExtraFiles/icons/Jabber.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dec3906

Please sign in to comment.