Install/Update: Fixlet Debugger 9.1.1117.0 - Windows
Log In or Register to download the BES file, and more.

0 Votes


Property Details

ID3838
StatusBeta - Preliminary testing ready for more
TitleInstall/Update: Fixlet Debugger 9.1.1117.0 - Windows
DomainBESC
CategorySoftware Sharing
Download Size8566641
SourceInternal
Source IDjgstew
Source Release Date8/26/2014 12:00:00 AM
Added by on 8/26/2014 8:17:11 PM
Last Modified by on 8/26/2014 8:17:11 PM
Counters 3076 Views / 8 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
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 zipinst
// 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)}"
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!