ࡱ> +wu    !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~Root Entry* FJEQ@HC/Br A7A>;dA 5@HB'C$H $ @H?dA/B6H 4F@HYEDhE7G  @H?CAED1H0  @HDjEA(H @@HAxDBDAED1H&@H FE2DA7CrD @H C5BErEDEGF(H 'x v@HBExE(H @HBExE(;2DD1BE6H@@HDED;9BE@H CCB )@HDED/H i@HDED/;rD'C7CrD"0@HNFhD=D3CB0@HA7CrDBE@@HBEEC(H<@HA'C:ED1HH@HNED5H x@HRDEC;;B&F7BB4FhD&B@HRDEC??(E8BA(H#@HA0C;;B&F7BB4FhD&B%~0@HA0C??(E8BA(H|T@HAEFAE(?(E8BA(H!8zN@H C1A5G y< C1A5G>DE$CE7ACACY C1A5G>BuErEArD.j C1A5G~AdD1B5H3N C1A5GED9-E C1A5G>F3H Y8 C1A5G~BC'B5H H8 C1A5G~ED$C5H1c C1A5G>F1CE7H25c C1A5G>DE$H C1A5GEAh8GrE*H/g C1A5GED9DB0 C1A5GEAh8H+,, C1A5GEAh8FA C1A5GED9%D C1A5G>BA/A0HT@H?;C8DE `@H??wElDj>D/H6v @H??wElDj;E$HSummaryInformation(/U eNameTableFermez les applications suivantes avant de poursuivre l'installation:TypePropertyValue_ValidationColumnNullableMinValueMaxValueKeyTableKeyColumnCategorySetDescriptionName of tableIdentifierNName of columnDescription of columnTextYSet of values that are permittedString categoryText;Formatted;Template;Condition;Guid;Path;Version;Language;Identifier;Binary;UpperCase;LowerCase;Filename;Paths;AnyPath;WildCardFilename;RegPath;KeyFormatted;CustomSource;Property;Cabinet;Shortcut;URLColumn to which foreign key connectsFor foreign key, Name of table to which data must linkMaximum value allowedMinimum value allowedWhether the column is nullableY;N;@Name of property, uppercase if settable by launcher or loader.String value for property. Never null or empty.Microsoft Baseline Security Analyzer 1.2ProductName1.2.3316.1ProductVersion1036ProductLanguageMicrosoft CorporationManufacturer{5FA4690C-1975-4F94-9A64-274F29BD9221}ProductCode{E08FB153-7428-4643-83EB-A203BCAE6D32}UpgradeCodeUPGMBSA0SecureCustomPropertiesUpgradeVersionMinVersionMaxLanguageAttributesRemoveActionPropertyThe attributes of this product set.A comma-separated list of languages for either products in this set or products not in this set.The property to set when a product in this set is found.UpperCaseThe list of features to remove when uninstalling a product from this set. The default is "ALL".FormattedThe UpgradeCode GUID belonging to the products in this set.GuidThe maximum ProductVersion of the products in this set. The set may or may not include products with this particular version.The minimum ProductVersion of the products in this set. The set may or may not include products with this particular version.0.0.0.0{85137A66-89EC-495A-A727-2A796057112A}NEWMBSA0UPGMBSANEWMBSAUPGMBSA0;UPGMBSA;NEWMBSA0;NEWMBSA{97A4D516-DB83-4379-84E2-EF2A017A9F85}1.2VersionBuildVersion100INSTALLLEVEL1ARPNOREPAIRmbsa.exeARPPRODUCTICONreadme.htmlARPREADME{&MSSansSerif8}TEXT{&MSSansSerif8bold}BOLD{&Arial8}TITLENoAcceptAllUsersApplicationUsersdmusREINSTALLMODEMicrosoft Baseline Security AnalyzerMyProductNameARInstallChoiceALLUSERSRepairMModeTypeModifyOperationhttp://www.microsoft.comARPURLINFOABOUThttp://go.microsoft.com/fwlink/?LinkId=16534ARPURLUPDATEINFOhttp://go.microsoft.com/fwlink/?LinkId=16531ARPHELPLINKhttp://go.microsoft.com/fwlink/?LinkId=16533XMLParserInstallerhttp://go.microsoft.com/fwlink/?LinkId=16532InternetExplorerInstallerSuppression des [MyProductName] versions prcdentesMBSARemoveMessageLaunchConditionConditionLocalizable text to display when condition fails and install must abort.Expression which must evaluate to TRUE in order for install to commence.Cette application sexcute uniquement sous Windows 2000 ou version ultrieure.VersionNT >= 500Cette application ne fonctionne pas sous Windows 95 ou 98.NOT Version9XCustomActionActionSourceTargetThe numeric custom action type, consisting of source location, code type, entry, option flags.Primary key, name of action, normally appears in sequence table unless private use.The table reference of the source of the code.CustomSourceExcecution parameter, depends on the type of custom actionomusSetPatchReinstallModeAllREINSTALLSetPatchModefile://[!readme.html]SetReadmeLocationRegisterMBSAInstallermbsainstall.dllClearMBSAInstallerClearMBSAInstaller.commitClearMBSAInstaller.rollbackWaitMBSAInstallerPrintEULAUne version plus rcente du logiciel "[MyProductName]" est dj installe. Le passage une ancienne version nest pas autoris. Pour installer cette version, vous devez dsinstaller la version actuelle laide du Panneau de configuration Ajout/Suppression de programmes.NewerVersionFatalUne autre installation du logiciel "[MyProductName]" est en cours dexcution. Vous ne pouvez pas effectuer cette installation tant que linstance prcdente est ouverte.InstallerRunningFatal On Error Resume Next If Not XCreateObject("MSXML2.DOMDocument", parser) Then Session.Property("XMLParserMissing") = "1" Else Session.Property("XMLParserMissing") = "" Set parser = Nothing End If Function XCreateObject(name, ByRef obj) On Error Resume Next Set obj = Nothing If name = "MSXML2.DOMDocument" Then Const MIN_VERSION = 3 Const MAX_VERSION = 5 For v = MIN_VERSION To MAX_VERSION Err.Clear Set obj = CreateObject("MSXML2.DOMDocument." & v & ".0") If Err <> 0 Then Set obj = Nothing Else Exit For End If Next Else Set obj = CreateObject(name) End If XCreateObject = NOT (obj Is Nothing) End Function TestXMLParser On Error Resume Next iever = Installer.RegistryValue(2, "Software\Microsoft\Internet Explorer", "Version") Set re = new RegExp re.Global = True re.Pattern = "([^.]+)" Set ver = re.Execute(iever) If( ver.Count <> 4 ) Then ' IE not correctly installed, or very old version Session.Property("InternetExplorerMissing") = "1" Else p1 = FormatZero(ver.Item(0), 1) p2 = FormatZero(ver.Item(1), 2) p3 = FormatZero(ver.Item(2), 4) p4 = FormatZero(ver.Item(3), 4) If Len(p1) = 0 Or Len(p2) = 0 Or Len(p3) = 0 Or Len(p4) = 0 Then ' IE not correctly installed Session.Property("InternetExplorerMissing") = "1" Else ver2 = p1 & p2 & p3 & p4 If (ver2 = "50026143500" Or ver2 < "50025161900") Then Session.Property("InternetExplorerMissing") = "1" Else Session.Property("InternetExplorerMissing") = "" End If End If End If Set ver = Nothing Set re = Nothing Function FormatZero(n, size) strN = Trim(CStr(CInt(n))) strNlen = Len(strN) For i = strNlen To size - 1 strN = "0" & strN Next FormatZero = strN End Function TestInternetExplorer On Error Resume Next Set WshShell = CreateObject("WScript.Shell") WshShell.Run Session.Property("XMLParserInstaller") Set WshShell = Nothing LaunchXMLInstaller On Error Resume Next Set WshShell = CreateObject("WScript.Shell") WshShell.Run Session.Property("InternetExplorerInstaller") Set WshShell = Nothing LaunchIEInstaller On Error Resume Next Session.DoAction("TestInternetExplorer") Session.DoAction("TestXMLParser") PostVerifyRequirements On Error Resume Next Set d = Session.Installer.OpenDatabase(Session.Property("OriginalDatabase"),0) Set x1 = d.OpenView("SELECT `Value` FROM `Property` WHERE `Property`='ProductVersion'") x1.Execute Set r1 = x1.Fetch installed = (Session.Property("Installed") <> "") curStrVer = Session.Property("ProductVersion") pkgStrVer = r1.StringData(1) curVer = GetVersion(Session.Property("ProductVersion")) pkgVer = GetVersion(r1.StringData(1)) x1.Close Set r1 = Nothing Set x1 = Nothing Set d = Nothing If curVer > pkgVer Then Session.Property("Downgrade") = "1" End If If installed AND (curVer < pkgVer) Then Session.Property("Upgrade") = "1" Session.Property("UpgradeFrom") = curStrVer Session.Property("UpgradeTo") = pkgStrVer Session.Property("MModeType") = "Upgrade" End If If InStr(Session.Property("REINSTALLMODE"), "v") > 0 Then Session.Property("Reinstall") = "1" End If Function GetVersion(sv) ' XX.XX.XXXX.XXX[MACHINE] sv1 = Split(sv, "[") ' XX.XX.XXXX.XXX a = Split(sv1(0), ".") If UBound(a) <> 3 Then GetVersion = sv1(0) End If v = a(0) v = a(1) + v*100 v = a(2) + v*10000 v = a(3) + v*1000 GetVersion = v End Function CheckVersions ' On Error Resume Next Session.DoAction("CheckVersions") If (Session.Property("Installed") <> "") AND (Session.Property("UILevel") <> 5) Then If Len(Session.Property("Upgrade")) > 0 Then Session.Property("UpgradeStarted") = "1" Session.Property("REMOVE") = "ALL" upg = "*level=" & Session.Property("UILevel") &_ "*file=" & Session.Property("OriginalDatabase") &_ "*upg=" & Session.Property("UpgradeStarted") Session.Property("InstallLaunchUpgradeInstaller") = upg End If End If InstallCheckVersions If Len(Session.Property("InstallLaunchUpgradeInstaller")) > 0 Then Session.Property("InstallLaunchUpgradeInstaller") = Session.Property("InstallLaunchUpgradeInstaller") &_ "*folder=" & Session.Property("INSTALLDIR") End If InstallFolderUpgradeInstaller On Error Resume Next If Len(Session.Property("UpgradeStarted")) > 0 Then Session.DoAction("ClearMBSAInstaller") Set WshShell = CreateObject("WScript.Shell") WshShell.Run "msiexec /i """ & Session.Property("OriginalDatabase") & """ UPGRADESILENT=1 INSTALLDIR=""" & Session.Property("INSTALLDIR") & """" Set WshShell = Nothing Else Session.DoAction("ExitDialog") End If LaunchUpgradeInstaller On Error Resume Next If Len(Session.Property("CustomActionData")) > 0 Then Set WshShell = CreateObject("WScript.Shell") WshShell.Run "msiexec " & UILevel2Args(GetParameter("level")) & " /i """ & GetParameter("file") & """ UPGRADESILENT=1 INSTALLDIR=""" & GetParameter("folder") & """" Set WshShell = Nothing End If Function UILevel2Args(level) Select Case level Case 2 UILevel2Args = "/qn " Case 3 UILevel2Args = "/qb! " Case 4 UILevel2Args = "/qr " Case 5 UILevel2Args = "" End Select End Function Function GetParameter(param) data = Session.Property("CustomActionData") dataSplit = Split(data, "*") For i = 0 To UBound(dataSplit) dataParam = Trim(dataSplit(i)) pos = InStr(dataParam, "=") If pos > 0 Then If LCase(Left(dataParam, pos-1)) = LCase(Trim(param)) Then GetParameter = Right(dataParam, Len(dataParam)-pos) Exit Function End If End If Next GetParameter = "" End Function InstallLaunchUpgradeInstaller On Error Resume Next If Session.Property("UPGRADESILENT") = "1" Then Session.Property("UpgradeSilent") = "1" Session.Property("Upgrade") = "1" Session.Property("MModeType") = "Upgrade" End If CheckSilentUpgrade On Error Resume Next Const MAX_PATH_LEN = 107 Const MAX_ALLOWED_LEN = 240 If Len(Session.Property("INSTALLDIR")) > MAX_PATH_LEN Then Session.Property("InstallPathTooBig") = "1" Else Session.Property("InstallPathTooBig") = "" End If If Len(Session.Property("INSTALLDIR")) > MAX_ALLOWED_LEN Then installDir = Session.Property("INSTALLDIR") Session.Property("INSTALLDIR") = Left(installDir, MAX_ALLOWED_LEN) End If CheckInstallPathTooBigDirectoryDirectory_ParentDefaultDirUnique identifier for directory entry, primary key. If a property by this name is defined, it contains the full path to the directory.The default sub-path under parent's path.Reference to the entry in this table specifying the default parent directory. A record parented to itself or with a Null parent represents a root of the install tree.SOURCEDIRTARGETDIR.:ProgramFProgramFilesFolderMBSA|Microsoft Baseline Security AnalyzerINSTALLDIRCreateFolderDirectory_Component_Foreign key into the Component table.ComponentPrimary key, could be foreign key into the Directory table.ProgramsFileFileNameFileSizeSequenceSequence with respect to the media images; order must track cabinet order.Integer containing bit flags representing file attributes (with the decimal value of each bit position in parentheses)Primary key, non-localized token, must match identifier in cabinet. For uncompressed files, this field is ignored.Foreign key referencing Component that controls the file.File name used for installation, may be localized. This may contain a "short name|long name" pair.FilenameSize of file in bytes (long integer).List of decimal language Ids, comma-separated if more than one.Version string for versioned files; Blank for unversioned files.MsiFileHashFile_OptionsHashPart1HashPart2HashPart3HashPart4Primary key, foreign key into File table referencing file with this hashVarious options and attributes for this hash.mbsacli.exeSelfRegCostForeign key into the File table denoting the module that needs to be registered.The cost of registering the module.serversecure.dllSERVER~1.DLL|serversecure.dllxmldb.dllhfdll.dllRemoveFileFileKeyDirPropertyInstallModeForeign key referencing Component that controls the file to be removed.Primary key used to identify a particular file entryName of the file to be removed.WildCardFilenameName of a property whose value is assumed to resolve to the full pathname to the folder of the file to be removed.Installation option, one of iimEnum.1;2;3mssecure*.cabRemoveFile.mssecure.cabmssecure*.xmlRemoveFile.mssecure.xmlthumbs.dbRemoveFile.Programs.Thumbs.dbRemoveFolder.InstallDirComponentIdKeyPathA conditional statement that will disable this component if the specified condition evaluates to the 'True' state. If a component is disabled, it will not be installed, regardless of the 'Action' state associated with the component.Remote execution option, one of irsEnumPrimary key used to identify a particular component record.A string GUID unique to this component, version, and language.Required key of a Directory table record. This is actually a property name whose value contains the actual path, set either by the AppSearch action or with the default setting obtained from the Directory table.Either the primary key into the File table, Registry table, or ODBCDataSource table. This extract path is stored when the component is installed, and is used to detect the presence of the component and to return the path to it.File;Registry;ODBCDataSource{80865336-4C39-46B6-87C9-DE38411D5078}OMBSARegistryRootKeyThe registry value name.The registry value.Foreign key into the Component table referencing component that controls the installing of the registry value.The key for the registry value.RegPathPrimary key, non-localized token.The predefined root key for the registry value, one of rrkEnum.#1WindowsInstallerSOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\BDB13190C19AC1D438B02FDA8D80404E\InstallPropertiesRegOMBSA.1[MyProductName]ControlledBySOFTWARE\Classes\Installer\Products\BDB13190C19AC1D438B02FDA8D80404ERegOMBSA.2[ProductVersion]RegOMBSA.300000000000000000000000000000000PackageCodeRegOMBSA.4SOFTWARE\Classes\Installer\Products\BDB13190C19AC1D438B02FDA8D80404E\SourceListRegOMBSA.5*RegDelOMBSA.1RegDelOMBSA.2{D0C1C4A3-7C91-4630-8E76-73E2C5D6EACC}System.VCSharedmsvcp60.dll{23A95C03-6CE7-49C5-9F28-F47599591164}ApplicationABOUT~2.HTM|about.htmlabout.htmlCOMPUT~1.XSL|computerMRU.xslcomputerMRU.xslCOA8D0~1.XSL|copyreport.xslcopyreport.xslCOAC5F~1.XSL|copyreportlist.xslcopyreportlist.xslCOC9E2~1.XSL|copyreportlisttxt.xslcopyreportlisttxt.xslCOC843~1.XSL|copyreporttxt.xslcopyreporttxt.xslDEFAUL~1.HTM|Default.htmlDefault.htmlDOMAIN~1.XSL|domainMRU.xsldomainMRU.xslERRORS~2.HTM|errors.htmlerrors.htmlerrors.xsl|errors.xslerrors.xslFOOTER~1.HTM|Footer.htmlFooter.htmlHEADER~2.HTM|Header.htmlHeader.htmlipMRU.xsl|ipMRU.xslipMRU.xslIPRANG~1.XSL|iprangeMRU.xsliprangeMRU.xslOFFICE~1.XSL|officeadapt.xslofficeadapt.xslONEREP~2.HTM|onereport.htmlonereport.htmlOPTION~1.HTM|optionshelp.htmloptionshelp.htmlPICKCO~1.HTM|pickcomputer.htmlpickcomputer.htmlPICKCO~2.HTM|pickcomputers.htmlpickcomputers.htmlPICKRE~2.HTM|pickreport.htmlpickreport.htmlPRINTR~3.HTM|PrintReport.htmlPrintReport.htmlPRINTR~2.XSL|printreport.xslprintreport.xslPRINTR~4.HTM|PrintReportList.htmlPrintReportList.htmlREPORT~4.HTM|report.htmlreport.htmlreport.xsl|report.xslreport.xslRE52E8~1.HTM|reportdetails.htmlreportdetails.htmlREPORT~1.XSL|reportdetails.xslreportdetails.xslREPORT~2.XSL|reportdetailsHF.xslreportdetailsHF.xslRE6E26~1.XSL|reportdetailsHFSQL.xslreportdetailsHFSQL.xslREPORT~3.XSL|reportdetailsSQL.xslreportdetailsSQL.xslREPORT~5.XSL|reportnamelist.xslreportnamelist.xslREA5FB~1.HTM|reports.htmlreports.htmlreports.xsl|reports.xslreports.xslSCAN~1.HTM|scan.htmlscan.htmlSHOWRE~1.HTM|ShowReport.htmlShowReport.htmlsusMRU.xsl|susMRU.xslsusMRU.xslTOOLBA~2.HTM|ToolBar.htmlToolBar.htmlVIEWER~2.HTM|viewerrors.htmlviewerrors.htmlVIEWRE~2.HTM|viewreport.htmlviewreport.htmlWELCOM~1.HTM|welcome.htmlwelcome.htmlNEWVER~1.HTM|newversion.htmlnewversion.htmlRE8DB5~1.XSL|reportdetailsIEZones.xslreportdetailsIEZones.xslREPORT~6.HTM|reportdetailsIEZonesSub.htmlreportdetailsIEZonesSub.htmlREF7F1~1.XSL|reportdetailsIEZonesSub.xslreportdetailsIEZonesSub.xsl{5287A588-FA3B-4AF0-B9A4-2B26A0C2AE09}DataChecks.csvDetails.csvNOEXPI~1.TXT|NoExpireOk.txtNoExpireOk.txtServices.txt{244CD8A9-1716-4B4B-B783-D388F67B924A}ConsoleDataCMDDET~1.XSL|cmdDetailReport.xslcmdDetailReport.xslCMDDET~2.XSL|cmdDetailReport_v.xslcmdDetailReport_v.xslCMDERR~1.XSL|cmdErrors.xslcmdErrors.xslCMDOVE~1.XSL|cmdOverviewReport.xslcmdOverviewReport.xslCMDREP~1.XSL|cmdReportList.xslcmdReportList.xsl{68AC02B1-D27F-4F8C-A7F4-1C01F3FEDF1F}EventLog[#serversecure.dll]EventMessageFileSYSTEM\CurrentControlSet\Services\Eventlog\Application\MBSAEventLog.MessageFile#7TypesSupportedEventLog.Types{94A3A3B8-7BF2-4D57-8F12-9353CDC6D8E7}HelpCHECK2~1.HTM|check20001.htmlcheck20001.htmlCHECK2~2.HTM|check20001fix.htmlcheck20001fix.htmlCHECK5~1.HTM|check5311.htmlcheck5311.htmlCHECK5~2.HTM|check53110.htmlcheck53110.htmlCHECK5~3.HTM|check53110fix.htmlcheck53110fix.htmlCHECK5~4.HTM|check53111.htmlcheck53111.htmlCH60AA~1.HTM|check53111fix.htmlcheck53111fix.htmlCHFDC0~1.HTM|check53112.htmlcheck53112.htmlCH60A9~1.HTM|check53112fix.htmlcheck53112fix.htmlCH0ECC~1.HTM|check53114.htmlcheck53114.htmlCH60A7~1.HTM|check53114fix.htmlcheck53114fix.htmlCH0ECA~1.HTM|check53115.htmlcheck53115.htmlCH60AE~1.HTM|check53115fix.htmlcheck53115fix.htmlCH0EC8~1.HTM|check53116.htmlcheck53116.htmlCH60A5~1.HTM|check53116fix.htmlcheck53116fix.htmlCH0EC6~1.HTM|check53117.htmlcheck53117.htmlCH60A4~1.HTM|check53117fix.htmlcheck53117fix.htmlCHA8C6~1.HTM|check5311fix.htmlcheck5311fix.htmlCH3485~1.HTM|check5313.htmlcheck5313.htmlCHAAC6~1.HTM|check5313fix.htmlcheck5313fix.htmlCH3885~1.HTM|check5314.htmlcheck5314.htmlCHABC6~1.HTM|check5314fix.htmlcheck5314fix.htmlCH3C85~1.HTM|check5315.htmlcheck5315.htmlCHACC6~1.HTM|check5315fix.htmlcheck5315fix.htmlCH3095~1.HTM|check5316.htmlcheck5316.htmlCHADC6~1.HTM|check5316fix.htmlcheck5316fix.htmlCH3495~1.HTM|check5317.htmlcheck5317.htmlCHAEC6~1.HTM|check5317fix.htmlcheck5317fix.htmlCH3895~1.HTM|check5318.htmlcheck5318.htmlCHAFC6~1.HTM|check5318fix.htmlcheck5318fix.htmlCH3C95~1.HTM|check5319.htmlcheck5319.htmlCHA0D6~1.HTM|check5319fix.htmlcheck5319fix.htmlCH3C7F~1.HTM|check5321.htmlcheck5321.htmlCHA849~1.HTM|check5321fix.htmlcheck5321fix.htmlCH348F~1.HTM|check5323.htmlcheck5323.htmlCHAA49~1.HTM|check5323fix.htmlcheck5323fix.htmlCH388F~1.HTM|check5324.htmlcheck5324.htmlCHAB49~1.HTM|check5324fix.htmlcheck5324fix.htmlCH3C8F~1.HTM|check5325.htmlcheck5325.htmlCHAC49~1.HTM|check5325fix.htmlcheck5325fix.htmlCH309F~1.HTM|check5326.htmlcheck5326.htmlCHAD49~1.HTM|check5326fix.htmlcheck5326fix.htmlCH349F~1.HTM|check5327.htmlcheck5327.htmlCHAE49~1.HTM|check5327fix.htmlcheck5327fix.htmlCH389F~1.HTM|check5328.htmlcheck5328.htmlCHAF49~1.HTM|check5328fix.htmlcheck5328fix.htmlCH3C71~1.HTM|check5331.htmlcheck5331.htmlCHFDC2~1.HTM|check53310.htmlcheck53310.htmlCH60AA~2.HTM|check53310fix.htmlcheck53310fix.htmlCHFDC0~2.HTM|check53311.htmlcheck53311.htmlCH60A9~2.HTM|check53311fix.htmlcheck53311fix.htmlCHFDCE~2.HTM|check53312.htmlcheck53312.htmlCH60A8~2.HTM|check53312fix.htmlcheck53312fix.htmlCHA8C9~1.HTM|check5331fix.htmlcheck5331fix.htmlCH3481~1.HTM|check5333.htmlcheck5333.htmlCHAAC9~1.HTM|check5333fix.htmlcheck5333fix.htmlCH3881~1.HTM|check5334.htmlcheck5334.htmlCHABC9~1.HTM|check5334fix.htmlcheck5334fix.htmlCH3C81~1.HTM|check5335.htmlcheck5335.htmlCHACC9~1.HTM|check5335fix.htmlcheck5335fix.htmlCH3091~1.HTM|check5336.htmlcheck5336.htmlCHADC9~1.HTM|check5336fix.htmlcheck5336fix.htmlCH3491~1.HTM|check5337.htmlcheck5337.htmlCHAEC9~1.HTM|check5337fix.htmlcheck5337fix.htmlCH3891~1.HTM|check5338.htmlcheck5338.htmlCHAFC9~1.HTM|check5338fix.htmlcheck5338fix.htmlCH3C91~1.HTM|check5339.htmlcheck5339.htmlCHA0D9~1.HTM|check5339fix.htmlcheck5339fix.htmlCH06D8~1.HTM|check53176.htmlcheck53176.htmlCH64A5~1.HTM|check53176fix.htmlcheck53176fix.htmlCH06D6~1.HTM|check53177.htmlcheck53177.htmlCH64A4~1.HTM|check53177fix.htmlcheck53177fix.htmlCH0AD4~1.HTM|check53178.htmlcheck53178.htmlCH66A3~1.HTM|check53178fix.htmlcheck53178fix.htmlCH0AD2~1.HTM|check53179.htmlcheck53179.htmlCH66A2~1.HTM|check53179fix.htmlcheck53179fix.htmlMBSAHE~1.HTM|mbsahelp.htmlmbsahelp.htmlREADME~1.HTM|readme.html{81362196-3FBF-4A16-942E-792324980B61}cssfooter.cssRESULT~1.CSS|resultdetails.cssresultdetails.cssscanner.csscoUA.csscoUApr~1.css|coUAprint.csscoUAprint.css{F6C14D86-5D00-467B-AD00-B36426918813}graphicsarrow.gifARROW_~1.GIF|arrow_disabled.gifarrow_disabled.gifastrx.gifbanner.jpgbarrow.gifBARROW~1.GIF|barrow_disabled.gifbarrow_disabled.gifchek_grn.gifclose_1.gifclose_2.gifclose_3.gifcopy.gifdash.gifexcl_gld.gifexcl_red.gifinfo.gifLEFTCO~1.GIF|LeftCorner.gifLeftCorner.gifMSTOOL~1.GIF|mstoolbar_ms.gifmstoolbar_ms.gifplus_blu.gifprint.gifprogress.gifPROGRE~1.GIF|progress_empty.gifprogress_empty.gifRIGHTC~1.GIF|RightCorner.gifRightCorner.gifscore_1.gifscore_3.gifspacer.gifstar_blu.gifTOC_EN~1.GIF|toc_endnode.giftoc_endnode.gifwait_m.curx_gold.gifx_red.gifRemoveFile.graphics.Thumbs.db{84DD6BDD-A518-4F86-9D7A-E7B7079ADB22}includesdropdown.jsobject.js{D1F07FA1-B2E4-4CAC-A01F-2456411CE06C}OFFICE~1|OfficeUpdOfficeUpdconvert.exeINVENT~1.EXE|inventory.exeinventory.exeoudetect.dllPATCHD~1.XML|patchdata.xmlRemoveFile.patchdata.xmlINVENT~1.HTM|inventorycatalog.htmlRemoveFile.inventorycatalog.htmlTMP_IN~1.EXE|tmp_invcm.exeRemoveFile.tmp_invcm.exe{2B553EC8-A27B-45C6-81CB-EB12E3A3A9E8}cifsOfficeUpdCifsOfficeUpdCifpuids.cifRemoveFile.puids.cif{469092CE-35AD-4660-9B47-279B3FB63518}DesktopFolderDesktopIconShortcutArgumentsHotkeyIcon_IconIndexShowCmdWkDirThe name of the shortcut to be created.The description for the shortcut.Foreign key into the Component table denoting the component whose selection gates the the shortcut creation/deletion.Foreign key into the File table denoting the external icon file for the shortcut.IconThe icon index for the shortcut.Foreign key into the Directory table denoting the directory where the shortcut file is created.The shortcut target. This is usually a property that is expanded to a file or a folder that the shortcut points to.The command-line arguments for the shortcut.The hotkey for the shortcut. It has the virtual-key code for the key in the low-order byte, and the modifier flags in the high-order byte. The show command for the application window.The following values may be used.1;3;7Name of property defining location of working directory.[#mbsa.exe]mbsa.lnk|Microsoft Baseline Security Analyzer 1.2SOFTWARE\Microsoft\[MyProductName]\DesktopIconRegMBSA.CU.DesktopIcon{70F23D83-2498-48A8-92D6-3C7EB71438BC}ProgramMenuFolderProgramMenuIconSOFTWARE\Microsoft\[MyProductName]RegMBSA.CU.ProgramMenuIcon{207C4072-92CC-47F2-996D-14D45ED4F641}FeatureFeature_ParentTitleDisplayLevelLonger descriptive text describing a visible feature item.Feature attributes0;1;2;4;5;6;8;9;10;16;17;18;20;21;22;24;25;26;32;33;34;36;37;38;48;49;50;52;53;54Primary key used to identify a particular feature record.The name of the Directory that can be configured by the UI. A non-null value will enable the browse button.The install level at which record will be initially selected. An install level of 0 will disable an item and prevent its display.Short text identifying a visible feature item.Numeric sort order, used to force a specific display ordering.Optional key of a parent record in the same table. If the parent is not selected, then the record will not be installed. Null indicates a root item.MBSAFeatureComponentsFeature_Foreign key into Feature table.Foreign key into Component table.StartMenuIconMediaDiskIdLastSequenceDiskPromptCabinetVolumeLabelThe property defining the location of the cabinet file.If some or all of the files stored on the media are compressed in a cabinet, the name of that cabinet.Primary key, integer to determine sort order for table.Disk name: the visible text actually printed on the disk. This will be used to prompt the user when this disk needs to be inserted.File sequence number for the last file for this media.The label attributed to the volume.Disk1#Data.CabArial10DefaultUIFontErrorDialogControlEventDialog_Control_EventArgumentOrderingA standard conditional statement that specifies under which conditions an event should be triggered.An integer used to order several events tied to the same control. Can be left blank.A value to be used as a modifier when triggering a particular event.A foreign key to the Dialog table, name of the dialog.DialogA foreign key to the Control table, name of the controlControlAn identifier that specifies the type of the event that should take place when the user interacts with control specified by the first two entries.ReturnEndDialogCancelExitYesXWidthHeightControl_NextThe type of the control.Vertical coordinate of the upper left corner of the bounding rectangle of the control.A string used to set the initial text contained within a control (if appropriate).The name of a defined property to be linked to this control. A 32-bit word that specifies the attribute flags to be applied to this control.Height of the bounding rectangle of the control.Width of the bounding rectangle of the control.Horizontal coordinate of the upper left corner of the bounding rectangle of the control.Name of the control. This name must be unique within a dialog, but can repeat on different dialogs. The name of an other control on the same dialog. This link defines the tab order of the controls. The links have to form one or more cycles!External key to the Dialog table, name of the dialog.The help strings used with the button. The text is optional. [TEXT]&ReprendrePushButton[TEXT]Linstallation nest pas termine. Si vous quittez le programme dinstallation maintenant, lapplication ne sera pas installe. Vous pourrez excuter le programme dinstallation ultrieurement pour terminer linstallation. Pour continuer linstallation, cliquez sur Reprendre. Pour quitter le programme dinstallation, cliquez sur Quitter.[TEXT]&QuitterHCenteringVCenteringControl_FirstControl_DefaultControl_CancelA 32-bit word that specifies the attribute flags to be applied to this dialog.Height of the bounding rectangle of the dialog.Width of the bounding rectangle of the dialog.Name of the dialog.Defines the cancel control. Hitting escape or clicking on the close icon on the dialog is equivalent to pushing this button.Defines the default control. Hitting return is equivalent to pushing this button.Defines the control that has the focus when the dialog is created.Horizontal position of the dialog on a 0-100 scale. 0 means left end, 100 means right end of the screen, 50 center.A text string specifying the title to be displayed in the title bar of the dialog's window.Vertical position of the dialog on a 0-100 scale. 0 means top end, 100 means bottom end of the screen, 50 center.ListBoxOrderThe visible text to be assigned to the item. Optional. If this entry or the entire column is missing, the text is the same as the value.A named property to be tied to this item. All the items tied to the same property become part of the same listbox.The value string associated with this item. Selecting the line will set the associated property to this value.A positive integer used to determine the ordering of the items within one list..The integers do not have to be consecutive.Installation de MBSAErrorYes[TEXT]&OuiErrorAbortA[TEXT]&AnnulerErrorCancelC[TEXT]Annu&lerErrorIgnoreI[TEXT]&IgnorerErrorNo[TEXT]&NonErrorOkO[TEXT]&OKErrorRetryR[TEXT]&RessayererroriconErrorIcon[TEXT]ErrorTextISSCRIPTRUNNING="1"CleanUpDoActionFinishFatalErrorControlConditionThe desired action to be taken on the specified control.Default;Disable;Enable;Hide;ShowA standard conditional statement that specifies under which conditions the action should be triggered.A foreign key to the Control table, name of the control.NOT UpdateStartedDefault[Suspend]DisableUpdateStartedEnable[TEXT]&Terminer{}BackLineDlgLine[TITLE]Le programme dinstallation a rencontr une erreur.TextLine1[TEXT]Le programme dinstallation a t interrompu avant linstallation complte du logiciel "[MyProductName]".TextLine2HideFinishText1Show[TEXT]Votre systme na pas t modifi. Pour terminer linstallation ultrieurement, excutez le programme dinstallation nouveau.FinishText2[TEXT]Cliquez sur Terminer pour quitter le programme dinstallation.RestContText1[TEXT]Vous pouvez conserver les lments installs sur votre systme pour continuer cette installation ultrieurement ou restaurer votre systme dans son tat initial prcdant linstallation.RestContText2[TEXT]Cliquez sur Restaurer ou Continuer ultrieurement pour quitter linstallation.bannerBitmapBannerLine12top16Bitmap24[TEXT]< &PrcdentRetryFilesInUseIgnore[TITLE]Programmes en cours dexcutionRunningProgramsList[TEXT]< &Ignorer[TEXT]Les programmes suivants sont en cours dexcution.ListLabel[TEXT]Fermez ces programmes lors de linstallation.RecommendedLabelFileInUseProcessOKUserExitInstalledTextInstall[TEXT]Linstallation du logiciel "[MyProductName]" a t interrompue avant la fin de linstallation de votre nouveau logiciel. Vous pouvez excuter linstallation ultrieurement pour terminer linstallation de ce logiciel.Operation <> "Modify" OR NOT InstalledTextModify[TEXT]La configuration du logiciel "[MyProductName]" a t interrompue avant davoir effectu des modifications sur le produit. Vous pouvez excuter linstallation ultrieurement pour modifier ou supprimer ce logiciel.Operation <> "Reinstall" OR NOT InstalledTextRepair[TEXT]La rparation du logiciel "[MyProductName]" a t interrompue avant sa fin.Operation <> "Remove" OR NOT InstalledTextRemove[TEXT]La suppression du logiciel "[MyProductName]" a t interrompue avant sa fin.Operation <> "Upgrade" OR NOT InstalledTextUpgrade[TEXT]La mise niveau du logiciel "[MyProductName]" a t interrompue avant sa fin.InstallPathTooBig[TEXT]Linstallation de [MyProductName] ne peut pas utiliser le dossier spcifi car le chemin daccs est trop long. Slectionnez un autre dossier de destination.MessageNOT UpgradeSilentSpawnDialogProgressUpgradeSilentEventMappingAttributeA foreign key to the Dialog table, name of the Dialog.An identifier that specifies the type of the event that the control subscribes to.The name of the control attribute, that is set when this event is received.SetProgressProgressBar[TEXT]Opration en cours:ActionCaptionActionTextPrepInstInstalled OR UpgradeSilent[TEXT]Prparation de linstallation...PrepUninstMModeType <> "Remove" OR NOT Installed[TEXT]Prparation de la dsinstallation...PrepRepairMModeType <> "Repair" OR NOT Installed[TEXT]Prparation de la rparation...PrepUpgrade(MModeType <> "Upgrade" OR NOT Installed) AND NOT UpgradeSilent[TEXT]Prparation de la mise niveau...ActionDataInstallMgs[TITLE]Progression de linstallationRemoveMsg[TITLE]Progression de la dsinstallationRepairMsg[TITLE]Progression de la rparationUpgradeMsg[TITLE]Progression de la mise niveau[TEXT]Veuillez patienterText2LineTopLineBottomRequirementsMissing[TEXT]La configuration requise pour excuter [MyProductName] nest toujours pas disponible. Vous devez vous y conformer avant de continuer.WelcomeDialog0[TEXT]Version [Version]Text14[TITLE]Bienvenue dans [MyProductName]Line3Prep1[TEXT]Prparation de lAssistant Installation de [MyProductName]...NOT InstalledPrep2[TEXT]Prparation de lAssistant Configuration de [MyProductName]...LicenseDialogNewDialogNextStartSetupDialog[TEXT]Sui&vant >Previous{&Arial14}Installation de [MyProductName][TEXT]Avertissement: ce programme est protg par la loi relative aux droits dauteur et par les conventions internationales. Toute reproduction ou distribution partielle ou totale du logiciel, par quelque moyen que ce soit, est strictement interdite. Toute personne ne respectant pas ces dispositions se rendra coupable du dlit de contrefaon et sera passible des sanctions pnales prvues par la loi. Copyright 2002-2004 Microsoft Corporation. Tous droits rservs.[TEXT]Il est vivement recommand de fermer tous les programmes Windows avant dexcuter ce programme dinstallation. Cliquez sur Annuler pour quitter le programme dinstallation, puis fermez tout programme en cours dexcution. Cliquez sur Suivant pour continuer linstallation.Text1[TITLE]Bienvenue dans loutil [MyProductName]InternetExplorerMissing OR XMLParserMissingVerifyRequirementsNOT(InternetExplorerMissing OR XMLParserMissing)InstallationDestinationAccept = "Yes"Accept <> "Yes"RadioButtonGroupGroupLicense[TEXT]Vous devez accepter le contrat de licence ci-dessous pour continuer.PrintLicense{\rtf1\ansi\ansicpg1252\uc1\deff0\stshfdbch0\stshfloch0\stshfhich0\stshfbi0\deflang1033\deflangfe1041{\fonttbl{\f0\froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman;} {\f2\fmodern\fcharset0\fprq1{\*\panose 02070309020205020404}Courier New;}{\f3\froman\fcharset2\fprq2{\*\panose 05050102010706020507}Symbol;}{\f35\fswiss\fcharset0\fprq2{\*\panose 020b0604030504040204}Tahoma;} {\f39\fswiss\fcharset0\fprq2{\*\panose 020b0506020202030204}Arial Narrow;}{\f41\fnil\fcharset0\fprq2{\*\panose 00000000000000000000}Microsoft Logo;}{\f60\froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times;} {\f110\froman\fcharset0\fprq2{\*\panose 02040602050305030304}Book Antiqua;}{\f279\froman\fcharset238\fprq2 Times New Roman CE;}{\f280\froman\fcharset204\fprq2 Times New Roman Cyr;}{\f282\froman\fcharset161\fprq2 Times New Roman Greek;} {\f283\froman\fcharset162\fprq2 Times New Roman Tur;}{\f284\froman\fcharset177\fprq2 Times New Roman (Hebrew);}{\f285\froman\fcharset178\fprq2 Times New Roman (Arabic);}{\f286\froman\fcharset186\fprq2 Times New Roman Baltic;} {\f287\froman\fcharset163\fprq2 Times New Roman (Vietnamese);}{\f299\fmodern\fcharset238\fprq1 Courier New CE;}{\f300\fmodern\fcharset204\fprq1 Courier New Cyr;}{\f302\fmodern\fcharset161\fprq1 Courier New Greek;} {\f303\fmodern\fcharset162\fprq1 Courier New Tur;}{\f304\fmodern\fcharset177\fprq1 Courier New (Hebrew);}{\f305\fmodern\fcharset178\fprq1 Courier New (Arabic);}{\f306\fmodern\fcharset186\fprq1 Courier New Baltic;} {\f307\fmodern\fcharset163\fprq1 Courier New (Vietnamese);}{\f629\fswiss\fcharset238\fprq2 Tahoma CE;}{\f630\fswiss\fcharset204\fprq2 Tahoma Cyr;}{\f632\fswiss\fcharset161\fprq2 Tahoma Greek;}{\f633\fswiss\fcharset162\fprq2 Tahoma Tur;} {\f634\fswiss\fcharset177\fprq2 Tahoma (Hebrew);}{\f635\fswiss\fcharset178\fprq2 Tahoma (Arabic);}{\f636\fswiss\fcharset186\fprq2 Tahoma Baltic;}{\f637\fswiss\fcharset163\fprq2 Tahoma (Vietnamese);}{\f638\fswiss\fcharset222\fprq2 Tahoma (Thai);} {\f669\fswiss\fcharset238\fprq2 Arial Narrow CE;}{\f670\fswiss\fcharset204\fprq2 Arial Narrow Cyr;}{\f672\fswiss\fcharset161\fprq2 Arial Narrow Greek;}{\f673\fswiss\fcharset162\fprq2 Arial Narrow Tur;}{\f676\fswiss\fcharset186\fprq2 Arial Narrow Baltic;} {\f1379\froman\fcharset238\fprq2 Book Antiqua CE;}{\f1380\froman\fcharset204\fprq2 Book Antiqua Cyr;}{\f1382\froman\fcharset161\fprq2 Book Antiqua Greek;}{\f1383\froman\fcharset162\fprq2 Book Antiqua Tur;} {\f1386\froman\fcharset186\fprq2 Book Antiqua Baltic;}}{\colortbl;\red0\green0\blue0;\red0\green0\blue255;\red0\green255\blue255;\red0\green255\blue0;\red255\green0\blue255;\red255\green0\blue0;\red255\green255\blue0;\red255\green255\blue255; \red0\green0\blue128;\red0\green128\blue128;\red0\green128\blue0;\red128\green0\blue128;\red128\green0\blue0;\red128\green128\blue0;\red128\green128\blue128;\red192\green192\blue192;}{\stylesheet{ \ql \li0\ri0\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \f60\fs24\cf1\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 \snext0 Normal;}{\*\cs10 \additive \ssemihidden Default Paragraph Font;}{\* \ts11\tsrowd\trftsWidthB3\trpaddl108\trpaddr108\trpaddfl3\trpaddft3\trpaddfb3\trpaddfr3\tscellwidthfts0\tsvertalt\tsbrdrt\tsbrdrl\tsbrdrb\tsbrdrr\tsbrdrdgl\tsbrdrdgr\tsbrdrh\tsbrdrv \ql \li0\ri0\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \fs20\lang1024\langfe1024\cgrid\langnp1024\langfenp1024 \snext11 \ssemihidden Normal Table;}{\s15\ql \fi-187\li187\ri0\sb60\sl-200\slmult0 \widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin187\itap0 \fs18\expnd-1\expndtw-5\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 \sbasedon0 \snext15 3c. Numbered;}{\s16\ql \li0\ri0\sl-320\slmult0\widctlpar \tx634\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \fs12\expnd-1\expndtw-5\cf5\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 \sbasedon0 \snext16 6. Part No.;}{\s17\ql \li0\ri0\sl-460\slmult0\widctlpar \tx240\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \b\f39\fs44\expnd-6\expndtw-30\lang1033\langfe1033\kerning42\cgrid\langnp1033\langfenp1033 \sbasedon0 \snext17 1. Section Head;}{\s18\ql \li0\ri-18\sb120\sl-240\slmult0\widctlpar \tx576\tx1152\tx1728\aspalpha\aspnum\faauto\adjustright\rin-18\lin0\itap0 \b\f39\fs22\expnd-2\expndtw-10\lang1033\langfe1033\kerning22\cgrid\langnp1033\langfenp1033 \sbasedon0 \snext18 2. LA Subhead;}{\s19\ql \li0\ri0\sb120\sl-220\slmult0\widctlpar\brdrt \brdrs\brdrw15 \tx576\tx1152\tx1728\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \b\caps\f39\fs18\expnd-1\expndtw-5\lang1033\langfe1033\kerning16\cgrid\langnp1033\langfenp1033 \sbasedon0 \snext19 4. LA Para Head;}{ \s20\ql \fi-180\li360\ri0\sb60\sl-200\slmult0\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin360\itap0 \fs18\expnd-1\expndtw-5\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 \sbasedon0 \snext20 3d. Numbered-Sub;}{\*\cs21 \additive \ul\cf2 \sbasedon10 Hyperlink;}{\*\cs22 \additive \f2\cf13\lang1024\langfe1024\noproof DO_NOT_TRANSLATE;}{\s23\ql \li0\ri0\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \f35\fs16\cf1\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 \sbasedon0 \snext23 \ssemihidden Balloon Text;}}{\*\latentstyles\lsdstimax156\lsdlockeddef0}{\*\listtable{\list\listtemplateid67698689{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext \'01\u-3913 ?;}{\levelnumbers;}\f3\fbias0 \fi-360\li360\jclisttab\tx360\lin360 }{\listlevel\levelnfc0\levelnfcn0\leveljc0\leveljcn0\levelfollow0\levelstartat0\levelspace0\levelindent0{\leveltext\'00;}{\levelnumbers;}}{\listlevel\levelnfc0\levelnfcn0 \leveljc0\leveljcn0\levelfollow0\levelstartat0\levelspace0\levelindent0{\leveltext\'00;}{\levelnumbers;}}{\listlevel\levelnfc0\levelnfcn0\leveljc0\leveljcn0\levelfollow0\levelstartat0\levelspace0\levelindent0{\leveltext\'00;}{\levelnumbers;}}{\listlevel \levelnfc0\levelnfcn0\leveljc0\leveljcn0\levelfollow0\levelstartat0\levelspace0\levelindent0{\leveltext\'00;}{\levelnumbers;}}{\listlevel\levelnfc0\levelnfcn0\leveljc0\leveljcn0\levelfollow0\levelstartat0\levelspace0\levelindent0{\leveltext \'00;}{\levelnumbers;}}{\listlevel\levelnfc0\levelnfcn0\leveljc0\leveljcn0\levelfollow0\levelstartat0\levelspace0\levelindent0{\leveltext\'00;}{\levelnumbers;}}{\listlevel\levelnfc0\levelnfcn0\leveljc0\leveljcn0\levelfollow0\levelstartat0\levelspace0 \levelindent0{\leveltext\'00;}{\levelnumbers;}}{\listlevel\levelnfc0\levelnfcn0\leveljc0\leveljcn0\levelfollow0\levelstartat0\levelspace0\levelindent0{\leveltext\'00;}{\levelnumbers;}}{\listname ;}\listid617877172}{\list\listtemplateid67698689{\listlevel \levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'01\u-3913 ?;}{\levelnumbers;}\f3\fbias0 \fi-360\li360\jclisttab\tx360\lin360 }{\listlevel\levelnfc0\levelnfcn0\leveljc0\leveljcn0\levelfollow0 \levelstartat0\levelspace0\levelindent0{\leveltext\'00;}{\levelnumbers;}}{\listlevel\levelnfc0\levelnfcn0\leveljc0\leveljcn0\levelfollow0\levelstartat0\levelspace0\levelindent0{\leveltext\'00;}{\levelnumbers;}}{\listlevel\levelnfc0\levelnfcn0\leveljc0 \leveljcn0\levelfollow0\levelstartat0\levelspace0\levelindent0{\leveltext\'00;}{\levelnumbers;}}{\listlevel\levelnfc0\levelnfcn0\leveljc0\leveljcn0\levelfollow0\levelstartat0\levelspace0\levelindent0{\leveltext\'00;}{\levelnumbers;}}{\listlevel\levelnfc0 \levelnfcn0\leveljc0\leveljcn0\levelfollow0\levelstartat0\levelspace0\levelindent0{\leveltext\'00;}{\levelnumbers;}}{\listlevel\levelnfc0\levelnfcn0\leveljc0\leveljcn0\levelfollow0\levelstartat0\levelspace0\levelindent0{\leveltext\'00;}{\levelnumbers;}} {\listlevel\levelnfc0\levelnfcn0\leveljc0\leveljcn0\levelfollow0\levelstartat0\levelspace0\levelindent0{\leveltext\'00;}{\levelnumbers;}}{\listlevel\levelnfc0\levelnfcn0\leveljc0\leveljcn0\levelfollow0\levelstartat0\levelspace0\levelindent0{\leveltext \'00;}{\levelnumbers;}}{\listname ;}\listid2141680725}}{\*\listoverridetable{\listoverride\listid2141680725\listoverridecount0\ls1}{\listoverride\listid617877172\listoverridecount0\ls2}}{\*\rsidtbl \rsid4085889\rsid5008364\rsid14419787}{\*\generator Micro soft Word 11.0.5329;}{\info{\title Microsoft Baseline Security Analyzer Tool}{\author dcorey}{\operator Nelson Araujo}{\creatim\yr2003\mo9\dy22\hr9\min34}{\revtim\yr2003\mo9\dy22\hr9\min34}{\printim\yr2003\mo3\dy7\hr13\min16}{\version2}{\edmins0} {\nofpages3}{\nofwords1907}{\nofchars10875}{\*\company Microsoft Corporation}{\nofcharsws12757}{\vern24683}}\margl1253\margr1253\margt810\margb1800 \widowctrl\ftnbj\aenddoc\noxlattoyen\expshrtn\noultrlspc\dntblnsbdb\nospaceforul\hyphcaps0\formshade\horzdoc\dgmargin\dghspace180\dgvspace180\dghorigin1253\dgvorigin810\dghshow1\dgvshow1 \jexpand\viewkind1\viewscale100\pgbrdrhead\pgbrdrfoot\splytwnine\ftnlytwnine\htmautsp\nolnhtadjtbl\useltbaln\alntblind\lytcalctblwd\lyttblrtgr\lnbrkrule\rsidroot4085889 \fet0{\*\ftnsep \pard\plain \ql \li0\ri0\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \f60\fs24\cf1\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\insrsid14419787 \chftnsep \par }}{\*\ftnsepc \pard\plain \ql \li0\ri0\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \f60\fs24\cf1\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\insrsid14419787 \chftnsepc \par }}{\*\aftnsep \pard\plain \ql \li0\ri0\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \f60\fs24\cf1\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\insrsid14419787 \chftnsep \par }}{\*\aftnsepc \pard\plain \ql \li0\ri0\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \f60\fs24\cf1\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\insrsid14419787 \chftnsepc \par }}\sectd \psz1\linex0\headery0\footery850\sectdefaultcl\sftnbj {\footer \pard\plain \s16\ql \li0\ri0\sl-320\slmult0\widctlpar\tqr\tx9450\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \fs12\expnd-1\expndtw-5\cf5\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\cf0\insrsid5008364 \tab }{\f41\fs36\cf0\insrsid5008364 \par }}{\*\pnseclvl1\pnucrm\pnstart1\pnindent720\pnhang {\pntxta .}}{\*\pnseclvl2\pnucltr\pnstart1\pnindent720\pnhang {\pntxta .}}{\*\pnseclvl3\pndec\pnstart1\pnindent720\pnhang {\pntxta .}}{\*\pnseclvl4\pnlcltr\pnstart1\pnindent720\pnhang {\pntxta )}} {\*\pnseclvl5\pndec\pnstart1\pnindent720\pnhang {\pntxtb (}{\pntxta )}}{\*\pnseclvl6\pnlcltr\pnstart1\pnindent720\pnhang {\pntxtb (}{\pntxta )}}{\*\pnseclvl7\pnlcrm\pnstart1\pnindent720\pnhang {\pntxtb (}{\pntxta )}}{\*\pnseclvl8 \pnlcltr\pnstart1\pnindent720\pnhang {\pntxtb (}{\pntxta )}}{\*\pnseclvl9\pnlcrm\pnstart1\pnindent720\pnhang {\pntxtb (}{\pntxta )}}\pard\plain \s17\ql \li0\ri0\sl-460\slmult0\widctlpar\tx240\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \b\f39\fs44\expnd-6\expndtw-30\lang1033\langfe1033\kerning42\cgrid\langnp1033\langfenp1033 {\fs32\lang1036\langfe1033\langnp1036\insrsid5008364 Outil Microsoft Baseline Security Analyzer, }{ \fs32\lang1036\langfe1033\langnp1036\insrsid5008364\charrsid14419109 version\~1.2}{\f0\fs32\insrsid5008364 \par }{\f0\fs24\lang1036\langfe1033\langnp1036\insrsid5008364 CONTRAT DE LICENCE UTILISATEUR FINAL POUR LOGICIEL MICROSOFT}{\f0\fs24\lang1036\langfe1033\kerning44\langnp1036\insrsid5008364 \par }\pard\plain \s18\qj \li0\ri-18\sb120\sl-240\slmult0\widctlpar\tx576\tx1152\tx1728\aspalpha\aspnum\faauto\adjustright\rin-18\lin0\itap0 \b\f39\fs22\expnd-2\expndtw-10\lang1033\langfe1033\kerning22\cgrid\langnp1033\langfenp1033 { \f0\lang1036\langfe1033\langnp1036\insrsid5008364 IMPORTANT\~\emdash \~\'c0 LIRE ATTENTIVEMENT\~: Le pr\'e9sent Contrat de Licence Utilisateur Final Microsoft (le \'ab\~CLUF\~\'bb) constitue un contrat entre vous (personne physique ou personne morale unique) et Microsoft Corporation (\'ab\~Microsoft\~\'bb) portant sur le logiciel Microsoft identifi\'e9 ci-dessus}{\lang1036\langfe1033\langnp1036\insrsid5008364 , }{\f0\lang1036\langfe1033\langnp1036\insrsid5008364 qui inclut des programmes d\rquote ordinateur et qui est susceptible de contenir des supports associ\'e9s, des documents imprim\'e9s, de la documentation \'ab\~en ligne\~\'bb ou sous forme \'e9lectronique et des services Internet (collectivement, le \'ab \~LOGICIEL\~\'bb). Le LOGICIEL peut \'eatre accompagn\'e9 d\rquote un avenant ou d\rquote un addendum au pr\'e9sent CLUF. EN INSTALLANT, EN COPIANT OU EN UTILISANT LE LOGICIEL DE TOUTE AUTRE MANI\'c8RE, VOUS RECONNAISSEZ \'caTRE LI\'c9 PAR LES TERMES DU PR\'c9SENT CLUF. SI VOUS \'caTES EN D\'c9SACCORD AVEC LES TERMES DE CE CLUF, VEUILLEZ NE PAS INSTALLER, COPIER NI UTILISER DE TOUTE AUTRE MANI\'c8RE LE LOGICIEL. \par }\pard\plain \s19\ql \li0\ri0\sb120\sl-220\slmult0\widctlpar\brdrt\brdrs\brdrw15 \tx576\tx1152\tx1728\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \b\caps\f39\fs18\expnd-1\expndtw-5\lang1033\langfe1033\kerning16\cgrid\langnp1033\langfenp1033 { \f0\fs20\lang1036\langfe1033\langnp1036\insrsid5008364 LICENcE DE LOGICIEL \par }\pard\plain \qj \li0\ri0\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \f60\fs24\cf1\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\f0\fs20\cf0\lang1036\langfe1033\langnp1036\insrsid5008364 Le LOGICIEL est prot\'e9g\'e9 par les lois et les trait\'e9s internationaux en mati\'e8re de droit d\rquote auteur, ainsi que par les autres lois et trait\'e9s en mati\'e8re de propri\'e9t\'e9 intellectuelle. }{\f0\cf0\lang1036\langfe1033\langnp1036\insrsid5008364 \par }\pard\plain \s15\ql \fi-187\li187\ri0\sb60\sl-200\slmult0\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin187\itap0 \fs18\expnd-1\expndtw-5\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\b\fs20\lang1036\langfe1033\langnp1036\insrsid5008364 \par }\pard \s15\qj \fi-187\li187\ri0\sb60\sl-200\slmult0\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin187\itap0 {\b\fs20\lang1036\langfe1033\langnp1036\insrsid5008364 1.\tab CONCESSION DE LICENCE. }{\fs20\lang1036\langfe1033\langnp1036\insrsid5008364 Microsoft vous conc\'e8de les droits limit\'e9s suivants, sous r\'e9serve que vous respectiez l\rquote ensemble des termes du pr\'e9sent CLUF\~: \par }\pard\plain \s20\qj \fi-180\li360\ri0\sb60\sl-200\slmult0\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin360\itap0 \fs18\expnd-1\expndtw-5\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\lang1036\langfe1033\langnp1036\insrsid5008364 {\field{\*\fldinst SYMBOL 183 \\f "Symbol" \\s 9}{\fldrslt\f3\fs18}}}{\lang1036\langfe1033\langnp1036\insrsid5008364 \tab }{\b\lang1036\langfe1033\langnp1036\insrsid5008364 Installation et utilisation.}{\lang1036\langfe1033\langnp1036\insrsid5008364 Vous \'eates autoris\'e9 \'e0 t\'e9l\'e9charger, installer et utiliser le LOGICIEL sur un nombre illimit\'e9 d\rquote ordinateurs, y compris des stations de travail, terminaux ou autres dispositifs \'e9lectroniques num\'e9riques (les \'ab\~Ordinateurs\~ \'bb) situ\'e9s dans vos locaux et qui ex\'e9cutent un (1) exemplaire valablement acquis sous licence de l\rquote un des syst\'e8mes d\rquote exploitation Microsoft Windows suivants\~: }{\fs20\lang1036\langfe1033\langnp1036\insrsid5008364 Microsoft Windows\~NT\~4.0, Windows\~2000, Windows\~XP ou Windows Server\~2003 (\'ab\~Produits SE Windows\~\'bb) aux seules fins d\rquote analyser les Produits SE Windows \'e0 la recherche des probl\'e8mes courants de configuration de la s\'e9curit\'e9}{ \fs20\ul\lang1036\langfe1033\langnp1036\insrsid5008364 ; et Office\~2000, Office\~XP et Office\~2003 s\rquote ils sont install\'e9s sur votre Ordinateur, pour d\rquote autres probl\'e8mes de configuration de la s\'e9curit\'e9. \par \par }{\b\lang1036\langfe1033\langnp1036\insrsid5008364 2.\tab DESCRIPTION DES AUTRES DROITS ET LIMITATIONS. \par {\listtext\pard\plain\s20 \f3\fs20\expnd-1\expndtw-5\lang1036\langfe1033\langnp1036\langfenp1033\insrsid4085889 \loch\af3\dbch\af0\hich\f3 \'b7\tab}}\pard \s20\qj \fi-360\li360\ri0\sb60\sl-200\slmult0\widctlpar \jclisttab\tx360\aspalpha\aspnum\faauto\ls1\adjustright\rin0\lin360\itap0 {\b\fs20\lang1036\langfe1033\langnp1036\insrsid4085889 Limitations relatives \'e0 l\rquote ing\'e9nierie \'e0 rebours, \'e0 la d\'e9compilation et au d\'e9sassemblage.}{ \fs20\lang1036\langfe1033\langnp1036\insrsid4085889 Vous n\rquote \'eates pas autoris\'e9 \'e0 reconstituer la logique du LOGICIEL, \'e0 le d\'e9compiler ou \'e0 le d\'e9sassembler, sauf dans la mesure o\'f9 ces op\'e9rations seraient express\'e9 ment permises par la r\'e9glementation applicable nonobstant la pr\'e9sente limitation}{\fs20\lang1036\langfe1033\langnp1036\insrsid4085889\charrsid4085889 \par {\listtext\pard\plain\s20 \f3\fs20\expnd-1\expndtw-5\lang1036\langfe1033\langnp1036\langfenp1033\insrsid5008364 \loch\af3\dbch\af0\hich\f3 \'b7\tab}}{\b\fs20\lang1036\langfe1033\langnp1036\insrsid5008364 Autorisation d\rquote utilisation des donn\'e9es.}{ \fs20\lang1036\langfe1033\langnp1036\insrsid5008364 Vous autorisez Microsoft et ses affili\'e9s \'e0 collecter et \'e0 utiliser les informations techniques rassembl\'e9es de quelque mani\'e8re que ce soit dans le cadre des services d\rquote assistance qui vous sont fournis, le cas \'e9ch\'e9ant, et qui portent sur le LOGICIEL. Microsoft pourra utiliser ces informations dans le seul but d\rquote am\'e9liorer ses produits ou de vous fournir des services ou des technologies personnalis\'e9 s. Microsoft pourra r\'e9v\'e9ler ces informations \'e0 des tiers, mais uniquement sous une forme qui ne vous identifie pas personnellement. \par {\listtext\pard\plain\s20 \f3\fs20\expnd-1\expndtw-5\lang1036\langfe1033\langnp1036\langfenp1033\insrsid5008364 \loch\af3\dbch\af0\hich\f3 \'b7\tab}}{\b\fs20\lang1036\langfe1033\langnp1036\insrsid5008364 T\'e9l\'e9chargement de FICHIER XML. }{ \fs20\lang1036\langfe1033\langnp1036\insrsid5008364 Vous reconnaissez que Microsoft est autoris\'e9e \'e0 t\'e9l\'e9charger sur vos Ordinateurs un fichier XML \'e0 partir du site Internet de Microsoft }{\field\flddirty{\*\fldinst { \fs20\lang1036\langfe1033\langnp1036\insrsid5008364 HYPERLINK "http://www.microsoft.com" }{\fs20\lang1036\langfe1033\langnp1036\insrsid5008364 {\*\datafield 00d0c9ea79f9bace118c8200aa004ba90b0200000017000000120000007700770077002e006d006900630072006f0073006f00660074002e0063006f006d000000e0c9ea79f9bace118c8200aa004ba90b3400000068007400740070003a002f002f007700770077002e006d006900630072006f0073006f00660074002e00 63006f006d002f00000000000000000000000000000000}}}{\fldrslt {\cs21\fs20\ul\lang1036\langfe1033\langnp1036\insrsid5008364 www.microsoft.com}}}{\fs20\lang1036\langfe1033\langnp1036\insrsid5008364 , \'e9 afin qu\rquote il soit utilis\'e9 par le LOGICIEL Ce fichier XML contient des informations sur les bulletins de s\'e9curit\'e9 Microsoft et les correctifs et servent, au cours du processus d\rquote analyse, \'e0 v\'e9rifier si certaines }{\fs20\ul\lang1036\langfe1033\langnp1036\insrsid5008364 mises \'e0 jour de la s\'e9curit\'e9}{\fs20\lang1036\langfe1033\langnp1036\insrsid5008364 et service packs manquent sur vos Ordinateurs. Si ce fichier n\rquote est pas t\'e9l\'e9charg\'e9 du site Web de Microsoft, l\rquote analyse de la }{ \fs20\ul\lang1036\langfe1033\langnp1036\insrsid5008364 mise \'e0 jour de la s\'e9curit\'e9}{\fs20\lang1036\langfe1033\langnp1036\insrsid5008364 ne peut s\rquote effectuer que si un exemplaire pr\'e9c\'e9demment t\'e9l\'e9charg\'e9 du fichier XML est disponible sur l\rquote Ordinateur local. \par {\listtext\pard\plain\s20 \f3\fs20\expnd-1\expndtw-5\lang1036\langfe1033\langnp1036\langfenp1033\insrsid4085889 \loch\af3\dbch\af0\hich\f3 \'b7\tab}}{\b\fs20\lang1036\langfe1033\langnp1036\insrsid4085889 T\'e9l\'e9chargement du fichier .EXE Vous accepte z que Microsoft t\'e9l\'e9charge et installe un produit iexpress contenant}{\fs20\ul\lang1036\langfe1033\langnp1036\insrsid4085889 l\rquote outil Inventaire d\rquote Office Update \'e0 partir du site Web de Microsoft, }{\field\flddirty{\*\fldinst { \fs20\ul\lang1036\langfe1033\langnp1036\insrsid4085889 HYPERLINK "http://www.microsoft.com" }{\fs20\ul\lang1036\langfe1033\langnp1036\insrsid4085889 {\*\datafield 00d0c9ea79f9bace118c8200aa004ba90b0200000003000000e0c9ea79f9bace118c8200aa004ba90b3400000068007400740070003a002f002f007700770077002e006d006900630072006f0073006f00660074002e0063006f006d002f000000}}}{\fldrslt { \cs21\fs20\ul\lang1036\langfe1033\langnp1036\insrsid4085889 www.microsoft.com}}}{\fs20\ul\lang1036\langfe1033\langnp1036\insrsid4085889 , vers vos Ordinateurs, en vue de son utilisation par le LOGICIEL. Ce fichier }{ \b\fs20\ul\lang1036\langfe1033\langnp1036\insrsid4085889 iexpress}{\fs20\ul\lang1036\langfe1033\langnp1036\insrsid4085889 contient des informations sur les bulletins de s\'e9curit\'e9 Microsoft et les correctifs et servent, au cours du processus d \rquote analyse, \'e0 v\'e9rifier si certaines mises \'e0 jour de la s\'e9curit\'e9 et service packs pour Office\~2000, Office\~XP et Office\~2003 manquent sur vos Ordinateurs. Si ce fichier n\rquote est pas t\'e9l\'e9charg\'e9 \'e0 partir du site Web de Microsoft, l\rquote analyse de la mise \'e0 jour de la s\'e9curit\'e9 ne peut s\rquote effectuer que si un exemplaire pr\'e9c\'e9demment t\'e9l\'e9charg\'e9 du fichier }{\b\fs20\ul\lang1036\langfe1033\langnp1036\insrsid4085889 iexpress}{\fs20\ul\lang1036\langfe1033\langnp1036\insrsid4085889 par Microsoft Baseline Security Analyzer est disponible sur l\rquote Ordinateur local. Aucune information personnelle n\rquote est recueillie ou envoy\'e9e \'e0 Microsoft \'e0 partir de vos Ordinateurs par le biais de cet outil.}{\fs20\lang1036\langfe1033\langnp1036\insrsid4085889 \par {\listtext\pard\plain\s20 \f3\fs20\expnd-1\expndtw-5\lang1036\langfe1033\langnp1036\langfenp1033\insrsid5008364 \loch\af3\dbch\af0\hich\f3 \'b7\tab}}{\b\fs20\lang1036\langfe1033\langnp1036\insrsid5008364 TRANSFERT\~\endash }{ \b\i\fs20\lang1036\langfe1033\langnp1036\insrsid5008364 Transfert \'e0 un tiers}{\fs20\lang1036\langfe1033\langnp1036\insrsid5008364 . L\rquote utilisateur initial du LOGICIEL est autoris\'e9 \'e0 transf\'e9rer le LOGICIEL une seule fois et directement \'e0 un autre utilisateur final. Ce transfert doit comprendre la totalit\'e9 des composants, des supports et de la documentation imprim\'e9e, le pr\'e9sent CLUF et, s\rquote il existe, le Certificat d\rquote authenticit\'e9. Le transfert ne doit pas \'ea tre effectu\'e9 par le biais d\rquote un envoi ou de tout autre transfert indirect. L\rquote utilisateur final b\'e9n\'e9ficiaire du LOGICIEL objet du transfert doit accepter de se conformer \'e0 tous les termes du pr\'e9sent CLUF avant d\rquote instal ler, de copier ou d\rquote utiliser de toute autre mani\'e8re le LOGICIEL. }{\b\i\fs20\lang1036\langfe1033\langnp1036\insrsid5008364 Location interdite.}{\fs20\lang1036\langfe1033\langnp1036\insrsid5008364 Vous n\rquote \'eates pas autoris\'e9 \'e0 louer, pr\'eater, vendre ou conc\'e9der en sous-licence le LOGICIEL \'e0 tout tiers ou encore \'e0 fournir \'e0 tout tiers des services d\rquote h\'e9bergement \'e0 des fins commerciales avec le LOGICIEL. \par {\listtext\pard\plain\s20 \f3\fs20\expnd-1\expndtw-5\lang1036\langfe1033\langnp1036\langfenp1033\insrsid5008364 \loch\af3\dbch\af0\hich\f3 \'b7\tab}}{\b\fs20\lang1036\langfe1033\langnp1036\insrsid5008364 MISES \'c0 JOUR. }{ \fs20\lang1036\langfe1033\langnp1036\insrsid5008364 Pour utiliser un LOGICIEL pr\'e9sent\'e9 comme une mise \'e0 jour, vous devez \'eatre titulaire d\rquote une licence vous permettant d\rquote utiliser le produit identifi\'e9 par Microsoft comme pouvant faire l\rquote objet de la mise \'e0 jour. \'c0 compter de cette mise \'e0 jour, vous n\rquote \'eates plus autoris\'e9 \'e0 utiliser le produit qui a fond\'e9 votre droit \'e0 la mise \'e0 jour. \par {\listtext\pard\plain\s20 \f3\fs20\expnd-1\expndtw-5\lang1036\langfe1033\langnp1036\langfenp1033\insrsid5008364 \loch\af3\dbch\af0\hich\f3 \'b7\tab}}{\b\fs20\lang1036\langfe1033\langnp1036\insrsid5008364 LOGICIELS/SERVICES SUPPL\'c9MENTAIRES. }{ \fs20\lang1036\langfe1033\langnp1036\insrsid5008364 Le pr\'e9sent CLUF s\rquote applique \'e0 tout logiciel et \'e0 toute mise \'e0 jour suppl\'e9mentaires du LOGICIEL, y compris, de mani\'e8re non limitative, les compl\'e9 ments, service packs, hotfixes ou modules compl\'e9mentaires (collectivement, les \'ab\~Compl\'e9ments\~\'bb) fournis ou mis \'e0 votre disposition par Microsoft apr\'e8s la date \'e0 laquelle vous avez obtenu votre exemplaire initial du LOGICIEL, \'e0 moins que d\rquote autres conditions ne vous soient fournies avec lesdits Compl\'e9ments. \par }\pard\plain \s15\qj \fi-187\li187\ri0\sb60\sl-200\slmult0\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin187\itap0 \fs18\expnd-1\expndtw-5\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\b\fs20\lang1036\langfe1033\langnp1036\insrsid5008364 3. \tab DROITS R\'c9SERV\'c9S ET PROPRI\'c9T\'c9. }{\fs20\lang1036\langfe1033\langnp1036\insrsid5008364 Le pr\'e9sent CLUF vous conc\'e8de des droits uniquement en ce qui concerne votre utilisation du LOGICIEL. Tous les droits qui ne vous sont pas express \'e9ment conc\'e9d\'e9s dans le pr\'e9sent CLUF sont r\'e9serv\'e9s par Microsoft. Les droits de propri\'e9t\'e9, droits d\rquote auteur et autres droits de propri\'e9t\'e9 intellectuelle sur le LOGICIEL appartiennent \'e0 Microsoft ou \'e0 ses fournisseurs. Le LOGICIEL n\rquote est pas vendu mais conc\'e9d\'e9 sous licence. \par }{\b\fs20\lang1036\langfe1033\langnp1036\insrsid5008364 4.}{\fs20\lang1036\langfe1033\langnp1036\insrsid5008364 \tab }{\b\fs20\lang1036\langfe1033\langnp1036\insrsid5008364 LOGICIEL EN REVENTE INTERDITE.}{ \fs20\lang1036\langfe1033\langnp1036\insrsid5008364 Si le LOGICIEL porte la mention \'ab\~Revente interdite\~\'bb ou \'ab\~NFR\~\'bb (}{\i\fs20\lang1036\langfe1033\langnp1036\insrsid5008364 Not For Resale}{ \fs20\lang1036\langfe1033\langnp1036\insrsid5008364 ), vous n\rquote \'eates pas autoris\'e9 \'e0 revendre ou \'e0 transf\'e9rer le LOGICIEL, ni \'e0 l\rquote utiliser \'e0 des fins autres que de d\'e9monstration, de test ou d\rquote \'e9valuation. \par }{\b\fs20\lang1036\langfe1033\langnp1036\insrsid5008364 5}{\fs20\lang1036\langfe1033\langnp1036\insrsid5008364 .\tab }{\b\fs20\lang1036\langfe1033\langnp1036\insrsid5008364 LOGICIEL EN VERSION \'c9DUCATION.}{ \fs20\lang1036\langfe1033\langnp1036\insrsid5008364 Pour utiliser un LOGICIEL portant la mention \'ab\~Version \'c9ducation\~\'bb ou \'ab\~AE\~\'bb (}{\i\fs20\lang1036\langfe1033\langnp1036\insrsid5008364 Academic Edition}{ \fs20\lang1036\langfe1033\langnp1036\insrsid5008364 ), vous devez avoir la qualit\'e9 d\rquote \'ab\~Utilisateur \'c9ducation Autoris\'e9\~\'bb (}{\i\fs20\lang1036\langfe1033\langnp1036\insrsid5008364 Qualified Educational User}{ \fs20\lang1036\langfe1033\langnp1036\insrsid5008364 ). Pour toute question relative \'e0 cette qualit\'e9, veuillez contacter Microsoft Sales Information Center/One Microsoft Way, Redmond, WA\~ 98052-6399, USA, ou la filiale Microsoft qui dessert votre pays. \par }\pard \s15\qj \fi-187\li187\ri0\sb60\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin187\itap0 {\b\fs20\lang1036\langfe1033\langnp1036\insrsid5008364 6. RESTRICTIONS \'c0 L\rquote EXPORTATION.}{\fs20\lang1036\langfe1033\langnp1036\insrsid5008364 Vous reconnaissez que le LOGICIEL est soumis \'e0 la r\'e9glementation am\'e9ricaine en mati\'e8re d\rquote exportation. Vous vous engagez \'e0 respecter toutes les lois et r\'e9glementations nationales et internationales applicables \'e0 ces produits, y compris les }{\i\fs20\lang1036\langfe1033\langnp1036\insrsid5008364 Export Administration Regulations}{\fs20\lang1036\langfe1033\langnp1036\insrsid5008364 en vigueur aux \'c9tats-Unis, ainsi que les restrictions impos\'e9 es par les gouvernements des \'c9tats-Unis d\rquote Am\'e9rique et d\rquote autres pays concernant les utilisateurs finaux, les utilisations finales et les pays destinataires. Des informations suppl\'e9mentaires sur l\rquote exp ortation des produits Microsoft sont disponibles sur le site Internet http://www.microsoft.com/exporting/. \par }\pard \s15\qj \fi-180\li180\ri0\sb60\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin180\itap0 {\fs20\lang1036\langfe1033\langnp1036\insrsid5008364 7. }{\b\fs20\ul\lang1036\langfe1033\langnp1036\insrsid5008364 EXCLUSION DE GARANTIE}{ \b\fs20\lang1036\langfe1033\langnp1036\insrsid5008364 . DANS TOUTE LA MESURE PERMISE PAR LA R\'c9GLEMENTATION APPLICABLE, MICROSOFT ET SES FOURNISSEURS FOURNISSENT LE LOGICIEL ET LES SERVICES D\rquote ASSISTANCE (LE CAS \'c9CH\'c9ANT) }{ \b\i\fs20\lang1036\langfe1033\langnp1036\insrsid5008364 EN L\rquote \'c9TAT ET AVEC TOUTES LEURS IMPERFECTIONS}{\b\fs20\lang1036\langfe1033\langnp1036\insrsid5008364 , ET EXCLUENT, PAR LES PR\'c9SENTES, TOUTE AUTRE GARANTIE EXPRESSE, IMPLICITE OU L\'c9 GALE RELATIVE AU LOGICIEL ET \'c0 LA FOURNITURE OU AU D\'c9FAUT DE FOURNITURE DES SERVICES D\rquote ASSISTANCE OU D\rquote AUTRES SERVICES, INFORMATIONS, LOGICIELS ET CONTENUS AUXQUELS LE LOGICIEL DONNE ACC\'c8S OU QUI SONT LI\'c9S \'c0 L\rquote UTILISATION DU LOGICIEL, NOTAMMENT (LE CAS \'c9CH\'c9ANT) TOUTE GARANTIE IMPLICITE DE QUALIT\'c9, D\rquote AD\'c9QUATION \'c0 UN USAGE PARTICULIER, DE FIABILIT\'c9 OU DE DISPONIBILIT\'c9, DE PR\'c9CISION OU D\rquote EXHAUSTIVIT\'c9 DES R\'c9PONSES, DES R \'c9SULTATS OBTENUS, D\rquote ABSENCE DE D\'c9FAUT DE FABRICATION, D\rquote ABSENCE DE VIRUS ET D\rquote ABSENCE DE N\'c9GLIGENCE. EN OUTRE, IL N\rquote EXISTE AUCUNE GARANTIE DE PROPRI\'c9T\'c9, DE JOUISSANCE PAISIBLE, D\rquote ABSEN CE DE TROUBLE DE POSSESSION, DE CONFORMIT\'c9 \'c0 LA DESCRIPTION OU D\rquote ABSENCE DE CONTREFA\'c7ON, EN CE QUI CONCERNE LE LOGICIEL. }{\lang1036\langfe1033\langnp1036\insrsid5008364 \par }\pard \s15\qj \fi-187\li187\ri0\sb60\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin187\itap0 {\b\fs20\lang1036\langfe1033\langnp1036\insrsid5008364 8. }{\b\fs20\ul\lang1036\langfe1033\langnp1036\insrsid5008364 EXCLUSION DE RESPONSABILIT\'c9 POUR LES DOMMAGES ACCESSOIRES, INDIRECTS ET CERTAINS AUTRES TYPES DE DOMMAGES}{\b\fs20\lang1036\langfe1033\langnp1036\insrsid5008364 . DANS TOUTE LA MESURE PERMISE PAR LA R\'c9 GLEMENTATION APPLICABLE, MICROSOFT OU SES FOURNISSEURS NE POURRONT EN AUCUN CAS \'caTRE TENUS RESPONSABLES DE TOUT DOMMAGE SP\'c9CIAL, ACCESSOIRE, INCIDENT OU INDIRECT DE QUELQUE NATURE QUE CE SOIT (NOTAMMENT, LES PERTES DE B\'c9N\'c9FICES, PERTES D \rquote INFORMATIONS CONFIDENTIELLES OU AUTRES INFORMATIONS, INTERRUPTIONS D\rquote ACTIVIT\'c9, PR\'c9JUDICES CORPORELS, ATTEINTES \'c0 LA VIE PRIV\'c9E, MANQUEMENT \'c0 TOUTE OBLIGATION (Y COMPRIS L\rquote OBLIGATION DE BONNE FOI ET DE DILIGENCE), ACTES DE N\'c9GLIGENCE, ET TOUTE PERTE P\'c9CUNIAIRE OU AUTRE PERTE), R\'c9SULTANT DE, OU LI\'c9 \'c0 L\rquote UTILISATION OU \'c0 L\rquote IMPOSSIBILIT\'c9 D\rquote UTILISER LE LOGICIEL, \'c0 LA FOURNITURE OU AU D\'c9FAUT DE FOURNITURE DES SERVICES D\rquote ASSISTANCE OU D\rquote AUTRES SERVICES, INFORMATIONS, LOGICIELS ET CONTENUS AUXQUELS LE LOGICIEL DONNE ACC\'c8S OU QUI SONT LI\'c9S \'c0 L\rquote UTILISATION DU LOGICIEL, OU \'c0 UNE QUELCONQUE STIPULATION DU PR\'c9SENT CLUF, M\'caME EN CAS DE FAUTE, D\'c9LIT (Y COMPRIS EN CAS DE N\'c9GLIGENCE), FAUSSE DECLARATION, RESPONSABILIT\'c9 SANS FAUTE, RESPONSABILIT\'c9 CONTRACTUELLE OU VIOLATION DE GARANTIE PAR MICROSOFT OU L\rquote UN DE SES FOURNISSEURS ET CE, M\'caME SI MICROSOFT OU L\rquote UN QUELCONQUE DE SES FOURNISSEURS A \'c9T\'c9 AVIS\'c9 DE L\rquote \'c9VENTUALIT\'c9 DE TELS DOMMAGES. \par 9. }{\b\fs20\ul\lang1036\langfe1033\langnp1036\insrsid5008364 LIMITATION DE RESPONSABILIT\'c9 ET DE RECOURS}{\b\fs20\lang1036\langfe1033\langnp1036\insrsid5008364 . NONOBSTANT TOUT DOMMAGE QUE VOUS POURRIEZ SUBIR PO UR QUELQUE MOTIF QUE CE SOIT (NOTAMMENT TOUS LES DOMMAGES \'c9NUM\'c9R\'c9S AUX PR}{\b\fs20\ul\lang1036\langfe1033\langnp1036\insrsid5008364 \'c9}{\b\fs20\lang1036\langfe1033\langnp1036\insrsid5008364 SENTES }{ \b\caps\f110\fs20\lang1036\langfe1033\langnp1036\insrsid5008364 AINSI QUE TOUS LES DOMMAGES DIRECTS OU G\'c9N\'c9RAUX }{\b\caps\f110\fs20\lang1036\langfe1033\langnp1036\insrsid5008364 sur le fondement d\rquote un CONTRAT, de l\rquote EQUITE OU sur tout autre fondement juridique}{\b\f110\fs20\lang1036\langfe1033\langnp1036\insrsid5008364 ) }{\b\fs20\lang1036\langfe1033\langnp1036\insrsid5008364 AINSI QUE TOUS LES DOMMAGES DIRECTS ET G\'c9N\'c9RAUX), L\rquote ENTI\'c8RE RESPONSABILIT \'c9 DE MICROSOFT ET DE L\rquote UN QUELCONQUE DE SES FOURNISSEURS AU TITRE DE TOUTE STIPULATION DE CE CLUF ET VOTRE SEUL RECOURS AU TITRE DES PR\'c9SENTES NE SAURAIENT EXC\'c9DER LE MONTANT DES DOMMAGES R\'c9ELS QUE VOUS AVEZ ENCOURUS DANS LA LIM ITE DU MONTANT}{\b\fs22\lang1036\langfe1033\langnp1036\insrsid5008364 }{\b\fs20\lang1036\langfe1033\langnp1036\insrsid5008364 QUE VOUS AVEZ EFFECTIVEMENT PAY\'c9 POUR LE LOGICIEL OU 5 DOLLARS US ( 5,00 USD), SI CE MONTANT EST PLUS \'c9LEV\'c9 . LES LIMITATIONS ET EXCLUSIONS PR\'c9C\'c9DENTES DEMEURERONT APPLICABLES DANS TOUTE LA MESURE PERMISE PAR LA R\'c9GLEMENTATION EN VIGUEUR QUAND BIEN M\'caME UN QUELCONQUE RECOURS NE PRODUIRAIT PAS D\rquote EFFET. }{ \fs20\lang1036\langfe1033\langnp1036\insrsid5008364 \par }\pard \s15\qj \fi-180\li180\ri0\sb60\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin180\itap0 {\b\fs20\lang1036\langfe1033\langnp1036\insrsid5008364 10. DROIT APPLICABLE.}{\fs20\lang1036\langfe1033\langnp1036\insrsid5008364 Si vous avez acquis ce LOGICIEL aux \'c9tats-Unis, ce CLUF est r\'e9gi par les lois de l\rquote \'c9tat de Washington, \'c9tats-Unis d\rquote Am\'e9rique. Si ce LOGICIEL a \'e9t\'e9 acquis en dehors des \'c9tats-Unis, le droit local pourra, le cas \'e9ch \'e9ant, s\rquote appliquer. }{\lang1036\langfe1033\langnp1036\insrsid5008364 \par }\pard \s15\qj \fi-187\li187\ri0\sb60\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin187\itap0 {\b\fs20\lang1036\langfe1033\langnp1036\insrsid5008364 11. INT\'c9GRALIT\'c9 DES ACCORDS.}{\fs20\lang1036\langfe1033\langnp1036\insrsid5008364 }{ \b\fs20\lang1036\langfe1033\langnp1036\insrsid5008364 Le pr\'e9sent CLUF (y compris tout addendum ou avenant au pr\'e9sent CLUF qui est inclus avec le LOGICIEL) constitue l\rquote int\'e9gralit\'e9 des accords entre vous et Microsoft conce rnant le LOGICIEL et les services d\rquote assistance (s\rquote ils existent) et annule et remplace toutes les communications, propositions et d\'e9clarations ant\'e9rieures ou pr\'e9sentes, orales ou \'e9crites, relatives au LOGICIEL ou \'e0 tout autre objet vis\'e9 par ce CLUF. Dans la mesure o\'f9 les termes des r\'e8gles ou programmes de Microsoft relatifs aux services d\rquote assistance seraient en conflit avec les stipulations du pr\'e9sent CLUF, les stipulations de ce CLUF pr\'e9 vaudront.}{\fs20\lang1036\langfe1033\langnp1036\insrsid5008364 \par }{\b\fs20\lang1036\langfe1033\langnp1036\insrsid5008364 12. DES QUESTIONS\~?}{\fs20\lang1036\langfe1033\langnp1036\insrsid5008364 Pour toute question concernant ce CLUF ou si vous souhaitez contacter Microsoft pour quelque raison que ce soit, veuillez vous adresser \'e0 la filiale Microsoft qui dessert votre pays ou \'e9crire \'e0\~: Microsoft Sales Information Center/One Microsoft Way/Redmond, WA 98052-6399, USA. \par }}ScrollableText[TITLE]Contrat de licence[TEXT]Imp&rimer[PostVerifyRequirementsRun]InternetExplorerMissingIEMissingTextNOT InternetExplorerMissing[TEXT]Internet Explorer 5.01 ou version ultrieure nest pas install. Cliquez sur le bouton ci-dessous pour obtenir la dernire version de Internet Explorer.IEOKText[TEXT]Internet Explorer 5.01 ou version ultrieure est install.IEButtonXMLParserMissingXMLMissingTextNOT XMLParserMissing[TEXT]MSXML Parser 3.0 ou version ultrieure nest pas install. Cliquez sur le bouton ci-dessous pour obtenir la dernire version de MSXML.XMLOKText[TEXT]MSXML Parser 3.0 ou version ultrieure est install.XMLButton[TEXT]Tlcharger &Internet ExplorerCompBadText[TEXT]Un ou plusieurs composants ncessaires sont absents. Veuillez installer les composants ncessaires avant de continuer.[TEXT]Installer les composants ncessaires pour lexcution[TITLE]Vrifier la configuration requise[TEXT]Tlcharger MS&XML ParserConfirmInstallOutOfDiskSpace = 1OutOfDiskSpace <> 1[TEXT]Slectionnez un dossier pour linstallation de lapplication.Text19[TEXT]Le programme dinstallation installera les fichiers de "[MyProductName]" dans le dossier ci-dessous. Pour installer le logiciel dans un autre dossier, cliquez sur Parcourir puis slectionnez un autre dossier. Pour ne pas installer le logiciel "[MyProductName]", cliquez sur Annuler.Text42{&MSSansSerif8}[INSTALLDIR]InstallDirNotEnoughSpaceNotice[BOLD]Espace insuffisant dans le dossier slectionn ou sur lordinateur pour installer [MyProductName]. Le programme dinstallation ncessite 10 Mo de libres sur votre disque dur. Slectionnez une autre destination pour linstallation, ou librez de lespace sur le disque.Bitmap23[TEXT]Dossier de destinationGroupBoxLine7[TITLE]Dossier de destination[_BrowseProperty]BrowseButtonBrowse[TEXT]Pa&rcourirLine17NOT InstallPathTooBigSetTargetPathPathEditTailResetComboTextCombo[TEXT]&Regarder dans:DirectoryListUpUpDirectoryComboDirectoryListNewNewFolderDossier parent|upCrer un nouveau dossier|folderTailTextDirectoryList[TITLE]Modifier le dossier de destination actuel[TEXT]Rechercher le dossier de destination[TEXT]&Nom du dossier:Install[Operation][TEXT]&Installer[TEXT]Cliquez sur Installer pour excuter linstallation de lapplication. Cliquez sur Prcdent pour afficher vos slections.NOT (UPGMBSA OR UPGMBSA0 OR UPGMBSA1)UpgradeNotice[BOLD]Avertissement: une ancienne version de [MyProductName] est installe. Cette installation mettra jour votre installation actuelle de [MyProductName].[TITLE]Dmarrer linstallation[TEXT]Cliquez sur Installer pour excuter linstallation de lapplicationMModeType = "Repair"ocmusReinstallModeMaintenanceDialogRepairDialogMModeType = "Remove"UninstallDialogMaintGroup[TITLE]Maintenance des applications[TEXT]Slectionnez la tche de maintenance que vous dsirez effectuer.Line39Bitmap25Line8repairuninstALL[TEXT]&Dsinstaller[TEXT]Dossier dinstallation actuel[TEXT][INSTALLDIR]Text43[TEXT]Cela supprimera [MyProductName] de votre ordinateur. Voulez-vous vraiment continuer?Texta[TEXT]Cliquez sur le bouton Dsinstaller pour supprimer lapplication. Cliquez sur Prcdent pour afficher des options supplmentaires. Cliquez sur Annuler pour arrter la dsinstallation.Text2a[TITLE]Dsinstallation du produit[TEXT]Cliquez sur le bouton Dsinstaller pour supprimer lapplicationReinstall[TEXT]&Rparer[TEXT]Cela rparera [MyProductName] sur votre ordinateur. Voulez-vous vraiment continuer?[TEXT]Cliquez sur Rparer pour rparer lapplication. Cliquez sur Prcdent pour afficher des options supplmentaires. Cliquez sur Annuler pour arrter la rparation.[TITLE]Rparation du produit[TEXT]Cliquez sur Rparer pour rparer lapplication[MModeType]UpgradeDialog[UpgradeStarted][TEXT]&Mettre niveau[TEXT]Ceci mettra le logiciel [MyProductName] niveau sur votre ordinateur. Voulez-vous vraiment continuer ?[TEXT]Mettre niveau partir deUpgradeFromBox[TEXT][UpgradeFrom]UpgradeFromText[TEXT]Nouvelle versionUpgradeToBox[BOLD][UpgradeTo]UpgradeToTextInstallDirBoxInstallDirText[TEXT]Cliquez sur Mettre niveau pour mettre jour lapplication. Cliquez sur Annuler pour arrter la mise niveau.[TEXT]Avertissement: le fait dinterrompre la mise niveau peut rendre linstallation instable ou forcer la dsinstallation du produit.UpgradeWarn[TITLE]Mettre le produit niveau[TEXT]Cliquez sur Mettre niveau pour mettre jour lapplicationmbsaExitDialog[TEXT]Linstallation de [MyProductName] est termine.[TEXT][MyProductName] a t supprim de cet ordinateur.[TEXT]Le programme dinstallation de [MyProductName] a rpar votre installation.MModeType <> "Upgrade" OR NOT Installed[TEXT]Le programme dinstallation de [MyProductName] a mis jour votre installation.TextStyleFaceNameSizeColorStyleBitsName of the style. The primary key of this table. This name is embedded in the texts to indicate a style change.A long integer indicating the color of the string in the RGB format (Red, Green, Blue each 0-255, RGB = R + 256*G + 256^2*B).A string indicating the name of the font used. Required. The string must be at most 31 characters long.The size of the font used. This size is given in our units (1/12 of the system font height). Assuming that the system font is set to 12 point size, this is equivalent to the point size.A combination of style bits.ArialArial14Arial8MS Sans SerifMSSansSerif8MSSansSerif8boldRadioButtonThe vertical coordinate of the upper left corner of the bounding rectangle of the radio button.The visible title to be assigned to the radio button.A named property to be tied to this radio button. All the buttons tied to the same property become part of the same group.The height of the button.The width of the button.The horizontal coordinate of the upper left corner of the bounding rectangle of the radio button.The value string associated with this button. Selecting the button will set the associated property to this value.The help strings used with the button. The text is optional.[TEXT]Je na&ccepte pas le contrat de licence[TEXT]J&accepte les termes du contrat de licence[TEXT]&Rinstaller ou rparer Restaurer [MyProductName] son tat original.[TEXT]&Dsinstaller Supprimer [MyProductName] de cet ordinateur.ErrorInteger error number, obtained from header file IError(...) macros.Error formatting template, obtained from user ed. or localizers.Template{{Erreur fatale: }}InstallExecuteSequenceName of action to invoke, either in the engine or the handler DLL.Optional expression which skips the action if evaluates to expFalse.If the expression syntax is invalid, the engine will terminate, returning iesBadActionData.Number that determines the sort order in which the actions are to be executed. Leave blank to suppress action.InstallUISequenceAdminExecuteSequenceAdminUISequenceAdvtExecuteSequenceAdvtUISequenceNOT ((NEWMBSA OR NEWMBSA0) OR Downgrade) AND NOT InstallRunningLaunchConditionsValidateProductIDFindRelatedProducts(NEWMBSA OR NEWMBSA0) OR DowngradeInstallRunningCostInitializeFileCostCostFinalizeInstalled AND NOT UpgradeInstalled AND UpgradeNOT Installed AND NOT Upgrade AND NOT UpgradeSilentExecuteActionLocalized description displayed in progress dialog and log when action is executing.Name of action to be described.Optional localized format template used to format action data records for display during action execution.AdvertiseAPPS_TESTAppSearchCCP_TESTCCPSearchNOT CCP_SUCCESS And CCP_TESTRMCCPSearchSetODBCFoldersInstallValidateRemoveExistingProductsInstallInitializeAllocateRegistrySpaceProcessComponentsUnpublishComponentsUnpublishFeaturesVersionNTStopServicesDeleteServicesUnregisterComPlusSelfUnregModulesUnregisterTypeLibrariesRemoveODBCUnregisterFontsRemoveRegistryValuesUnregisterClassInfoUnregisterExtensionInfoUnregisterProgIdInfoUnregisterMIMEInfoRemoveIniValuesRemoveShortcutsRemoveEnvironmentStringsRemoveDuplicateFilesRemoveFilesRemoveFoldersCreateFoldersMoveFilesInstallFilesDuplicateFilesPatchFilesBindImageCreateShortcutsRegisterClassInfoRegisterExtensionInfoRegisterProgIdInfoRegisterMIMEInfoWriteRegistryValuesWriteIniValuesWriteEnvironmentStringsRegisterFontsInstallODBCRegisterTypeLibrariesRegisterComPlusSelfRegModulesRegisterUserRegisterProductPublishComponentsPublishFeaturesPublishProductInstallFinalizeInstallAdminPackageBinaryUnique key identifying the binary data.The unformatted binary data.side16.orgtop16.orgside16side16btop16bmexclamPrimary key. Name of the icon file.Binary stream. The binary icon data in PE (.DLL or .EXE) or icon (.ICO) format.Impossible d'accder l'emplacement rseau [2].L'espace disque est insuffisant sur le volume '[2]' afin de continuer l'installation tout en activant le mode rcupration. [3] Ko sont ncessaires, mais seuls [4] Ko sont disponibles. Cliquez sur Ignorer pour continuer l'installation sans enregistrer les informations de rcupration, cliquez sur Recommencer pour vrifier nouveau l'espace disponible ou cliquez sur Annuler pour quitter l'installation.Le produit [2] est dj install. Impossible d'installer ce produit car il est incompatible avec celui dj install.Le fichier [2][3] est actuellement utilis{ par le processus suivant: Nom: [4]; identificateur: [5]; titre de la fentre: [6]}. Fermez cette application, puis ressayez.tes-vous sr de vouloir annuler l'installation?Espace disque insuffisant: volume: [2]; espace requis: [3] Ko; espace disponible: [4] Ko. Librez de l'espace sur le disque, puis ressayez.L'utilisateur [2] a dj lanc l'installation du produit [3]. Il devra rexcuter cette installation avant de pouvoir utiliser le produit.L'utilisateur [2] a dj lanc l'installation du produit [3]. Il devra rexcuter cette installation avant de pouvoir utiliser le produit. L'installation en cours va se poursuivre.Erreur lors de l'accs aux donnes protges. Vrifiez que Windows Installer est correctement configur, puis recommencez l'installation.Une autre installation est en cours. Vous devez la terminer avant de poursuivre cette installation.Impossible d'augmenter l'espace disponible dans le registre. [2] Ko d'espace doivent tre libres dans le registre pour permettre l'installation de cette application.Impossible de lire les informations sur la scurit de la cl [2].{{ Erreur systme [3].}} Vrifiez que vous disposez des droits suffisants pour cette cl ou contactez votre service de support technique.Impossible d'obtenir le nom des sous-cls de la cl [2].{{ Erreur systme [3].}} Vrifiez que vous disposez des droits suffisants pour cette cl ou contactez votre service de support technique.Impossible d'obtenir le nom des valeurs de la cl [2].{{ Erreur systme [3].}} Vrifiez que vous disposez des droits suffisants pour cette cl ou contactez votre service de support technique.Impossible d'crire la valeur [2] dans la cl [3].{{ Erreur systme [4].}} Vrifiez que vous disposez des droits suffisants pour cette cl ou contactez votre service de support technique.Impossible de lire la valeur [2] de la cl [3].{{ Erreur systme [4].}} Vrifiez que vous disposez des droits suffisants pour cette cl ou contactez votre service de support technique. Impossible de supprimer la cl [2].{{ Erreur systme [3].}} Vrifiez que vous disposez des droits suffisants pour cette cl ou contactez votre service de support technique. Impossible de supprimer la valeur [2] de la cl [3].{{ Erreur systme [4].}} Vrifiez que vous disposez des droits suffisants pour cette cl ou contactez votre service de support technique.Impossible d'ouvrir la cl [2].{{ Erreur systme [3].}} Vrifiez que vous disposez des droits suffisants pour cette cl ou contactez votre service de support technique.Impossible de crer la cl [2].{{ Erreur systme [3].}} Vrifiez que vous disposez des droits suffisants pour cette cl ou contactez votre service de support technique. Une erreur s'est produite lors de la cration d'un fichier temporaire ncessaire pour terminer cette installation.{{ Dossier : [3]. Code d'erreur systme : [2]}}Le fichier CAB '[2]' ncessaire pour cette installation est endommag et ne peut pas tre utilis. Il s'agit peut-tre d'une erreur rseau, d'une erreur de lecture du CD-ROM ou d'un problme li au package.Le fichier '[2]' ne peut pas tre install car le fichier est introuvable dans le fichier CAB '[3]'. Il s'agit peut-tre d'une erreur rseau, d'une erreur de lecture du CD-ROM ou d'un problme li au package.Impossible de corriger correctement le fichier [2] : erreur CRC.Impossible de dplacer correctement le fichier [2] : erreur CRC.Impossible de copier correctement le fichier [2] : erreur CRC.Un fichier ncessaire ne peut pas tre install car la signature numrique du fichier CAB [2] n'est pas valide. Il s'agit peut-tre d'un fichier CAB endommag.{{ L'erreur [3] a t renvoye par WinVerifyTrust.}}Un fichier ncessaire ne peut pas tre install car le fichier CAB [2] n'est pas sign numriquement. Il s'agit peut-tre d'un fichier CAB endommag.Erreur lors de l'application du programme correctif au fichier [2]. Il a sans doute t mis jour de manire diffrente et ne peut plus tre modifi par ce programme correctif. Pour obtenir des informations complmentaires, contactez le revendeur de votre programme correctif. {{Erreur systme: [3]}}Lecteur [2] non valide.Erreur lors de l'obtention des informations sur la scurit du fichier [3] GetLastError: [2]Le nom de fichier court [2] n'est pas valide.Le chemin d'accs au dossier [2] contient un caractre non valide.Le chemin d'accs au dossier [2] contient des mots non valides.Une partie du chemin d'accs au dossier [2] n'est pas valide. Soit il est vide, soit il dpasse la longueur maximale autorise par le systme.Le programme d'installation ne dispose pas des privilges suffisants pour modifier le fichier [2].Chemin d'accs spcifi, [2], trop long.Erreur au niveau du rseau lors de la tentative d'ouverture du fichier CAB source [2]Erreur au niveau du rseau lors de la tentative de cration du rpertoire [2]Erreur lors de la tentative de cration du rpertoire [2]Erreur au niveau du rseau lors de la tentative de lecture du fichier [2]Impossible d'crire dans le dossier spcifi: [2].Chemin d'accs spcifi, [2], non disponible.Volume [2] non disponible actuellement. Slectionnez-en un autre.Impossible de crer le rpertoire [2]. Un rpertoire du mme nom existe dj. Renommez ce rpertoire ou supprimez-le et cliquez sur Ressayer, ou cliqu  !"#$%&'()*+,-./123456789:;<=>?@ABCDEFGIJKLMNOPQRSTUVWXZ[\]^_`abcdefghiklmnopqrstuvwx{}1111111uu}}}}||||||||||||aaaajjj/////?????????LLQQQUUUVVVWWWXXXYYY      .234567v~5vJ45|}~y5v55~vb~O/0123L\~v~v~v~v~v~vyH  &HH@HHHHH&HHHHHHHHHHHHHHHHHHH&&@H&H@ H22H222H2222H@@H22H222HH H@@2HHHHHHH ( @33133233333333333333$DDDDDDDDDDD@12DDDDDDDDDDDDD2DDDDDD@DDDDDDC2DDDDDD34DDDDDC2DDDDD@30DDDDD3$DDDDD34DDDDD13$DDDDD@DDDDD@1332DDDDDDDDDDDC332DDDDDCDDDDD333$DDDDDDDD1333$DDDD#$DDD@133332DDDD34DDDC33332DDD@30DDD33333$DDB32DDD133333$DDC33DD@13333332DDC33DDC3333332DDC33DD3333333$DC33DD13333333$DC33D@1333333332D@30DC333333332DDDDD333333333$DDDD1333333333$DDD@133333333332DDDC33333333332DDD33333333333$DD133333333333$D@13333333333332D3333333333333"#33333333333333333333333??DD@30DDDDD3$DDDDD34DDDDD13$DDDDD@DDDDD@1332DDDDDDDDDDDC332DDDDDCDDDDD333$DDDDDDDD1333$DDDD#$DDD@133332DDDD34DDDC33332DDD@30DDD33333$DDB32DDD133333$DDC33DD@13333332DDC33DDC3333332DDC33DD3333333$DC33DD13333333$DC33D@1333333332D@30DC333333332DDDDD333333333$DDDD1333333333$DDD@133333333332DDDC33333333332DDD33333333333$DD133333333333$D@13333333333332D3333333333333"#33333333333333333333333??DD@30DDDDD3$DDDDD34DDDDD13$DDDDD@DDDDD@1332DDDDDDDDDDDC332DDDDDCDDDDD333$DDDDDDDD1333$DDDD#$DDD@133332DDDD34DDDC33332DDD@30DDD33333$DDB32DDD133333$DDC33DD@13333332DDC33DDC3333332DDC33DD3333333$DC33DD13333333$DC33D@1333333332D@30DC333333332DDDDD333333333$DDDD1333333333$DDD@133333333332DDDC333BM*6(11 ʦ """)))UUUMMMBBB999|PP3f3333f333ff3fffff3f3f̙f3333f3333333333f3333333f3f33ff3f3f3f3333f3333333f3̙33333f333ff3ffffff3f33f3ff3f3f3ffff3fffffffff3fffffff3f̙ffff3ff333f3ff33fff33f3ff̙3f3f3333f333ff3fffff̙̙3̙f̙̙̙3f̙3f3f3333f333ff3fffff3f3f̙3ffffffffff!___wwwRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRmmmmmmmRRRRRRmttRRKKmmmmRRRRRRmRyzzzzYXRKmmmRRRRRRmR1yzzzzzzzzYREmmRRRRRRmRRyzzzzzzzzzzzREmRRRRRRRRRyzzzzzzzzzzzzzRmRRRRRRRXXyzRRzzzR*mRRRRRRRYYyzRRzyIIImRRRRRRRYYyàyQRyyO''HCmRRRRRRRzzyàyQQtxCmRRRRRRRzzyàsQyOHCmRRRRRRRzzyàsny----CmRRRRRRRzzyàtsr--l--HImRRRRRRRzzyà--l0l---ImRRRRRRRzyyÙ...1ml..HCmRRRRRRRXXRRRRRYYyqx1mllUOCmRRRRRRRt**RzzYRR11mlUUOImRRRRRRRz011RXy1101mlUUUOImRRRRRRRXR1*zX*0X101mlUVVImmRRRRRRRRR*011*zR0mlUVVImRRRRRRRYKRRRzRR1RzRmlU[[ImRRRRRRRYKmRRRRYR*Rmlr}}ImRRRRRRRzKmRzRmmOOOIRRRRRRRzRmRzXmRRRRRRRzEmRzXmRRRRRRRXDmmmRXmRRRRRRRyKRmRRRRRRRzyyymRRRRRRRX堠RmRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRX堠RmRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRX堠RmRRRRRRRRRRRRRRRRRR      !"#$%&'()*-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~BM^6(:(  ʦ @ ` @@ @@@`@@@@`` `@`````` @` @` @` @`@@ @@@`@@@@@ @ @ @@ `@ @ @ @ @@@@ @@@@@`@@@@@@@@@`@` @`@@``@`@`@`@`@@ @@@`@@@@@@ @@@`@@@@@@ @@@`@@@@@@ @@@`@@@@ @` @ ` @@ @@@`@@@@`` `@`````` @` @` @` @` @` @ ` @@ @@@`@@@@`` `@`````` @` @` @`