Install/Upgrade: Adobe Connect 9+ Meeting Add-In v11.9.972.8 - Windows - per user install
Log In or Register to download the BES file, and more.

0 Votes

Versioning - This is the latest version.

1Install/Upgrade: Adobe Connect 9.1 Meeting Add-In - Windows - per user install9/26/2013 2:12:52 PM
2Install/Upgrade: Adobe Connect 9+ Meeting Add-In v11.9.972.8 - Windows - per user install12/19/2014 9:47:18 AM

Description

About Adobe Connect Meeting Add-In

The Adobe Connect Meeting Add-In is required to share your screen in an Adobe Connect meeting.

Licensing

The Adobe Connect Meeting Add-In is freeware.

About This Task

This task will install/upgrade: Adobe Connect 9.1 Add-In version 11.9.972.8

This task should be deployed as an open action so that it can have a chance to affect all users of a system, which will require multiple runs.

This task is applicable on: Windows XP, Windows XP x64, Windows Vista, Windows Vista x64, Windows 7, Windows 7 x64, Windows 8 and Windows 8 x64.

Action Description

  • Action1: Install/upgrade.

This action installs Adobe Connect Meeting Add-In.

  • Action2: Install/upgrade only if the Adobe Connect Add-In is not running.

This action only installs Adobe Connect Meeting Add-In if it is not running; if it is running, the action may report back as failed. To ensure that the update is eventually applied, you may to deploy this action as a policy and and retry the installation if it fails.

 

Additional Notes

Adobe Flash Player must be installed on the client machines.

Adobe Connect 9 Meeting Add-ins are not backwards compatible with prior versions of Adobe Connect; however, the Adobe Connect 9 Add-In can co-exist with previous Add-In versions.

 

References

http://www.adobe.com/products/adobeconnect/tech-specs.html

http://blogs.adobe.com/connectsupport/installing-add-in-for-all-user-profiles/

http://helpx.adobe.com/adobe-connect/kb/latest-connect-91-addin.html

http://www.adobe.com/support/documentation/en/connect/9_1/pdfs/Adobe_Connect_9_1_Release_notes-eng-En.pdf

http://www.adobe.com/support/connect/downloads-updates.html

http://social.technet.microsoft.com/Forums/systemcenter/en-US/9a0df5e6-c46d-424c-98b7-e544eb60e613/adobe-connect-plugin


Property Details

ID3933
StatusBeta - Preliminary testing ready for more
TitleInstall/Upgrade: Adobe Connect 9+ Meeting Add-In v11.9.972.8 - Windows - per user install
DomainBESC
CategorySoftware Sharing
Download Size4187201
SourceInternal
Source IDjgs194
Source Release Date12/11/2014 12:00:00 AM
Added by on 12/19/2014 9:47:18 AM
Last Modified by on 12/19/2014 9:47:18 AM
Counters 16298 Views / 60 Downloads
User Rating 1 star 2 star 3 star 4 star 5 star * Average over 1 rating. ** Log In or Register to add your rating.

Relevance

Windows Only (Relevance 2997197)
Used in 6452 fixlets and 32 analyses   * Results in a true/false
Show indented relevance
/* Windows Only */ windows of operating system
Used in 158 fixlets and 17 analyses   * Results in a true/false
Show indented relevance
/* Windows XP or Higher */ version of operating system >= "5.1"
Used in 1 fixlet   * Results in a true/false
Show indented relevance
/* check if exactly 1 user is logged in */ (exists current user) AND (1 = number of logged on users)
Used in 1 fixlet   * Results in a true/false
Show indented relevance
/* check that this version of the add-in is not already installed */ not exists (files "adobeconnectaddin.exe" whose(version of it >= "11.9.972.8") of folders "AppData\Roaming\Macromedia\Flash Player\www.macromedia.com\bin\adobeconnectaddin" of folders (name of current user) of folders "C:\Users")

Actions

Action 1 (default)

Action Link Click here to Install/upgrade only if the Adobe Connect Add-In is not running.
Script Type BigFix Action Script
continue if {not exists running application whose (name of it as lowercase = "adobeconnectaddin.exe")}

// http://www.adobe.com/support/connect/downloads-updates.html
// http://download.adobe.com/pub/connect/updaters/meeting/9_0/ac_addin_win_385.zip
// https://www.virustotal.com/en/file/72ce9246e033afbb7390047e065d4f7be6eadf37c3324ea025510c5d3a3a6c5f/analysis/


// Download UnZip utility
prefetch unzip.exe sha1:e1652b058195db3f5f754b7ab430652ae04a50b8 size:167936 http://software.bigfix.com/download/redist/unzip-5.52.exe
utility __Download\unzip.exe

// Download the Adobe Connect Add-In
prefetch ac_addin_win.zip sha1:97ebdb0c18dbfebbee79fcd749d2f93c7564ba51 size:4187201 http://download.adobe.com/pub/connect/updaters/meeting/9_0/ac_addin_win_972.zip

// Record the current user name, so that it does not change during execution
parameter "CurrentUserName" = "{name of current user}"

// extract the setup.exe from the .zip download from adobe
waithidden __Download\unzip.exe -o "{pathname of client folder of current site}\__Download\ac_addin_win.zip" -d "{pathname of client folder of current site}\__Download"

// only continue if there is exactly 1 user logged on, and it is the same user recorded in the begining.
continue if {(exists current user) AND (1 = number of logged on users) AND (parameter "CurrentUserName" = name of current user)}

// do the install of the add-in
wait __Download\setup.exe /VERYSILENT /DIR="C:\Users\{parameter "CurrentUserName"}\AppData\Roaming\Macromedia\Flash Player\www.macromedia.com\bin\adobeconnectaddin"
Success Criteria

This action will be considered successful when the applicability relevance evaluates to false.

Action 2

Action Link Click here to Install/upgrade.
Script Type BigFix Action Script
// http://www.adobe.com/support/connect/downloads-updates.html
// http://download.adobe.com/pub/connect/updaters/meeting/9_0/ac_addin_win_385.zip
// https://www.virustotal.com/en/file/72ce9246e033afbb7390047e065d4f7be6eadf37c3324ea025510c5d3a3a6c5f/analysis/


// Download UnZip utility
prefetch unzip.exe sha1:e1652b058195db3f5f754b7ab430652ae04a50b8 size:167936 http://software.bigfix.com/download/redist/unzip-5.52.exe
utility __Download\unzip.exe

// Download the Adobe Connect Add-In
prefetch ac_addin_win.zip sha1:97ebdb0c18dbfebbee79fcd749d2f93c7564ba51 size:4187201 http://download.adobe.com/pub/connect/updaters/meeting/9_0/ac_addin_win_972.zip

// Record the current user name, so that it does not change during execution
parameter "CurrentUserName" = "{name of current user}"

// extract the setup.exe from the .zip download from adobe
waithidden __Download\unzip.exe -o "{pathname of client folder of current site}\__Download\ac_addin_win.zip" -d "{pathname of client folder of current site}\__Download"

// only continue if there is exactly 1 user logged on, and it is the same user recorded in the begining.
continue if {(exists current user) AND (1 = number of logged on users) AND (parameter "CurrentUserName" = name of current user)}

// do the install of the add-in
wait __Download\setup.exe /VERYSILENT /DIR="C:\Users\{parameter "CurrentUserName"}\AppData\Roaming\Macromedia\Flash Player\www.macromedia.com\bin\adobeconnectaddin"
Success Criteria

This action will be considered successful when the applicability relevance evaluates to false.


Sharing

Social Media:
Share this page on Yammer

Comments

Log In or Register to leave comments!
jgstew -
This is an example of how to do a per user install from the SYSTEM account.