Install/Update: Fixlet Debugger 9.1.1117.0 - Windows
0 Votes |
Description
This task will install the Fixlet Debugger.
References:
http://www.nirsoft.net/utils/zipinst.html
Property Details
3838 | |
Beta - Preliminary testing ready for more | |
Install/Update: Fixlet Debugger 9.1.1117.0 - Windows | |
BESC | |
Software Sharing | |
8566641 | |
Internal | |
jgstew | |
8/26/2014 12:00:00 AM | |
jgstew on 8/26/2014 8:17:11 PM | |
jgstew on 8/26/2014 8:17:11 PM | |
3076 Views / 8 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 |
not exists keys whose(value "DisplayName" of it as string contains "Fixlet Debugger" AND value "DisplayVersion" of it as string as version = "9.1.1117.0") of keys "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" of registry
Actions
Action 1 (default)
Action Link Click
here to deploy this action.
Script Type
BigFix Action Script
// Download zipinstSuccess Criteria
// http://www.nirsoft.net/utils/zipinst.html
prefetch zipinst.exe sha1:6a1290fd85019dc80e34abeb4be5bcbbc742d012 size:39424 http://www.nirsoft.net/utils/zipinst.exe
// Download Fixlet Debugger
prefetch QNA9.1.1117.0.zip sha1:179ccfc3eae8da65b8ccf4579ef47c1bc6ca3f04 size:8566641 http://software.bigfix.com/download/bes/91/util/QNA9.1.1117.0.zip
// Add zipinst.exe to Utility Cache (to use in multiple tasks)
utility __Download\zipinst.exe
// This should be an unnessisary sanity check, but it is a good idea due to the relevance substitution below.
continue if{ 1 = number of files whose(name of it as lowercase ends with ".zip") of folder "__Download" of client folder of current site }
// Create zipinst config file
// http://www.nirsoft.net/utils/zipinst.html
delete __createfile
delete __Download\zipinst.zic
createfile until END_OF_FILE
[install]
ProductName=Fixlet Debugger
CompanyName=BigFix Enterprise
Description=A debugger to assist in creating content for IBM Endpoint Manager. Find more information here: https://www.ibm.com/developerworks/community/wikis/home?lang=en#!/wiki/Tivoli%20Endpoint%20Manager/page/Fixlet%20Debugger%20(QnA)%20Tool
ZipFile={ pathname of files whose(name of it as lowercase ends with ".zip") of folder "__Download" of client folder of current site }
AddUninstall=1
AddUninstallShortcut=0
DesktopShortcut=0
InstallTo=1
StartMenuShortcut=1
NoUserInteraction=1
InstallFolder=%zi.ProgramFiles%\%zi.CompanyName%\FixletDebugger-%zi.ProductVersion%
StartMenuFolder=%zi.ProductName%\%zi.ProductVersion%
UninstallRegKey=FixletDebugger-9.1.1117.0
NoExtraUninstallInfo=0
NoSuccessMessage=1
UninstallInDestFolder=1
END_OF_FILE
move __createfile "{pathname of client folder of current site}\__Download\zipinst.zic"
// Install
waithidden __Download\zipinst.exe /cfg "{pathname of client folder of current site}\__Download\zipinst.zic"
// Delete extra Start Menu shortcuts
delete "{pathname of files "Eval.lnk" of folders of folders "Fixlet Debugger" of folders "Microsoft\Windows\Start Menu\Programs" of folders (value of variable "ALLUSERSPROFILE" of environment)}"
delete "{pathname of files "EvalSession.lnk" of folders of folders "Fixlet Debugger" of folders "Microsoft\Windows\Start Menu\Programs" of folders (value of variable "ALLUSERSPROFILE" of environment)}"
This action will be considered successful when the applicability relevance evaluates to false.
Sharing
Social Media: |