Install/Upgrade: Adobe Connect 9.1 Meeting Add-In - Windows - per user install - superseded
| 1 Votes |
Versioning - This is an older 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
Property Details
| 2609 | |
| Beta - Preliminary testing ready for more | |
| Install/Upgrade: Adobe Connect 9.1 Meeting Add-In - Windows - per user install | |
| BESC | |
| Internal | |
| jgs194 | |
| 9/25/2013 12:00:00 AM | |
| jgstew on 9/26/2013 2:12:52 PM | |
| jgstew on 9/26/2013 2:12:52 PM | |
| 12415 Views / 31 Downloads | |
* Average over 0 ratings.
** Log In or Register to add your rating.
|
Relevance
Windows Only (Relevance 2997197)
/* Windows Only */ windows of operating system
/* Windows XP or Higher */ version of operating system >= "5.1"
| Used in 1 fixlet | * Results in a true/false |
/* 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 |
(exists current user) AND (1 = number of logged on users)
| Used in 1 fixlet | * Results in a true/false |
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 |
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.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: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"
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. | |

