Install/Upgrade: Adobe Connect 9+ Meeting Add-In v11.9.972.8 - Windows - per user install
0 Votes |
Versioning - This is the latest version.
1 | Install/Upgrade: Adobe Connect 9.1 Meeting Add-In - Windows - per user install | 9/26/2013 2:12:52 PM |
2 | Install/Upgrade: Adobe Connect 9+ Meeting Add-In v11.9.972.8 - Windows - per user install | 12/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
Property Details
3933 | |
Beta - Preliminary testing ready for more | |
Install/Upgrade: Adobe Connect 9+ Meeting Add-In v11.9.972.8 - Windows - per user install | |
BESC | |
Software Sharing | |
4187201 | |
Internal | |
jgs194 | |
12/11/2014 12:00:00 AM | |
jgstew on 12/19/2014 9:47:18 AM | |
jgstew on 12/19/2014 9:47:18 AM | |
16298 Views / 60 Downloads | |
![]() ![]() ![]() ![]() ![]() |
Relevance


Used in 1 fixlet | * Results in a true/false |

Used in 1 fixlet | * Results in a true/false |

Actions
Action 1 (default)
continue if {not exists running application whose (name of it as lowercase = "adobeconnectaddin.exe")}Success Criteria
// 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"
This action will be considered successful when the applicability relevance evaluates to false.
Action 2
// http://www.adobe.com/support/connect/downloads-updates.htmlSuccess Criteria
// 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"
This action will be considered successful when the applicability relevance evaluates to false.
Sharing
Social Media: |
Comments
![]() |
|
This is an example of how to do a per user install from the SYSTEM account. |