<?xml version="1.0" encoding="UTF-8"?>
<BES xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="BES.xsd">
	<Fixlet>
		<Title>Updated BES Installation Folders Now Available! (Version 7.0.7)</Title>
		<Description><![CDATA[
  <div class=FixletMessage>
      
<b>Version 7.0 of the BigFix Enterprise Suite is now available! <BR></b><BR>The following list of computers have outdated BES Installers, created by the BES Installation Generator during initial BES installation (by default, these folders are created at "C:\BES Installers"). BigFix recommends that you upgrade these installation folders to install BES 7.0 components so that all further installations of the BES Server, BES Client, and BES Console will be the latest version.
     
  </div>
  <div class=FixletProperty>
    <h4>File Size:</h4>
129.41 MB
      
  </div>
  ]]></Description>
		<Relevance>name of operating system as lowercase starts with "win"</Relevance>
		<Relevance><![CDATA[exists key whose (value "DisplayName" of it as string contains "BigFix Enterprise Suite Installation Generator" AND (exists (value "DisplayVersion" of it as string as version) whose (it < "7.0.7.82" AND it >= "6" AND it != "6.0.8.5"))) of key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" of registry]]></Relevance>
		<Relevance>evaluation of client license = false</Relevance>
		<Relevance><![CDATA[version of registration server >= "7"]]></Relevance>
		<Category>Upgrade</Category>
		<DownloadSize>135698838</DownloadSize>
		<Source>BigFix</Source>
		<SourceID><![CDATA[<Unspecified>]]></SourceID>
		<SourceReleaseDate>2007-12-03</SourceReleaseDate>
		<SourceSeverity>Important</SourceSeverity>
		<Action ID="Action1">
			<Description>
				<PreLink>Click </PreLink>
				<Link>here</Link>
				<PostLink> to upgrade your BES Installation folders.</PostLink>
			</Description>
			<ActionScript MIMEType="application/x-Fixlet-Windows-Shell">download http://download.bigfix.com/download/bes/7/BES-7.0.7.82.exe

continue if {(size of it = 135698838 AND sha1 of it = "03239b4f2f3d90cbe6fed5914e5c1b66be1d2820") of file "BES-7.0.7.82.exe" of folder "__Download"}

wait __download\BES-7.0.7.82.exe -s</ActionScript>
		</Action>
		<Action ID="Link2">
			<Description>
				<PreLink>Click </PreLink>
				<Link>here</Link>
				<PostLink> for manual upgrade instructions.</PostLink>
			</Description>
			<ActionScript MIMEType="text/x-uri">http://support.bigfix.com/bes/install/upgradebes.html</ActionScript>
		</Action>
	</Fixlet>
	<Fixlet>
		<Title>Updated BES Relay Now Available! (Version 7.0.7)</Title>
		<Description><![CDATA[
  <div class=FixletMessage>
      
<TABLE><TBODY><TR><TD><FONT size=2> <P><B>Version 7.0 of the BigFix Enterprise Suite is now available!</B><BR><BR>The latest version of the&nbsp;<!--StartFragment -->BES Relay includes many feature enhancements.&nbsp; Click on the link below for more information on new features in BES 7.0. </P> <P><STRONG>Please upgrade your BES Server and BES Console before upgrading your BES Relays.</STRONG></P> <P><STRONG>Please upgrade your BES Relays before upgrading your BES Clients!</STRONG></P> <P>More information about BES Relays can be found at <A href="http://support.bigfix.com/bes/misc/besrelays.html">http://support.bigfix.com/bes/misc/besrelays.html</A>.</P> <P><STRONG>Note:</STRONG> The BES Client will briefly display DOS windows while the BES Relay services are being stopped.<BR><BR><FONT color=#ff0000><B>Important Note:</B></FONT> Upgrading your BES Relay may&nbsp;cause your clients to stop reporting on action status and retrieved properties for&nbsp;some time. Please upgrade your BES Relays at a time when this behavior is acceptable. Please contact BigFix Technical Support (<A href="mailto:enterprisesupport@bigfix.com">enterprisesupport@bigfix.com</A>) for more information.</P></FONT></TD></TR></TBODY></TABLE>
     
  </div>
  <div class=FixletProperty>
    <h4>File Size:</h4>
2.71 MB
      
  </div>
  ]]></Description>
		<Relevance>name of operating system as lowercase starts with "win"</Relevance>
		<Relevance><![CDATA[exists key whose ((value "DisplayName" of it = "BES Relay" OR value "DisplayName" of it = "BigFix Enterprise Relay") AND exists (value "DisplayVersion" of it as string as version) whose (it < "7.0.7.82" AND it >= "6" AND it != "6.0.8.5")) of key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" of registry]]></Relevance>
		<Relevance><![CDATA[version of regapp "besclient.exe" >= "5"]]></Relevance>
		<Relevance>evaluation of client license = false</Relevance>
		<Relevance><![CDATA[version of registration server >= "7"]]></Relevance>
		<Category>Upgrade</Category>
		<DownloadSize>2839874</DownloadSize>
		<Source>BigFix</Source>
		<SourceID><![CDATA[<Unspecified>]]></SourceID>
		<SourceReleaseDate>2007-12-03</SourceReleaseDate>
		<SourceSeverity>Important</SourceSeverity>
		<Action ID="Action1">
			<Description>
				<PreLink>Click </PreLink>
				<Link>here</Link>
				<PostLink> to deploy the BES Relay 7.0 upgrade. </PostLink>
			</Description>
			<ActionScript MIMEType="application/x-Fixlet-Windows-Shell"><![CDATA[download http://download.bigfix.com/download/bes/7/BESRelayUpgrade-7.0.7.82.exe

continue if {(size of it = 2839874 AND sha1 of it = "d1a26c53b971b70a4562a92c574fb0fc80cb62a6") of file "BESRelayUpgrade-7.0.7.82.exe" of folder "__Download"}

dos net stop BESRelay
dos net stop BESGather

// Set starting time
setting "_BESClient_PauseWhile"="{now as string}" on "{parameter "action issue date" of action}" for client

// Pause until BESRelay terminates or 2 minutes has passed.
pause while {(exists running application "BESRelay.exe") AND (now - (value of setting "_BESClient_PauseWhile" of client as string as time)) < 2*minute}

wait __download\BESRelayUpgrade-7.0.7.82.exe -s
]]></ActionScript>
		</Action>
		<Action ID="Link2">
			<Description>
				<PreLink>Click </PreLink>
				<Link>here</Link>
				<PostLink> for manual upgrade instructions.</PostLink>
			</Description>
			<ActionScript MIMEType="text/x-uri">http://support.bigfix.com/bes/install/upgradebes.html</ActionScript>
		</Action>
	</Fixlet>
	<Fixlet>
		<Title>Updated BES Server and BES Console Now Available! (Version 7.0.7)</Title>
		<Description><![CDATA[
  <div class=FixletMessage>
      
<TABLE><TBODY><TR><TD> <P><STRONG>Version&nbsp;7.0 of the BigFix Enterprise Suite is now available!</STRONG></P><?Relevance if (((applicable computer count of fixlet 477 of it + applicable computer count of fixlet 479 of it) of site of current fixlet) != 0) then ((html "<P><B>Before upgrading any BES Server or Console, please ensure that there are no computers reporting relevant for the " & (if (applicable computer count of fixlet 477 of site of current fixlet != 0) then (link of fixlet 477 of site of current fixlet & " Fixlet message") else html "") & (if ((applicable computer count of fixlet 477 of it != 0 AND applicable computer count of fixlet 479 of it != 0) of site of current fixlet) then html " or the " else html "") & (if (applicable computer count of fixlet 479 of site of current fixlet != 0) then (link of fixlet 479 of site of current fixlet & html " Fixlet message") else html "")) & html ".</B> Otherwise, these computers will not be able to communicate with upgraded BES components.</P>") else html "" ?> <P>BigFix Enterprise Suite&nbsp;7.0 contains a number of powerful new features and performance optimizations. Click on the link below for more information on new features in BES 7.0.</P> <P><B>Please take a few moments to read through all of the upgrade material available before attempting the upgrade. Depending on the details of your deployment, the full upgrade process can take a while and BES will not be usable during the upgrade process.</B><BR><BR>Please use the following upgrade path to upgrade to BES&nbsp;7.0 (upgrading in a different order may lead to problems): </P> <OL> <LI><STRONG>BES Server and BES Console:</STRONG> Upgrade <SPAN style="FONT-WEIGHT: bold; COLOR: red">all&nbsp;BES Server and BES Console components at the same time</SPAN> with this Fixlet message (if they are upgraded separately, you will not be able to connect with the BES Console). <LI><STRONG>BES Relays:</STRONG> Upgrade all the BES Relays using another Fixlet message that will become relevant for all old BES Relays. <STRONG>Please upgrade the BES Relays before the BES Clients.</STRONG> <LI><STRONG>BES Clients:</STRONG> The BES Clients will notice that the BES Server is updated and will begin to report the upgrade Fixlet message relevant (the BES Clients by default check once per six hours for the version of the BES Server). It is recommended that you target the BES Client upgrade Fixlet message at "All Computers" instead of "Specific Computers" to make sure to upgrade all BES Clients who have not yet reported. </LI></OL> <P>If you have any issues during the upgrade, you may want to review the manual upgrade instructions below to help resolve the issues.</P> <P><B>Note:</B> If the BES Console is open while the BES Console upgrade installer is run, the upgrade will not be complete until the computer is restarted.</P> <P><STRONG><SPAN style="COLOR: red">Important Note:</SPAN></STRONG> BigFix recommends that you run this upgrade targeted <SPAN style="FONT-WEIGHT: bold; COLOR: red">to the BES Server and all relevant computers. </SPAN><SPAN style="FONT-WEIGHT: bold">Consoles that are not upgraded at the same time as the server will be unable to communicate with the upgraded server.</SPAN> </P> <P><FONT color=#ff0000><STRONG>Important Note:</STRONG></FONT> If the BES Console is open while the BES&nbsp;Server upgrade installer is running, the user may experience an error or a dialog that asks the user to shut down the BES Console. The user&nbsp;would have to exit the BES Console, and then re-open the BES Console again after the upgrade has completed on the BES Server. Please deploy this action at a time when&nbsp;this service interruption is acceptable.</P> <P><FONT color=#ff0000><STRONG>Important Note:</STRONG></FONT>&nbsp;If you are using database replication on the BES database, you must disable the replication before upgrading the BES Server.</P> <SCRIPT type=text/javascript>try{KnownIssuesFixletLink.innerHTML=EvaluateRelevance('link "Known Issues" of fixlet 479 of (site of current fixlet)');}catch (e) {}</SCRIPT></TD></TR></TBODY></TABLE>
     
  </div>
  <div class=FixletProperty>
    <h4>File Size:</h4>
46.51 MB
      
  </div>
  ]]></Description>
		<Relevance>name of operating system as lowercase starts with "win"</Relevance>
		<Relevance><![CDATA[exists key "HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\Enterprise Server" whose (exists ((value "Version" of it) as string as version) whose (it < "7.0.7.82" AND it != "6.0.8.5" AND it >= "6") AND exists value "BESInstalled" of it AND value "BESInstalled" of it = 1) of registry  OR (exists regapp "BESConsole.exe" whose (version of it < "7.0.7.82" AND version of it >= "6"))]]></Relevance>
		<Relevance>evaluation of client license = false</Relevance>
		<Relevance><![CDATA[exists file "msiexec.exe" whose (version of it >= "3.1") of system folder]]></Relevance>
		<Relevance>not exists key "HKLM\Software\BigFix\Enterprise Server" whose (exists value "UseRemoteDb" whose (it as string = "1") of it) of registry</Relevance>
		<Relevance><![CDATA[version of regapp "iexplore.exe" >= "6"]]></Relevance>
		<Relevance><![CDATA[maximum seat count of client license < 15000]]></Relevance>
		<Category>Upgrade</Category>
		<DownloadSize>48766986</DownloadSize>
		<Source>BigFix</Source>
		<SourceID><![CDATA[<Unspecified>]]></SourceID>
		<SourceReleaseDate>2007-12-03</SourceReleaseDate>
		<SourceSeverity>Important</SourceSeverity>
		<Action ID="Action1">
			<Description>
				<PreLink>Click </PreLink>
				<Link>here</Link>
				<PostLink><![CDATA[ to upgrade all BES Server and/or BES Console components on the target computers. <b>(Please read important notes above before deploying this action.)</b>]]></PostLink>
			</Description>
			<ActionScript MIMEType="application/x-Fixlet-Windows-Shell"><![CDATA[// Update the BES Server
download http://download.bigfix.com/download/bes/7/BESServerUpgrade-7.0.7.82.exe

continue if {(size of it = 26537303 AND sha1 of it = "1c95488b73f209f4d9a0debbc2ca5ed9fa1ea570") of file "BESServerUpgrade-7.0.7.82.exe" of folder "__Download"}

wait __download\BESServerUpgrade-7.0.7.82.exe /s /a /s /z"UseRoot"

action may require restart

// Update the BES Console if it is installed
continue if {(exists regapp "BESConsole.exe" whose (version of it < "7.0.7.82"))}

download http://download.bigfix.com/download/bes/7/BESConsoleUpgrade-7.0.7.82.exe

continue if {(size of it = 22229683 AND sha1 of it = "775ef6d65796cef3a5d90fabf1e3e8dbec6f9db7") of file "BESConsoleUpgrade-7.0.7.82.exe" of folder "__Download"}

wait __download\BESConsoleUpgrade-7.0.7.82.exe /s /a /s /v"INSTALLDIR=\"{pathname of parent folder of regapp "BESConsole.exe"}\""

action may require restart]]></ActionScript>
		</Action>
		<Action ID="Link2">
			<Description>
				<PreLink>Click </PreLink>
				<Link>here</Link>
				<PostLink> for manual upgrade instructions.</PostLink>
			</Description>
			<ActionScript MIMEType="text/x-uri">http://support.bigfix.com/bes/install/upgradebes.html</ActionScript>
		</Action>
		<Action ID="Link3">
			<Description>
				<PreLink>Click </PreLink>
				<Link>here</Link>
				<PostLink> to see the new features in BES 7.0.</PostLink>
			</Description>
			<ActionScript MIMEType="text/x-uri">http://support.bigfix.com/bes/changes/changes-7.0.html</ActionScript>
		</Action>
	</Fixlet>
	<Fixlet>
		<Title>Updated BES API Now Available! (Version 7.0.7)</Title>
		<Description><![CDATA[
  <div class=FixletMessage>
      
<TABLE><TBODY><TR><TD><FONT size=2> <P><STRONG>Version&nbsp;7.0 of the BigFix Enterprise Suite is now available!</STRONG><BR><BR>BigFix Enterprise Suite&nbsp;7.0 contains a number of powerful new features and performance optimizations. Once the BES Server is upgraded to 7.0, older versions of the BES API will no longer be able to communicate with the BES Server.</P> <P><STRONG>Please upgrade your BES Server before upgrading&nbsp;the BES API.</STRONG></P> <P>More information about&nbsp;the BES API can be found&nbsp;in the&nbsp;pdf documents linked&nbsp;below.</P></FONT></TD></TR></TBODY></TABLE>
     
  </div>
  <div class=FixletProperty>
    <h4>File Size:</h4>
12.00 MB
      
  </div>
  ]]></Description>
		<Relevance>name of operating system as lowercase starts with "win"</Relevance>
		<Relevance><![CDATA[exists key whose (value "DisplayName" of it = "BigFix Enterprise Suite API" AND exists (value "DisplayVersion" of it as string as version) whose (it < "7.0.7.82" AND it != "6.0.8.5")) of key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" of registry]]></Relevance>
		<Relevance>evaluation of client license = false</Relevance>
		<Relevance><![CDATA[version of registration server >= "7"]]></Relevance>
		<Category>Upgrade</Category>
		<DownloadSize>12581934</DownloadSize>
		<Source>BigFix</Source>
		<SourceID><![CDATA[<Unspecified>]]></SourceID>
		<SourceReleaseDate>2007-12-03</SourceReleaseDate>
		<SourceSeverity>Important</SourceSeverity>
		<Action ID="Action1">
			<Description>
				<PreLink>Click </PreLink>
				<Link>here</Link>
				<PostLink> to deploy the BES API 7.0 upgrade.</PostLink>
			</Description>
			<ActionScript MIMEType="application/x-Fixlet-Windows-Shell">download http://download.bigfix.com/download/bes/7/BESAPIUpgrade-7.0.7.82.exe

continue if {(size of it = 12581934 AND sha1 of it = "2fddc135610cc41487e082279259afc2471c1715") of file "BESAPIUpgrade-7.0.7.82.exe" of folder "__Download"}

wait __Download\BESAPIUpgrade-7.0.7.82.exe -s

action may require restart</ActionScript>
		</Action>
		<Action ID="Link2">
			<Description>
				<PreLink>Click </PreLink>
				<Link>here</Link>
				<PostLink> to read the BES Platform API reference (pdf).</PostLink>
			</Description>
			<ActionScript MIMEType="text/x-uri">http://support.bigfix.com/product/documents/BESPlatformAPIReference-6.0.pdf</ActionScript>
		</Action>
		<Action ID="Link3">
			<Description>
				<PreLink>Click </PreLink>
				<Link>here</Link>
				<PostLink> to read the BES Import-Export reference (pdf).</PostLink>
			</Description>
			<ActionScript MIMEType="text/x-uri">http://support.bigfix.com/product/documents/BESImportExportReference-6.0.pdf</ActionScript>
		</Action>
	</Fixlet>
	<Fixlet>
		<Title>Updated BES Server and BES Console Now Available! (Version 7.0.7) - Known Issues</Title>
		<Description><![CDATA[
  <div class=FixletMessage>
      
<TABLE><TBODY><TR><TD> <P><STRONG>Version&nbsp;7.0 of the BigFix Enterprise Suite is now available!</STRONG></P> <P>BigFix Enterprise Suite&nbsp;7.0 contains a number of powerful new features and performance optimizations. Click on the link below for more information on new features in BES 7.0.</P> <P>Windows Installer 3.1 or greater must be installed to perform this upgrade. Use the action below to install Windows Installer 3.1. Once this is complete, you can use <?Relevance link of fixlet 469 of site of current fixlet?>to upgrade BES Servers and Consoles to version 7.0.7.</P> <P><STRONG>Note:</STRONG> Affected computers may report back as 'Pending Restart' once the patch has run successfully, but the vulnerability will not be closed until the affected computer is restarted.</P> <P>If you have any issues during the upgrade, you may want to review the manual upgrade instructions below to help resolve the issues.</P></TD></TR></TBODY></TABLE>
     
  </div>
  <div class=FixletProperty>
    <h4>File Size:</h4>
2.47 MB
      
  </div>
  ]]></Description>
		<Relevance>name of operating system as lowercase starts with "win"</Relevance>
		<Relevance><![CDATA[exists key "HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\Enterprise Server" whose (exists ((value "Version" of it) as string as version) whose (it < "7.0.7.82" AND it != "6.0.8.5" AND it >= "6") AND exists value "BESInstalled" of it AND value "BESInstalled" of it = 1) of registry  OR (exists regapp "BESConsole.exe" whose (version of it < "7.0.7.82" AND version of it >= "6"))]]></Relevance>
		<Relevance>evaluation of client license = false</Relevance>
		<Relevance><![CDATA[not (exists file "msiexec.exe" whose (version of it >= "3.1") of system folder)]]></Relevance>
		<Relevance><![CDATA[maximum seat count of client license < 15000]]></Relevance>
		<Category>Upgrade</Category>
		<DownloadSize>2585872</DownloadSize>
		<Source>BigFix</Source>
		<SourceID><![CDATA[<Unspecified>]]></SourceID>
		<SourceReleaseDate>2007-12-03</SourceReleaseDate>
		<SourceSeverity>Important</SourceSeverity>
		<Action ID="Action1">
			<Description>
				<PreLink>Click </PreLink>
				<Link>here</Link>
				<PostLink> to install Windows Installer 3.1 on relevant computers.</PostLink>
			</Description>
			<ActionScript MIMEType="application/x-Fixlet-Windows-Shell">download http://download.microsoft.com/download/1/4/7/147ded26-931c-4daf-9095-ec7baf996f46/WindowsInstaller-KB893803-v2-x86.exe

continue if {(size of it = 2585872 and sha1 of it = "8318455b36ba0a748307459279d46f2f4cdb5a0e") of file "WindowsInstaller-KB893803-v2-x86.exe" of folder "__download"}

wait __download/WindowsInstaller-KB893803-v2-x86.exe /passive /quiet /norestart

action may require restart</ActionScript>
		</Action>
		<Action ID="Link2">
			<Description>
				<PreLink>Click </PreLink>
				<Link>here</Link>
				<PostLink> for manual upgrade instructions.</PostLink>
			</Description>
			<ActionScript MIMEType="text/x-uri">http://support.bigfix.com/bes/install/upgradebes.html</ActionScript>
		</Action>
		<Action ID="Link3">
			<Description>
				<PreLink>Click </PreLink>
				<Link>here</Link>
				<PostLink> to see the new features in BES 7.0.</PostLink>
			</Description>
			<ActionScript MIMEType="text/x-uri">http://support.bigfix.com/bes/changes/changes-7.0.html</ActionScript>
		</Action>
		<Action ID="Link4">
			<Description>
				<PreLink>Click </PreLink>
				<Link>here</Link>
				<PostLink> to view the Microsoft Windows Installer 3.1 information page.</PostLink>
			</Description>
			<ActionScript MIMEType="text/x-uri">http://support.microsoft.com/?id=893803</ActionScript>
		</Action>
	</Fixlet>
</BES>