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

1 Votes

Versioning - This is an older 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

<enter a description of the task here>

Property Details

ID2609
StatusBeta - Preliminary testing ready for more
TitleInstall/Upgrade: Adobe Connect 9.1 Meeting Add-In - Windows - per user install
DomainBESC
SourceInternal
Source IDjgs194
Source Release Date9/25/2013 12:00:00 AM
Added by on 9/26/2013 2:12:52 PM
Last Modified by on 9/26/2013 2:12:52 PM
Counters 12415 Views / 31 Downloads
User Rating 1 star 2 star 3 star 4 star 5 star * Average over 0 ratings. ** 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
/* This should be adjusted to look for Flash version 11.2 or higher instead of just looking for any version of Flash */ exist keys whose (value "DisplayName" of it as string contains "Adobe Flash Player") of keys "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" of (x32 registry; (if exists x64 registry then x64 registry else nothing))
Used in 1 fixlet   * Results in a true/false
Show indented relevance
(exists current user) AND (1 = number of logged on users)
Used in 1 fixlet   * Results in a true/false
Show indented relevance
exists folder "AppData\Roaming\Macromedia\Flash Player" of folder (name of current user) of folder "C:\Users"
Used in 1 fixlet   * Results in a true/false
Show indented relevance
not ((exists folder "AppData\Roaming\Macromedia\Flash Player\www.macromedia.com\bin\adobeconnectaddin" of folder (name of current user) of folder "C:\Users") AND (exists file "adobeconnectaddin.exe" of folder "AppData\Roaming\Macromedia\Flash Player\www.macromedia.com\bin\adobeconnectaddin" of folder (name of current user) of folder "C:\Users") AND (exists file "adobeconnectaddin.exe" whose(version of it >= "11.2.385.0") of folder "AppData\Roaming\Macromedia\Flash Player\www.macromedia.com\bin\adobeconnectaddin" of folder (name of current user) of folder "C:\Users"))

Actions

Action 1 (default)

Action Link Click here to deploy this action.
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:002e92f3cb3597ee8d59d83dcf2feb1b53b49534 size:3731307 http://download.adobe.com/pub/connect/updaters/meeting/9_0/ac_addin_win_385.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.