Deploy - Install - LastPass - Password Manager
0 Votes |
Description
Property Details
722 | |
Deploy - Install - LastPass - Password Manager | |
BESC | |
Internal | |
jgs194 | |
2/28/2012 12:00:00 AM | |
Deploy Install LastPass Password Manager | |
True | |
jgstew on 12/5/2012 11:12:40 AM | |
jgstew on 12/5/2012 11:12:40 AM | |
4606 Views / 9 Downloads | |
![]() ![]() ![]() ![]() ![]() |
Relevance
Actions
Action 1 (default)
Action Link Click
here to deploy this action.
Script Type
BigFix Action Script
if{x64 of operating system}Success Criteria
download https://lastpass.com/lastpass_x64full.exe
wait {(pathname of client folder of current site) & "\__Download\"}lastpass_x64full.exe --userinstallie --userinstallff --userinstallchrome --installforallusers --installdir="C:\Program Files (x86)\LastPass"
else
download https://lastpass.com/lastpassfull.exe
wait {(pathname of client folder of current site) & "\__Download\"}lastpassfull.exe --userinstallie --userinstallff --userinstallchrome --installforallusers --installdir="C:\Program Files\LastPass"
endif
This action will be considered successful when the applicability relevance evaluates to false.
Action 2
Action Link Click
here to deploy this action. This will close all browsers before installing.
Script Type
BigFix Action Script
if {exists running application whose (name of it as lowercase = "iexplore.exe")}Success Criteria
waithidden taskkill /F /T /IM iexplore.exe
pause while {exists running application "iexplore.exe"}
endif
if {exists running application whose (name of it as lowercase = "firefox.exe")}
waithidden taskkill /F /T /IM firefox.exe
pause while {exists running application "firefox.exe"}
endif
if {exists running application whose (name of it as lowercase = "chrome.exe")}
waithidden taskkill /F /T /IM chrome.exe
pause while {exists running application "chrome.exe"}
endif
if{x64 of operating system}
download https://lastpass.com/lastpass_x64full.exe
wait {(pathname of client folder of current site) & "\__Download\"}lastpass_x64full.exe --userinstallie --userinstallff --userinstallchrome --installforallusers --installdir="C:\Program Files (x86)\LastPass"
else
download https://lastpass.com/lastpassfull.exe
wait {(pathname of client folder of current site) & "\__Download\"}lastpassfull.exe --userinstallie --userinstallff --userinstallchrome --installforallusers --installdir="%ProgramFiles%\LastPass"
endif
This action will be considered successful when the applicability relevance evaluates to false.
Sharing
Social Media: |