forked from asjimene/CMPackager
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e721c3b
commit dec3906
Showing
2 changed files
with
66 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.