Hello gents,
I'm in a real bind here this morning. I've been helping a friend with this issue since yesterday morning at 9am and am back at it again now because she needs to be able to run payroll from this PC tonight by 6pm eastern.
She called me with a weird IE 11 browser hijack issue where it said something like "microsoft has attempted to remove malware and changed your homepage" I found something browser related in malware bytes and hitman pro and removed it but the damage was done. She has a windows update that continues to fail trying to install the .net framework 4.5.2 which quickbooks needs to run! I've removed all traces of .net, ran every microsoft hotfix i could find related to the issue, every registry fix i could find etc but still cannot install ANY version of .net. here's the error log from the .net failed install.
What can I get you next? Running windows 7 Home Premium 32Bit
html{overflow:scroll}
body{font-size:10pt;font-family:Verdana;color:#000000;background-color:#F0F0F0}
.header{overflow:hidden;white-space:nowrap}td{padding-top:0.2em;padding-bottom:0.2em}
.searchbox{padding-top:0.2em;font-size:9pt}.button{background-color:#F0F0F0;border-width:1px}
.messages{ font-size:9pt; font-family:Arial; background-color:#FFFFFF;
border-top-width:medium; border-top-style:solid; border-top-color:#C0C0C0;
overflow:hidden; position:relative; width:95%;
}.hilight{background-color:#FFFF40}
.sectionHdr{margin-left:0.8em;font-weight:bold} .sectionExp{font-weight:bold}
.sectionExp2{font-weight:bold;display:none} .section{margin-left:0.8em}
div.t{display:none} div.f{display:none} .pointer{ cursor: pointer; cursor:hand;
} a{text-decoration:none} div.vbe{display:none} a:link{color:#0000FF}
a:visited{color:#0000FF} a:active{color:#0000FF} a:hover{color:#0000FF}
.err{color:#000000;background-color:#FFD0D0;font-weight:bold} .f{color:#208080}
.wrn{color:#000000;font-weight:bold} .msg{color:#000000} .ver{color:#808080}
.r{font-size: 120%; font-weight:bolder} div.r{display:inline}
div.err{display:inline} div.wrn{display:inline} div.msg{display:inline}
div.dbg{display:inline} div.itn{display:inline} div.ver{display:none}
div.vbe{display:inline} div.t{display:inline} div.f{display:inline}
div.act{display:inline} span.t{display:none} span.f{display:none}
span.r{display:inline} // This function is used to present the install summary
information. function showResult(sClassName, fDisplayResult) {
showClass(sClassName, fDisplayResult); // Expand all nodes and turn off all
classes except result. if (true == fDisplayResult) { // Uncheck all checkboxes.
document.getElementById("errCB").checked = false;
document.getElementById("vbeCB").checked = false;
document.getElementById("msgCB").checked = false;
document.getElementById("tCB").checked = false; // Hide respective contents.
showClass("err",0); showClass("vbe",0); showClass("msg",0); showClass("dbg",0);
showClass("itn",0); showClass("t",0); addRule(document.styleSheets[0],
"div.sectionHdr", "display:none"); } else { addRule(document.styleSheets[0],
"div.sectionHdr", "display:inline"); } } // This function is the entry for
hiding/displaying a class of entries. function showClass(sClassName ,
fDisplayClass) { // Need to bring back the sectionHdr because it may potentially
be hidden by ShowResult() addRule(document.styleSheets[0], "div.sectionHdr",
"display:inline"); var type="span"; var display="inline";
addRule(document.styleSheets[0], type + "." + sClassName, "display:" + (
fDisplayClass ? display : "none" ) ); updateSections(); } function
updateSections() { var nodeList =
document.getElementById("messages").childNodes; var totalNodes =
nodeList.length; for (var i = 0; i < totalNodes; i++) { if(nodeList
.className
== "section") { updateSection(nodeList); } } } // Display entries based on
the status of checkbox function updateSection(node) { var fFoundVis = false; var
nodeList = node.children; var totalNodes = nodeList.length; for (var i = 0; i <
totalNodes; i++) { if(nodeList.className == "section") { var fVis =
updateSection(nodeList); if (fVis) { fFoundVis = true; } } else { var
checkName = nodeList.className + "CB"; if (document.getElementById(checkName)
&& document.getElementById(checkName).checked) { fFoundVis = true; } } }
node.previousSibling.style.display = (fFoundVis ? "block" : "none"); return
fFoundVis; } function expandAll(fExpand, xLast) { if (fExpand == 0) { // If none
of the check boxes are checked, meaning we are in summary mode, don't collapse
var bChecked = false; bChecked = document.getElementById("errCB").checked ||
document.getElementById("vbeCB").checked ||
document.getElementById("msgCB").checked ||
document.getElementById("tCB").checked ; if (bChecked == false) { return; } }
var nodeList = document.getElementsByTagName("*"); var last = null; var
totalNodes = nodeList.length; for (var i = 0; i < totalNodes; i++) {
if(nodeList.className == "section") { expand(nodeList, fExpand); if
(xLast && nodeList.parentElement.className == "messages") { last =
nodeList; } } } if(last) { expand(last, !fExpand); } } function
toggleSection() { var node =
event.srcElement.parentElement.parentElement.nextSibling; // Handle node being
null when we are trying to expand the time span. if (node == null) { node =
event.srcElement.parentElement.parentElement.parentElement.nextSibling; }
expand(node, node.style.display == "none"); } function expand(el, fExpand) {
el.style.display = (fExpand ? "block" : "none");
el.previousSibling.childNodes[0].childNodes[1].style.display = (fExpand ?
"none" : "inline"); } // Abstract the addRule/InsertRule functionality for
cross-browser support. function addRule(sheet, sSelector , sRule) {
if(sheet.insertRule) { sheet.insertRule(sSelector + "{" + sRule + "}",
sheet.cssRules.length); } else if(sheet.addRule) { sheet.addRule(sSelector,
sRule); } }
Installation Log
Message Types: Errors Verbose Messages
Message Details: Date Time
© 2009 Microsoft Corporation. All rights reserved. Terms of Use.
[12/1/2015, 23:26:40] OS Version Information: ...
[12/1/2015, 23:26:40]OS Version = 6.1.7601, SP = 1.0, Platform 2, Service Pack
1
[12/1/2015, 23:26:41]OS Description = Windows 7 - x86 Home Premium Edition
Service Pack 1
[12/1/2015, 23:26:41] OS Version Information
[12/1/2015, 23:26:41] Installer version details: ...
[12/1/2015, 23:26:41]MSI = 5.0.7601.18896
[12/1/2015, 23:26:45]Windows version =
x86_windowsfoundation_31bf3856ad364e35_6.1.7601.17514_none_0541445eeedbd616.manifest
[12/1/2015, 23:26:45]Windows servicing = 6.1.7601.18766
[12/1/2015, 23:26:45] Installer version details
[12/1/2015, 23:26:45] Environment details: ...
[12/1/2015, 23:26:45]CommandLine = C:\e609d7e70e0137dcdc8f213ddcad55\\Setup.exe
/x86 /x64 /redist
[12/1/2015, 23:26:45]TimeZone = Eastern Standard Time
[12/1/2015, 23:26:45]Initial LCID = 1033
[12/1/2015, 23:26:45] Environment details
[12/1/2015, 23:26:45]Loading localized engine data for language 1033 from
C:\e609d7e70e0137dcdc8f213ddcad55\1033\LocalizedData.xml
[12/1/2015, 23:26:45] Entering Function: LocalizedData::CreateLocalizedData...
[12/1/2015, 23:26:45] exiting function/method
[12/1/2015, 23:26:45] succeeded
[12/1/2015, 23:26:46] Entering Function: EngineData::CreateEngineData...
[12/1/2015, 23:26:46]Current SetupVersion = 1.0
[12/1/2015, 23:26:46]SetupVersion specified in ParameterInfo.xml is '1.0'
[12/1/2015, 23:26:46]Adding Item type "Exe", local path SetupUtility.exe
[12/1/2015, 23:26:46]Adding Item type "ServiceControl", local path (not
applicable)
[12/1/2015, 23:26:46]Adding Item type "ServiceControl", local path (not
applicable)
[12/1/2015, 23:26:46]Adding Item type "ServiceControl", local path (not
applicable)
[12/1/2015, 23:26:46]Adding Item type "ServiceControl", local path (not
applicable)
[12/1/2015, 23:26:46]Adding Item type "File", local path
Windows6.0-KB956250-v6001-x86.msu
[12/1/2015, 23:26:46]Adding Item type "Exe", local path
Windows6.0-KB956250-v6001-x86.msu
[12/1/2015, 23:26:46]Adding Item type "File", local path
Windows6.0-KB956250-v6001-x64.msu
[12/1/2015, 23:26:47]Adding Item type "Exe", local path
Windows6.0-KB956250-v6001-x64.msu
[12/1/2015, 23:26:47]Adding Item type "File", local path
Windows6.1-KB958488-v6001-x86.msu
[12/1/2015, 23:26:47]Adding Item type "Exe", local path
Windows6.1-KB958488-v6001-x86.msu
[12/1/2015, 23:26:47]Adding Item type "File", local path
Windows6.1-KB958488-v6001-x64.msu
[12/1/2015, 23:26:47]Adding Item type "Exe", local path
Windows6.1-KB958488-v6001-x64.msu
[12/1/2015, 23:26:47]Adding Item type "Exe", local path SetupUtility.exe
[12/1/2015, 23:26:47]Adding Item type "File", local path netfx_Full_LDR.mzz
[12/1/2015, 23:26:47]Adding Item type "File", local path netfx_Full_LDR_x86.msi
[12/1/2015, 23:26:47]Adding Item type "MSI", local path netfx_Full_LDR_x86.msi
[12/1/2015, 23:26:48]Adding Item type "MSI", local path netfx_Full_LDR_x86.msi
[12/1/2015, 23:26:48]Adding Item type "MSI", local path netfx_Full_LDR_x86.msi
[12/1/2015, 23:26:48]Adding Item type "File", local path netfx_Full_LDR.mzz
[12/1/2015, 23:26:48]Adding Item type "File", local path netfx_Full_LDR_x64.msi
[12/1/2015, 23:26:48]Adding Item type "MSI", local path netfx_Full_LDR_x64.msi
[12/1/2015, 23:26:48]Adding Item type "MSI", local path netfx_Full_LDR_x64.msi
[12/1/2015, 23:26:48]Adding Item type "MSI", local path netfx_Full_LDR_x64.msi
[12/1/2015, 23:26:48]Adding Item type "File", local path netfx_Full_GDR.mzz
[12/1/2015, 23:26:48]Adding Item type "MSI", local path netfx_Full_GDR_x86.msi
[12/1/2015, 23:26:49]Adding Item type "MSI", local path netfx_Full_GDR_x86.msi
[12/1/2015, 23:26:49]Adding Item type "MSI", local path netfx_Full_GDR_x86.msi
[12/1/2015, 23:26:49]Adding Item type "File", local path netfx_Full_GDR.mzz
[12/1/2015, 23:26:49]Adding Item type "MSI", local path netfx_Full_GDR_x64.msi
[12/1/2015, 23:26:49]Adding Item type "MSI", local path netfx_Full_GDR_x64.msi
[12/1/2015, 23:26:49]Adding Item type "MSI", local path netfx_Full_GDR_x64.msi
[12/1/2015, 23:26:49]Adding Item type "Exe", local path
Windows8-RT-KB2901982-x86.msu
[12/1/2015, 23:26:50]Adding Item type "Exe", local path
x64-Windows8-RT-KB2901982-x64.msu
[12/1/2015, 23:26:50]Adding Item type "Exe", local path SetupUtility.exe
[12/1/2015, 23:26:50]Adding Item type "Exe", local path
Windows8.1-KB2934520-x86.msu
[12/1/2015, 23:26:50]Adding Item type "Exe", local path
x64-Windows8.1-KB2934520-x64.msu
[12/1/2015, 23:26:50]Adding Item type "Exe", local path SetupUtility.exe
[12/1/2015, 23:26:50]Adding Item type "File", local path netfx_core_x86.msi
[12/1/2015, 23:26:50]Adding Item type "File", local path netfx_extended_x86.msi
[12/1/2015, 23:26:50]Adding Item type "File", local path netfx_core_x64.msi
[12/1/2015, 23:26:50]Adding Item type "File", local path netfx_extended_x64.msi
[12/1/2015, 23:26:50]Adding Item type "File", local path
NetFx451\netfx_Full_LDR_x86.msi
[12/1/2015, 23:26:50]Adding Item type "File", local path
NetFx451\netfx_Full_GDR_x86.msi
[12/1/2015, 23:26:50]Adding Item type "File", local path
NetFx451\netfx_Full_LDR_x64.msi
[12/1/2015, 23:26:50]Adding Item type "File", local path
NetFx451\netfx_Full_GDR_x64.msi
[12/1/2015, 23:26:50]Adding Item type "File", local path netfx_Full_x86.msi
[12/1/2015, 23:26:50]Adding Item type "File", local path netfx_Full_x64.msi
[12/1/2015, 23:26:50]Adding Item type "Exe", local path
NDP452-KB2901907-x86-x64-AllOS-ENU.exe
[12/1/2015, 23:26:50]For upgradecode {A7B31EFD-0E46-39F6-9D02-9B2B00D42285},
- related products were found.
[12/1/2015, 23:26:50]RelatedProducts item Setup.exe has 0 related products.
[12/1/2015, 23:26:50]Adding Item type "RelatedProducts", local path (not
applicable)
[12/1/2015, 23:26:50]Adding Item type "Exe", local path SetupUtility.exe
[12/1/2015, 23:26:50]Adding Item type "Exe", local path SetupUtility.exe
[12/1/2015, 23:26:50]Adding Item type "ServiceControl", local path (not
applicable)
[12/1/2015, 23:26:50]No ProcessBlock element
[12/1/2015, 23:26:50]No ServiceBlock element
[12/1/2015, 23:26:50]Disabled CommandLineSwitch added: createlayout
[12/1/2015, 23:26:50]Using Simultaneous Download and Install mechanism
[12/1/2015, 23:26:50] exiting function/method
[12/1/2015, 23:26:50] succeeded
[12/1/2015, 23:26:50] MaintenanceMode determination: evaluating
EnterMaintenanceModeIf...
[12/1/2015, 23:26:50]evaluating EnterMaintenanceModeIf:
[12/1/2015, 23:26:50] And: evaluating...
[12/1/2015, 23:26:50] Not: evaluating...
[12/1/2015, 23:26:50] Exists: evaluating...
[12/1/2015, 23:26:50] Exists evaluated to false
[12/1/2015, 23:26:50] Not evaluated to true
[12/1/2015, 23:26:50] Or: evaluating...
[12/1/2015, 23:26:50] And: evaluating...
[12/1/2015, 23:26:50] Or: evaluating...
[12/1/2015, 23:26:50] And: evaluating...
[12/1/2015, 23:26:50] Equals: evaluating...
[12/1/2015, 23:26:50]TargetArchitecture is x86
[12/1/2015, 23:26:50] Equals evaluated to true
[12/1/2015, 23:26:50] Or: evaluating...
[12/1/2015, 23:26:50] Exists: evaluating...
[12/1/2015, 23:26:50]MsiGetProductInfo with product code
{3911CF56-9EF2-39BA-846A-C27BD3CD0685} found no matches
[12/1/2015, 23:26:50] Exists evaluated to false
[12/1/2015, 23:26:50] Exists: evaluating...
[12/1/2015, 23:26:50]MsiGetProductInfo with product code
{FC35E08A-BF4A-3256-BCBA-0953740FFAA2} found no matches
[12/1/2015, 23:26:50] Exists evaluated to false
[12/1/2015, 23:26:50] Or evaluated to false
[12/1/2015, 23:26:50] And evaluated to false
[12/1/2015, 23:26:50] And: evaluating...
[12/1/2015, 23:26:50] Equals: evaluating...
[12/1/2015, 23:26:50]TargetArchitecture is x86
[12/1/2015, 23:26:50] Equals evaluated to false
[12/1/2015, 23:26:50] Or: evaluating...
[12/1/2015, 23:26:50] Exists: evaluating...
[12/1/2015, 23:26:50]MsiGetProductInfo with product code
{26784146-6E05-3FF9-9335-786C7C0FB5BE} found no matches
[12/1/2015, 23:26:50] Exists evaluated to false
[12/1/2015, 23:26:50] Exists: evaluating...
[12/1/2015, 23:26:50]MsiGetProductInfo with product code
{30FF5906-91BB-35BF-9AB8-9EE0B007FD75} found no matches
[12/1/2015, 23:26:50] Exists evaluated to false
[12/1/2015, 23:26:50] Or evaluated to false
[12/1/2015, 23:26:50] And evaluated to false
[12/1/2015, 23:26:50] Or evaluated to false
[12/1/2015, 23:26:50] GreaterThan: evaluating...
[12/1/2015, 23:26:50]TargetOS is 6.1.1
[12/1/2015, 23:26:50]all numeric characters - canonicalizing
[12/1/2015, 23:26:50] GreaterThan evaluated to true
[12/1/2015, 23:26:50] And evaluated to false
[12/1/2015, 23:26:50] And: evaluating...
[12/1/2015, 23:26:50] Equals: evaluating...
[12/1/2015, 23:26:50]RegKeyValue: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET
Framework Setup\OS Integration\v4 does NOT exist.
[12/1/2015, 23:26:50]returning BoolWhenNonExistent's value: false
[12/1/2015, 23:26:50] Equals evaluated to false
[12/1/2015, 23:26:50] Equals: evaluating...
[12/1/2015, 23:26:50]RegKeyValue: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET
Framework Setup\NDP\v4\Full\Release does NOT exist.
[12/1/2015, 23:26:50]returning BoolWhenNonExistent's value: false
[12/1/2015, 23:26:50] Equals evaluated to false
[12/1/2015, 23:26:50] And evaluated to false
[12/1/2015, 23:26:50] Or evaluated to false
[12/1/2015, 23:26:50] And evaluated to false
[12/1/2015, 23:26:50] MaintenanceMode determination evaluates to 'not in
maintenance mode'
[12/1/2015, 23:26:50] Operation Type: ...
[12/1/2015, 23:26:50]Operation: Installing
[12/1/2015, 23:26:50] Operation Type
[12/1/2015, 23:26:50] Package details: Microsoft .NET Framework 4.5.2 Setup...
[12/1/2015, 23:26:50]Package Name = Microsoft .NET Framework 4.5.2 Setup
[12/1/2015, 23:26:50]Package Version = 4.5.51209
[12/1/2015, 23:26:50] Package details
[12/1/2015, 23:26:50] User Experience Data Collection Policy: ...
[12/1/2015, 23:26:50]User Experience Data Collection Policy: Disabled
[12/1/2015, 23:26:50] User Experience Data Collection Policy
[12/1/2015, 23:26:51] Entering Function: UiDataT::CreateUiDataT...
[12/1/2015, 23:26:51]Loading file -
C:\e609d7e70e0137dcdc8f213ddcad55\UiInfo.xml
[12/1/2015, 23:26:51]Add to schema collection schema file -
C:\e609d7e70e0137dcdc8f213ddcad55\SetupUi.xsd
[12/1/2015, 23:26:51]Successfuly found file
C:\e609d7e70e0137dcdc8f213ddcad55\1033\SetupResources.dll
[12/1/2015, 23:26:51]Successfuly found file
C:\e609d7e70e0137dcdc8f213ddcad55\Strings.xml
[12/1/2015, 23:26:51] exiting function/method
[12/1/2015, 23:26:51] succeeded
[12/1/2015, 23:26:51] Global Block Checks: Checking for global blockers...
[12/1/2015, 23:26:51] BlockIf: .NET Framework 4.5.2 or a later update is
already installed on this computer....
[12/1/2015, 23:26:51].NET Framework 4.5.2 or a later update is already
installed on this computer.
[12/1/2015, 23:26:51]evaluating BlockIf:
[12/1/2015, 23:26:51] And: evaluating...
[12/1/2015, 23:26:51] Or: evaluating...
[12/1/2015, 23:26:51] And: evaluating...
[12/1/2015, 23:26:51] Or: evaluating...
[12/1/2015, 23:26:51] And: evaluating...
[12/1/2015, 23:26:51] LessThan: evaluating...
[12/1/2015, 23:26:51]RegKeyValue: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET
Framework Setup\NDP\v4\Full\Version does NOT exist.
[12/1/2015, 23:26:51]returning BoolWhenNonExistent's value: false
[12/1/2015, 23:26:51] LessThan evaluated to false
[12/1/2015, 23:26:51] Not: evaluating...
[12/1/2015, 23:26:51] Or: evaluating...
[12/1/2015, 23:26:51] Equals: evaluating...
[12/1/2015, 23:26:51]RegKeyValue:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Microsoft .NET Framework
4.5\Baseliner\BaselinerInstalled does NOT exist.
[12/1/2015, 23:26:51]returning BoolWhenNonExistent's value: false
[12/1/2015, 23:26:51] Equals evaluated to false
[12/1/2015, 23:26:51] Equals: evaluating...
[12/1/2015, 23:26:51]RegKeyValue: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET
Framework Setup\NDP\v4\Full\LDR does NOT exist.
[12/1/2015, 23:26:51]returning BoolWhenNonExistent's value: false
[12/1/2015, 23:26:51] Equals evaluated to false
[12/1/2015, 23:26:51] Or evaluated to false
[12/1/2015, 23:26:51] Not evaluated to true
[12/1/2015, 23:26:51] And evaluated to false
[12/1/2015, 23:26:51] And: evaluating...
[12/1/2015, 23:26:51] LessThan: evaluating...
[12/1/2015, 23:26:51]RegKeyValue: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET
Framework Setup\NDP\v4\Full\Version does NOT exist.
[12/1/2015, 23:26:51]returning BoolWhenNonExistent's value: false
[12/1/2015, 23:26:51] LessThan evaluated to false
[12/1/2015, 23:26:51] Or: evaluating...
[12/1/2015, 23:26:51] Equals: evaluating...
[12/1/2015, 23:26:51]RegKeyValue:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Microsoft .NET Framework
4.5\Baseliner\BaselinerInstalled does NOT exist.
[12/1/2015, 23:26:51]returning BoolWhenNonExistent's value: false
[12/1/2015, 23:26:51] Equals evaluated to false
[12/1/2015, 23:26:51] Equals: evaluating...
[12/1/2015, 23:26:51]RegKeyValue: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET
Framework Setup\NDP\v4\Full\LDR does NOT exist.
[12/1/2015, 23:26:51]returning BoolWhenNonExistent's value: false
[12/1/2015, 23:26:51] Equals evaluated to false
[12/1/2015, 23:26:51] Or evaluated to false
[12/1/2015, 23:26:51] And evaluated to false
[12/1/2015, 23:26:51] Or evaluated to false
[12/1/2015, 23:26:51] GreaterThan: evaluating...
[12/1/2015, 23:26:51]TargetOS is 6.1.1
[12/1/2015, 23:26:51]all numeric characters - canonicalizing
[12/1/2015, 23:26:51] GreaterThan evaluated to true
[12/1/2015, 23:26:51] And evaluated to false
[12/1/2015, 23:26:51] And: evaluating...
[12/1/2015, 23:26:51] Equals: evaluating...
[12/1/2015, 23:26:51]RegKeyValue: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET
Framework Setup\OS Integration\v4 does NOT exist.
[12/1/2015, 23:26:51]returning BoolWhenNonExistent's value: false
[12/1/2015, 23:26:51] Equals evaluated to false
[12/1/2015, 23:26:51] LessThan: evaluating...
[12/1/2015, 23:26:51]RegKeyValue: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET
Framework Setup\NDP\v4\Full\Release does NOT exist.
[12/1/2015, 23:26:52]returning BoolWhenNonExistent's value: false
[12/1/2015, 23:26:52] LessThan evaluated to false
[12/1/2015, 23:26:52] And evaluated to false
[12/1/2015, 23:26:52] Or evaluated to false
[12/1/2015, 23:26:52] Equals: evaluating...
[12/1/2015, 23:26:52]Current Operation value is Installing
[12/1/2015, 23:26:52] Equals evaluated to true
[12/1/2015, 23:26:52] And evaluated to false
[12/1/2015, 23:26:52] BlockIf evaluated to false
[12/1/2015, 23:26:52] BlockIf: .NET Framework 4.5.2 or a later update is
already installed on this computer....
[12/1/2015, 23:26:52].NET Framework 4.5.2 or a later update is already
installed on this computer.
[12/1/2015, 23:26:52]evaluating BlockIf:
[12/1/2015, 23:26:52] And: evaluating...
[12/1/2015, 23:26:52] And: evaluating...
[12/1/2015, 23:26:52] And: evaluating...
[12/1/2015, 23:26:52] GreaterThan: evaluating...
[12/1/2015, 23:26:52]TargetOS is 6.1.1
[12/1/2015, 23:26:52]all numeric characters - canonicalizing
[12/1/2015, 23:26:52] GreaterThan evaluated to true
[12/1/2015, 23:26:52] Exists: evaluating...
[12/1/2015, 23:26:52] Exists evaluated to false
[12/1/2015, 23:26:52] And evaluated to false
[12/1/2015, 23:26:52] Equals: evaluating...
[12/1/2015, 23:26:52]Current Operation value is Installing
[12/1/2015, 23:26:52] Equals evaluated to true
[12/1/2015, 23:26:52] And evaluated to false
[12/1/2015, 23:26:52] Or: evaluating...
[12/1/2015, 23:26:52] Exists: evaluating...
[12/1/2015, 23:26:52]MsiGetProductInfo with product code
{FC35E08A-BF4A-3256-BCBA-0953740FFAA2} found no matches
[12/1/2015, 23:26:52] Exists evaluated to false
[12/1/2015, 23:26:52] Exists: evaluating...
[12/1/2015, 23:26:52]MsiGetProductInfo with product code
{30FF5906-91BB-35BF-9AB8-9EE0B007FD75} found no matches
[12/1/2015, 23:26:52] Exists evaluated to false
[12/1/2015, 23:26:52] Or evaluated to false
[12/1/2015, 23:26:52] And evaluated to false
[12/1/2015, 23:26:52] BlockIf evaluated to false
[12/1/2015, 23:26:52] BlockIf: The setup cannot run in compatibility mode....
[12/1/2015, 23:26:52]The setup cannot run in compatibility mode.
[12/1/2015, 23:26:52]evaluating BlockIf:
[12/1/2015, 23:26:52] Exists: evaluating...
[12/1/2015, 23:26:52]Not In OS Compatability Mode
[12/1/2015, 23:26:52] Exists evaluated to false
[12/1/2015, 23:26:52] BlockIf evaluated to false
[12/1/2015, 23:26:52] BlockIf: You cannot run the .NET Framework setup program
in safe mode. Please restart your computer and let Windows start normally, and
then run setup again....
[12/1/2015, 23:26:52]You cannot run the .NET Framework setup program in safe
mode. Please restart your computer and let Windows start normally, and then run
setup again.
[12/1/2015, 23:26:52]evaluating BlockIf:
[12/1/2015, 23:26:52] Exists: evaluating...
[12/1/2015, 23:26:52]OS Not In Safe Mode
[12/1/2015, 23:26:52] Exists evaluated to false
[12/1/2015, 23:26:52] BlockIf evaluated to false
[12/1/2015, 23:26:52] BlockIf: .NET Framework 4.5.2 cannot be uninstalled using
this package. To uninstall .NET Framework 4.5.2 from your computer, go to
Control Panel, choose Programs and Features, choose View installed updates,
select Update for Microsoft Windows (KB2901982) and then choose Uninstall....
[12/1/2015, 23:26:52].NET Framework 4.5.2 cannot be uninstalled using this
package. To uninstall .NET Framework 4.5.2 from your computer, go to Control
Panel, choose Programs and Features, choose View installed updates, select
Update for Microsoft Windows (KB2901982) and then choose Uninstall.
[12/1/2015, 23:26:52]evaluating BlockIf:
[12/1/2015, 23:26:52] And: evaluating...
[12/1/2015, 23:26:52] And: evaluating...
[12/1/2015, 23:26:52] And: evaluating...
[12/1/2015, 23:26:52] LessThanOrEqualTo: evaluating...
[12/1/2015, 23:26:52]TargetOS is 6.1.1
[12/1/2015, 23:26:52]all numeric characters - canonicalizing
[12/1/2015, 23:26:52] LessThanOrEqualTo evaluated to false
[12/1/2015, 23:26:52] GreaterThan: evaluating...
[12/1/2015, 23:26:52]TargetOS is 6.1.1
[12/1/2015, 23:26:52]all numeric characters - canonicalizing
[12/1/2015, 23:26:52] GreaterThan evaluated to true
[12/1/2015, 23:26:52] And evaluated to false
[12/1/2015, 23:26:52] Equals: evaluating...
[12/1/2015, 23:26:52]RegKeyValue: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET
Framework Setup\NDP\v4\Full\Release does NOT exist.
[12/1/2015, 23:26:52]returning BoolWhenNonExistent's value: false
[12/1/2015, 23:26:52] Equals evaluated to false
[12/1/2015, 23:26:52] And evaluated to false
[12/1/2015, 23:26:52] Equals: evaluating...
[12/1/2015, 23:26:52]Current Operation value is Installing
[12/1/2015, 23:26:52] Equals evaluated to false
[12/1/2015, 23:26:52] And evaluated to false
[12/1/2015, 23:26:52] BlockIf evaluated to false
[12/1/2015, 23:26:52] BlockIf: .NET Framework 4.5.2 cannot be uninstalled using
this package. To uninstall .NET Framework 4.5.2 from your computer, go to
Control Panel, choose Programs and Features, choose View installed updates,
select Update for Microsoft Windows (KB2934520) and then choose Uninstall....
[12/1/2015, 23:26:52].NET Framework 4.5.2 cannot be uninstalled using this
package. To uninstall .NET Framework 4.5.2 from your computer, go to Control
Panel, choose Programs and Features, choose View installed updates, select
Update for Microsoft Windows (KB2934520) and then choose Uninstall.
[12/1/2015, 23:26:52]evaluating BlockIf:
[12/1/2015, 23:26:52] And: evaluating...
[12/1/2015, 23:26:52] And: evaluating...
[12/1/2015, 23:26:52] And: evaluating...
[12/1/2015, 23:26:52] LessThanOrEqualTo: evaluating...
[12/1/2015, 23:26:52]TargetOS is 6.1.1
[12/1/2015, 23:26:52]all numeric characters - canonicalizing
[12/1/2015, 23:26:52] LessThanOrEqualTo evaluated to false
[12/1/2015, 23:26:52] GreaterThan: evaluating...
[12/1/2015, 23:26:52]TargetOS is 6.1.1
[12/1/2015, 23:26:52]all numeric characters - canonicalizing
[12/1/2015, 23:26:52] GreaterThan evaluated to true
[12/1/2015, 23:26:52] And evaluated to false
[12/1/2015, 23:26:52] Equals: evaluating...
[12/1/2015, 23:26:52]RegKeyValue: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET
Framework Setup\NDP\v4\Full\Release does NOT exist.
[12/1/2015, 23:26:52]returning BoolWhenNonExistent's value: false
[12/1/2015, 23:26:52] Equals evaluated to false
[12/1/2015, 23:26:52] And evaluated to false
[12/1/2015, 23:26:52] Equals: evaluating...
[12/1/2015, 23:26:52]Current Operation value is Installing
[12/1/2015, 23:26:52] Equals evaluated to false
[12/1/2015, 23:26:52] And evaluated to false
[12/1/2015, 23:26:52] BlockIf evaluated to false
[12/1/2015, 23:26:52] BlockIf: You do not have sufficient privileges to
complete this operation for all users of this computer. Log on as an
administrator and rerun Setup....
[12/1/2015, 23:26:52]You do not have sufficient privileges to complete this
operation for all users of this computer. Log on as an administrator and rerun
Setup.
[12/1/2015, 23:26:52]evaluating BlockIf:
[12/1/2015, 23:26:52] Not: evaluating...
[12/1/2015, 23:26:52] Exists: evaluating...
[12/1/2015, 23:26:52]IsAdministrator: IS a member of the Administrators group
[12/1/2015, 23:26:52] Exists evaluated to true
[12/1/2015, 23:26:52] Not evaluated to false
[12/1/2015, 23:26:52] BlockIf evaluated to false
[12/1/2015, 23:26:52] BlockIf: Setup cannot run, because the Windows Installer
Service is not available on this computer....
[12/1/2015, 23:26:52]Setup cannot run, because the Windows Installer Service is
not available on this computer.
[12/1/2015, 23:26:52]evaluating BlockIf:
[12/1/2015, 23:26:52] Not: evaluating...
[12/1/2015, 23:26:52] Exists: evaluating...
[12/1/2015, 23:26:52]Binary 'C:\Windows\system32\msiexec.exe' exists.
[12/1/2015, 23:26:52]Service 'MSIServer' is available.
[12/1/2015, 23:26:52] Exists evaluated to true
[12/1/2015, 23:26:52] Not evaluated to false
[12/1/2015, 23:26:52] BlockIf evaluated to false
[12/1/2015, 23:26:52] BlockIf: Setup cannot continue because a previous
installation requires your computer to be restarted. Please restart your
computer and rerun Setup....
[12/1/2015, 23:26:52]Setup cannot continue because a previous installation
requires your computer to be restarted. Please restart your computer and rerun
Setup.
[12/1/2015, 23:26:52]evaluating BlockIf:
[12/1/2015, 23:26:52] And: evaluating...
[12/1/2015, 23:26:52] And: evaluating...
[12/1/2015, 23:26:52] Exists: evaluating...
[12/1/2015, 23:26:52]RebootPending: No reboot pending
[12/1/2015, 23:26:52] Exists evaluated to false
[12/1/2015, 23:26:52] Or: evaluating...
[12/1/2015, 23:26:52] Equals: evaluating...
[12/1/2015, 23:26:52]Current Operation value is Installing
[12/1/2015, 23:26:52] Equals evaluated to true
[12/1/2015, 23:26:52] Equals: evaluating...
[12/1/2015, 23:26:52]Current Operation value is Installing
[12/1/2015, 23:26:52] Equals evaluated to false
[12/1/2015, 23:26:52] Or evaluated to true
[12/1/2015, 23:26:52] And evaluated to false
[12/1/2015, 23:26:52] Not: evaluating...
[12/1/2015, 23:26:52] Or: evaluating...
[12/1/2015, 23:26:52] Exists: evaluating...
[12/1/2015, 23:26:52] Exists evaluated to false
[12/1/2015, 23:26:52] Exists: evaluating...
[12/1/2015, 23:26:52] Exists evaluated to false
[12/1/2015, 23:26:52] Or evaluated to false
[12/1/2015, 23:26:52] Not evaluated to true
[12/1/2015, 23:26:52] And evaluated to false
[12/1/2015, 23:26:52] BlockIf evaluated to false
[12/1/2015, 23:26:52] BlockIf: You cannot use this setup program to install the
.NET Framework....
[12/1/2015, 23:26:52]You cannot use this setup program to install the .NET
Framework.
[12/1/2015, 23:26:52]evaluating BlockIf:
[12/1/2015, 23:26:52] Not: evaluating...
[12/1/2015, 23:26:52] Or: evaluating...
[12/1/2015, 23:26:52] Exists: evaluating...
[12/1/2015, 23:26:52] Exists evaluated to true
[12/1/2015, 23:26:52] Exists: evaluating...
[12/1/2015, 23:26:52] Exists evaluated to true
[12/1/2015, 23:26:52] Or evaluated to true
[12/1/2015, 23:26:52] Not evaluated to false
[12/1/2015, 23:26:52] BlockIf evaluated to false
[12/1/2015, 23:26:52] BlockIf: This setup program requires x64 or x86 computer.
It cannot be installed on IA64 computer....
[12/1/2015, 23:26:52]This setup program requires x64 or x86 computer. It cannot
be installed on IA64 computer.
[12/1/2015, 23:26:52]evaluating BlockIf:
[12/1/2015, 23:26:52] And: evaluating...
[12/1/2015, 23:26:52] And: evaluating...
[12/1/2015, 23:26:52] Or: evaluating...
[12/1/2015, 23:26:52] Exists: evaluating...
[12/1/2015, 23:26:52] Exists evaluated to true
[12/1/2015, 23:26:52] Exists: evaluating...
[12/1/2015, 23:26:52] Exists evaluated to true
[12/1/2015, 23:26:52] Or evaluated to true
[12/1/2015, 23:26:52] And: evaluating...
[12/1/2015, 23:26:52] Exists: evaluating...
[12/1/2015, 23:26:52] Exists evaluated to true
[12/1/2015, 23:26:52] Not: evaluating...
[12/1/2015, 23:26:52] Or: evaluating...
[12/1/2015, 23:26:52] Equals: evaluating...
[12/1/2015, 23:26:52]TargetArchitecture is x86
[12/1/2015, 23:26:52] Equals evaluated to false
[12/1/2015, 23:26:52] Equals: evaluating...
[12/1/2015, 23:26:52]TargetArchitecture is x86
[12/1/2015, 23:26:52] Equals evaluated to true
[12/1/2015, 23:26:52] Or evaluated to true
[12/1/2015, 23:26:52] Not evaluated to false
[12/1/2015, 23:26:52] And evaluated to false
[12/1/2015, 23:26:52] And evaluated to false
[12/1/2015, 23:26:52] Not: evaluating...
[12/1/2015, 23:26:52] Exists: evaluating...
[12/1/2015, 23:26:52] Exists evaluated to false
[12/1/2015, 23:26:52] Not evaluated to true
[12/1/2015, 23:26:52] And evaluated to false
[12/1/2015, 23:26:52] BlockIf evaluated to false
[12/1/2015, 23:26:52] BlockIf: This setup program requires an x86 computer. It
cannot be installed on x64 or IA64 computers....
[12/1/2015, 23:26:52]This setup program requires an x86 computer. It cannot be
installed on x64 or IA64 computers.
[12/1/2015, 23:26:52]evaluating BlockIf:
[12/1/2015, 23:26:52] And: evaluating...
[12/1/2015, 23:26:52] Or: evaluating...
[12/1/2015, 23:26:52] Exists: evaluating...
[12/1/2015, 23:26:52] Exists evaluated to true
[12/1/2015, 23:26:52] Exists: evaluating...
[12/1/2015, 23:26:52] Exists evaluated to true
[12/1/2015, 23:26:52] Or evaluated to true
[12/1/2015, 23:26:52] Not: evaluating...
[12/1/2015, 23:26:52] Or: evaluating...
[12/1/2015, 23:26:52] Exists: evaluating...
[12/1/2015, 23:26:52] Exists evaluated to true
[12/1/2015, 23:26:52] Equals: evaluating...
[12/1/2015, 23:26:52]TargetArchitecture is x86
[12/1/2015, 23:26:52] Equals evaluated to true
[12/1/2015, 23:26:52] Or evaluated to true
[12/1/2015, 23:26:52] Not evaluated to false
[12/1/2015, 23:26:52] And evaluated to false
[12/1/2015, 23:26:52] BlockIf evaluated to false
[12/1/2015, 23:26:52] BlockIf: The .NET Framework 4.5.2 is not supported on
this operating system....
[12/1/2015, 23:26:52]The .NET Framework 4.5.2 is not supported on this
operating system.
[12/1/2015, 23:26:52]evaluating BlockIf:
[12/1/2015, 23:26:52] And: evaluating...
[12/1/2015, 23:26:52] Equals: evaluating...
[12/1/2015, 23:26:52]Current Operation value is Installing
[12/1/2015, 23:26:52] Equals evaluated to true
[12/1/2015, 23:26:52] Or: evaluating...
[12/1/2015, 23:26:52] GreaterThan: evaluating...
[12/1/2015, 23:26:52]TargetOS is 6.1.1
[12/1/2015, 23:26:52]all numeric characters - canonicalizing
[12/1/2015, 23:26:52] GreaterThan evaluated to false
[12/1/2015, 23:26:52] And: evaluating...
[12/1/2015, 23:26:52] And: evaluating...
[12/1/2015, 23:26:52] And: evaluating...
[12/1/2015, 23:26:52] And: evaluating...
[12/1/2015, 23:26:52] And: evaluating...
[12/1/2015, 23:26:52] LessThanOrEqualTo: evaluating...
[12/1/2015, 23:26:52]TargetOS is 6.1.1
[12/1/2015, 23:26:52]all numeric characters - canonicalizing
[12/1/2015, 23:26:52] LessThanOrEqualTo evaluated to true
[12/1/2015, 23:26:52] GreaterThan: evaluating...
[12/1/2015, 23:26:52]TargetOS is 6.1.1
[12/1/2015, 23:26:52]all numeric characters - canonicalizing
[12/1/2015, 23:26:52] GreaterThan evaluated to false
[12/1/2015, 23:26:52] And evaluated to false
[12/1/2015, 23:26:52] Not: evaluating...
[12/1/2015, 23:26:52] Equals: evaluating...
[12/1/2015, 23:26:52]TargetOSType is Client
[12/1/2015, 23:26:53] Equals evaluated to true
[12/1/2015, 23:26:53] Not evaluated to false
[12/1/2015, 23:26:53] And evaluated to false
[12/1/2015, 23:26:53] Exists: evaluating...
[12/1/2015, 23:26:53]No FileVersion found for C:\Windows\system32\oclist.exe
[12/1/2015, 23:26:53] Exists evaluated to false
[12/1/2015, 23:26:53] And evaluated to false
[12/1/2015, 23:26:53] Exists: evaluating...
[12/1/2015, 23:26:53]Path: C:\Windows\system32\scregedit.wsf does NOT exist.
[12/1/2015, 23:26:53] Exists evaluated to false
[12/1/2015, 23:26:53] And evaluated to false
[12/1/2015, 23:26:53] Not: evaluating...
[12/1/2015, 23:26:53] LessThanOrEqualTo: evaluating...
[12/1/2015, 23:26:53]FileVersion for C:\Windows\System32\mscoree.dll is
4.0.40305.0
[12/1/2015, 23:26:53]all numeric characters - canonicalizing
[12/1/2015, 23:26:53] LessThanOrEqualTo evaluated to true
[12/1/2015, 23:26:53] Not evaluated to false
[12/1/2015, 23:26:53] And evaluated to false
[12/1/2015, 23:26:53] Or evaluated to false
[12/1/2015, 23:26:53] And evaluated to false
[12/1/2015, 23:26:53] BlockIf evaluated to false
[12/1/2015, 23:26:53] BlockIf: Your computer is currently running a Server Core
installation of the Windows Server 2008 operating system. The .NET Framework
4.5.2 requires a later release of the operating system. Please install Windows
Server 2008 R2 SP1 or higher and rerun .NET Framework 4.5.2 setup....
[12/1/2015, 23:26:53]Your computer is currently running a Server Core
installation of the Windows Server 2008 operating system. The .NET Framework
4.5.2 requires a later release of the operating system. Please install Windows
Server 2008 R2 SP1 or higher and rerun .NET Framework 4.5.2 setup.
[12/1/2015, 23:26:53]evaluating BlockIf:
[12/1/2015, 23:26:53] And: evaluating...
[12/1/2015, 23:26:53] And: evaluating...
[12/1/2015, 23:26:53] Equals: evaluating...
[12/1/2015, 23:26:53]Current Operation value is Installing
[12/1/2015, 23:26:53] Equals evaluated to true
[12/1/2015, 23:26:53] Equals: evaluating...
[12/1/2015, 23:26:53]TargetOS is 6.1.1
[12/1/2015, 23:26:53]all numeric characters - canonicalizing
[12/1/2015, 23:26:53] Equals evaluated to false
[12/1/2015, 23:26:53] And evaluated to false
[12/1/2015, 23:26:53] Equals: evaluating...
[12/1/2015, 23:26:53]RegKeyValue: HKLM\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\InstallationType contains 'Client'
[12/1/2015, 23:26:53] Equals evaluated to false
[12/1/2015, 23:26:53] And evaluated to false
[12/1/2015, 23:26:53] BlockIf evaluated to false
[12/1/2015, 23:26:53] BlockIf: You must install the .NET Framework 2.0 SP2 OS
component....
[12/1/2015, 23:26:53]You must install the .NET Framework 2.0 SP2 OS component.
[12/1/2015, 23:26:53]evaluating BlockIf:
[12/1/2015, 23:26:53] And: evaluating...
[12/1/2015, 23:26:53] And: evaluating...
[12/1/2015, 23:26:53] And: evaluating...
[12/1/2015, 23:26:53] And: evaluating...
[12/1/2015, 23:26:53] Equals: evaluating...
[12/1/2015, 23:26:53]Current Operation value is Installing
[12/1/2015, 23:26:53] Equals evaluated to true
[12/1/2015, 23:26:53] LessThan: evaluating...
[12/1/2015, 23:26:53]TargetOS is 6.1.1
[12/1/2015, 23:26:53]all numeric characters - canonicalizing
[12/1/2015, 23:26:53] LessThan evaluated to true
[12/1/2015, 23:26:53] And evaluated to true
[12/1/2015, 23:26:53] GreaterThan: evaluating...
[12/1/2015, 23:26:53]TargetOS is 6.1.1
[12/1/2015, 23:26:53]all numeric characters - canonicalizing
[12/1/2015, 23:26:53] GreaterThan evaluated to true
[12/1/2015, 23:26:53] And evaluated to true
[12/1/2015, 23:26:53] Equals: evaluating...
[12/1/2015, 23:26:53]RegKeyValue: HKLM\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\InstallationType contains 'Client'
[12/1/2015, 23:26:53] Equals evaluated to false
[12/1/2015, 23:26:53] And evaluated to false
[12/1/2015, 23:26:53] Not: evaluating...
[12/1/2015, 23:26:53] And: evaluating...
[12/1/2015, 23:26:53] And: evaluating...
[12/1/2015, 23:26:53] Equals: evaluating...
[12/1/2015, 23:26:53]RegKeyValue: HKLM\SOFTWARE\Microsoft\NET Framework
Setup\NDP\v2.0.50727\Install contains '1'
[12/1/2015, 23:26:53]all numeric characters - canonicalizing
[12/1/2015, 23:26:53] Equals evaluated to true
[12/1/2015, 23:26:53] LessThanOrEqualTo: evaluating...
[12/1/2015, 23:26:53]RegKeyValue: HKLM\SOFTWARE\Microsoft\NET Framework
Setup\NDP\v2.0.50727\SP contains '2'
[12/1/2015, 23:26:53]all numeric characters - canonicalizing
[12/1/2015, 23:26:53] LessThanOrEqualTo evaluated to true
[12/1/2015, 23:26:53] And evaluated to true
[12/1/2015, 23:26:53] Exists: evaluating...
[12/1/2015, 23:26:53]FileVersion for
C:\Windows\Microsoft.NET\Framework\v2.0.50727\mscorlib.dll is 2.0.50727.5485
[12/1/2015, 23:26:53] Exists evaluated to true
[12/1/2015, 23:26:53] And evaluated to true
[12/1/2015, 23:26:53] Not evaluated to false
[12/1/2015, 23:26:53] And evaluated to false
[12/1/2015, 23:26:53] BlockIf evaluated to false
[12/1/2015, 23:26:53] BlockIf: Cannot uninstall the .NET Framework 4.5.2. Other
applications on your computer are dependent on this program....
[12/1/2015, 23:26:53]Cannot uninstall the .NET Framework 4.5.2. Other
applications on your computer are dependent on this program.
[12/1/2015, 23:26:53]evaluating BlockIf:
[12/1/2015, 23:26:53] And: evaluating...
[12/1/2015, 23:26:53] Equals: evaluating...
[12/1/2015, 23:26:53]Current Operation value is Installing
[12/1/2015, 23:26:53] Equals evaluated to false
[12/1/2015, 23:26:53] Or: evaluating...
[12/1/2015, 23:26:53] Equals: evaluating...
[12/1/2015, 23:26:53]RegKeyValue:
HKLM\SOFTWARE\Microsoft\.NETFramework\v4.0\Core\SBSDisabled\Uninstall does NOT
exist.
[12/1/2015, 23:26:53]returning BoolWhenNonExistent's value: false
[12/1/2015, 23:26:53] Equals evaluated to false
[12/1/2015, 23:26:53] Equals: evaluating...
[12/1/2015, 23:26:53]RegKeyValue:
HKLM\SOFTWARE\Microsoft\.NETFramework\v4.0\Full\SBSDisabled\Uninstall does NOT
exist.
[12/1/2015, 23:26:53]returning BoolWhenNonExistent's value: false
[12/1/2015, 23:26:53] Equals evaluated to false
[12/1/2015, 23:26:53] Or evaluated to false
[12/1/2015, 23:26:53] And evaluated to false
[12/1/2015, 23:26:53] BlockIf evaluated to false
[12/1/2015, 23:26:53] BlockIf: Cannot install the .NET Framework 4.5.2. Other
applications on your computer are not compatible with this program....
[12/1/2015, 23:26:53]Cannot install the .NET Framework 4.5.2. Other
applications on your computer are not compatible with this program.
[12/1/2015, 23:26:53]evaluating BlockIf:
[12/1/2015, 23:26:53] And: evaluating...
[12/1/2015, 23:26:53] Equals: evaluating...
[12/1/2015, 23:26:53]Current Operation value is Installing
[12/1/2015, 23:26:53] Equals evaluated to true
[12/1/2015, 23:26:53] Or: evaluating...
[12/1/2015, 23:26:53] Equals: evaluating...
[12/1/2015, 23:26:53]RegKeyValue:
HKLM\SOFTWARE\Microsoft\.NETFramework\v4.0\Full\SBSDisabled\Install does NOT
exist.
[12/1/2015, 23:26:53]returning BoolWhenNonExistent's value: false
[12/1/2015, 23:26:53] Equals evaluated to false
[12/1/2015, 23:26:53] Equals: evaluating...
[12/1/2015, 23:26:53]RegKeyValue:
HKLM\SOFTWARE\Microsoft\.NETFramework\v4.0\Core\SBSDisabled\Install does NOT
exist.
[12/1/2015, 23:26:53]returning BoolWhenNonExistent's value: false
[12/1/2015, 23:26:53] Equals evaluated to false
[12/1/2015, 23:26:53] Or evaluated to false
[12/1/2015, 23:26:53] And evaluated to false
[12/1/2015, 23:26:53] BlockIf evaluated to false
[12/1/2015, 23:26:53] BlockIf: Uninstalling Microsoft .NET Framework may cause
some applications to cease to function....
[12/1/2015, 23:26:53]Uninstalling Microsoft .NET Framework may cause some
applications to cease to function.
[12/1/2015, 23:26:53]evaluating BlockIf:
[12/1/2015, 23:26:53] And: evaluating...
[12/1/2015, 23:26:53] Equals: evaluating...
[12/1/2015, 23:26:53]Current Operation value is Installing
[12/1/2015, 23:26:53] Equals evaluated to false
[12/1/2015, 23:26:53] Not: evaluating...
[12/1/2015, 23:26:53] Or: evaluating...
[12/1/2015, 23:26:53] Equals: evaluating...
[12/1/2015, 23:26:53]RegKeyValue:
HKLM\SOFTWARE\Microsoft\.NETFramework\v4.0\Core\SBSDisabled\Uninstall does NOT
exist.
[12/1/2015, 23:26:53]returning BoolWhenNonExistent's value: false
[12/1/2015, 23:26:53] Equals evaluated to false
[12/1/2015, 23:26:53] Equals: evaluating...
[12/1/2015, 23:26:53]RegKeyValue:
HKLM\SOFTWARE\Microsoft\.NETFramework\v4.0\Full\SBSDisabled\Uninstall does NOT
exist.
[12/1/2015, 23:26:53]returning BoolWhenNonExistent's value: false
[12/1/2015, 23:26:53] Equals evaluated to false
[12/1/2015, 23:26:53] Or evaluated to false
[12/1/2015, 23:26:53] Not evaluated to true
[12/1/2015, 23:26:53] And evaluated to false
[12/1/2015, 23:26:53] BlockIf evaluated to false
[12/1/2015, 23:26:53] BlockIf: Setup may not run properly, because the Windows
Update Service is not available on this computer....
[12/1/2015, 23:26:53]Setup may not run properly, because the Windows Update
Service is not available on this computer.
[12/1/2015, 23:26:53]evaluating BlockIf:
[12/1/2015, 23:26:53] Not: evaluating...
[12/1/2015, 23:26:53] Exists: evaluating...
[12/1/2015, 23:26:53]Binary 'C:\Windows\system32\svchost.exe' exists.
[12/1/2015, 23:26:53]Service 'wuauserv' is available.
[12/1/2015, 23:26:53] Exists evaluated to true
[12/1/2015, 23:26:53] Not evaluated to false
[12/1/2015, 23:26:53] BlockIf evaluated to false
[12/1/2015, 23:26:53] BlockIf: Setup may not run properly, because the Windows
Modules Installer Service is not available on this computer....
[12/1/2015, 23:26:53]Setup may not run properly, because the Windows Modules
Installer Service is not available on this computer.
[12/1/2015, 23:26:53]evaluating BlockIf:
[12/1/2015, 23:26:53] Not: evaluating...
[12/1/2015, 23:26:53] Exists: evaluating...
[12/1/2015, 23:26:53]Binary 'C:\Windows\servicing\TrustedInstaller.exe' exists.
[12/1/2015, 23:26:54]Service 'TrustedInstaller' is available.
[12/1/2015, 23:26:54] Exists evaluated to true
[12/1/2015, 23:26:54] Not evaluated to false
[12/1/2015, 23:26:54] BlockIf evaluated to false
[12/1/2015, 23:26:54] BlockIf: Setup may not run properly, because Background
Intelligent Transfer Service (BITS) is not available on this computer....
[12/1/2015, 23:26:54]Setup may not run properly, because Background Intelligent
Transfer Service (BITS) is not available on this computer.
[12/1/2015, 23:26:54]evaluating BlockIf:
[12/1/2015, 23:26:54] Not: evaluating...
[12/1/2015, 23:26:54] Exists: evaluating...
[12/1/2015, 23:26:54]Binary 'C:\Windows\System32\svchost.exe' exists.
[12/1/2015, 23:26:54]Service 'BITS' is available.
[12/1/2015, 23:26:54] Exists evaluated to true
[12/1/2015, 23:26:54] Not evaluated to false
[12/1/2015, 23:26:54] BlockIf evaluated to false
[12/1/2015, 23:26:54] Global Block Checks no blocking conditions found
[12/1/2015, 23:26:54]The handle to the section is Null
[12/1/2015, 23:26:54]The handle to the section is Null
[12/1/2015, 23:26:54]Successfuly found file
C:\e609d7e70e0137dcdc8f213ddcad55\1033\EULA.rtf
[12/1/2015, 23:26:54] Applicability for Installing: evaluating each item...
[12/1/2015, 23:26:54] Determining state: of
C:\e609d7e70e0137dcdc8f213ddcad55\SetupUtility.exe...
[12/1/2015, 23:26:54]evaluating ApplicableIf:
[12/1/2015, 23:26:54] And: evaluating...
[12/1/2015, 23:26:54] LessThanOrEqualTo: evaluating...
[12/1/2015, 23:26:54]TargetOS is 6.1.1
[12/1/2015, 23:26:54]all numeric characters - canonicalizing
[12/1/2015, 23:26:54] LessThanOrEqualTo evaluated to true
[12/1/2015, 23:26:54] Not: evaluating...
[12/1/2015, 23:26:54] Exists: evaluating...
[12/1/2015, 23:26:54] Exists evaluated to false
[12/1/2015, 23:26:54] Not evaluated to true
[12/1/2015, 23:26:54] And evaluated to true
[12/1/2015, 23:26:54]evaluating IsPresent:
[12/1/2015, 23:26:54]returning false
[12/1/2015, 23:26:54] Determining state of
C:\e609d7e70e0137dcdc8f213ddcad55\SetupUtility.exe - available but not verified
yet
[12/1/2015, 23:26:54]evaluating IsPresent:
[12/1/2015, 23:26:54]returning false
[12/1/2015, 23:26:54] Determining state: of clr_optimization_v2.0.50727_32...
[12/1/2015, 23:26:54]evaluating ApplicableIf:
[12/1/2015, 23:26:54] And: evaluating...
[12/1/2015, 23:26:54] GreaterThan: evaluating...
[12/1/2015, 23:26:54]TargetOS is 6.1.1
[12/1/2015, 23:26:54]all numeric characters - canonicalizing
[12/1/2015, 23:26:54] GreaterThan evaluated to true
[12/1/2015, 23:26:54] Exists: evaluating...
[12/1/2015, 23:26:54]FileVersion for
C:\Windows\Microsoft.NET\Framework\v2.0.50727\mscorsvw.exe is 2.0.50727.5483
[12/1/2015, 23:26:54] Exists evaluated to true
[12/1/2015, 23:26:54] And evaluated to true
[12/1/2015, 23:26:54]evaluating IsPresent:
[12/1/2015, 23:26:54]returning false
[12/1/2015, 23:26:54] Determining state of clr_optimization_v2.0.50727_32 -
payload not required for this item to perform action.
[12/1/2015, 23:26:54] Determining state: of clr_optimization_v2.0.50727_64...
[12/1/2015, 23:26:54]evaluating ApplicableIf:
[12/1/2015, 23:26:54] And: evaluating...
[12/1/2015, 23:26:54] And: evaluating...
[12/1/2015, 23:26:54] Equals: evaluating...
[12/1/2015, 23:26:54]TargetArchitecture is x86
[12/1/2015, 23:26:54] Equals evaluated to false
[12/1/2015, 23:26:54] GreaterThan: evaluating...
[12/1/2015, 23:26:54]TargetOS is 6.1.1
[12/1/2015, 23:26:54]all numeric characters - canonicalizing
[12/1/2015, 23:26:54] GreaterThan evaluated to true
[12/1/2015, 23:26:54] And evaluated to false
[12/1/2015, 23:26:54] Exists: evaluating...
[12/1/2015, 23:26:54]FileVersion for
C:\Windows\Microsoft.NET\Framework\v2.0.50727\mscorsvw.exe is 2.0.50727.5483
[12/1/2015, 23:26:54] Exists evaluated to true
[12/1/2015, 23:26:54] And evaluated to false
[12/1/2015, 23:26:54] Determining state of clr_optimization_v2.0.50727_64 - not
applicable
[12/1/2015, 23:26:54] Determining state: of clr_optimization_v4.0.30319_32...
[12/1/2015, 23:26:54]evaluating ApplicableIf:
[12/1/2015, 23:26:54] And: evaluating...
[12/1/2015, 23:26:54] GreaterThan: evaluating...
[12/1/2015, 23:26:54]TargetOS is 6.1.1
[12/1/2015, 23:26:55]all numeric characters - canonicalizing
[12/1/2015, 23:26:55] GreaterThan evaluated to true
[12/1/2015, 23:26:55] Exists: evaluating...
[12/1/2015, 23:26:55]No FileVersion found for
C:\Windows\Microsoft.NET\Framework\v4.0.30319\mscorsvw.exe
[12/1/2015, 23:26:55] Exists evaluated to false
[12/1/2015, 23:26:55] And evaluated to false
[12/1/2015, 23:26:55] Determining state of clr_optimization_v4.0.30319_32 - not
applicable
[12/1/2015, 23:26:55] Determining state: of clr_optimization_v4.0.30319_64...
[12/1/2015, 23:26:55]evaluating ApplicableIf:
[12/1/2015, 23:26:55] And: evaluating...
[12/1/2015, 23:26:55] And: evaluating...
[12/1/2015, 23:26:55] Equals: evaluating...
[12/1/2015, 23:26:55]TargetArchitecture is x86
[12/1/2015, 23:26:55] Equals evaluated to false
[12/1/2015, 23:26:55] GreaterThan: evaluating...
[12/1/2015, 23:26:55]TargetOS is 6.1.1
[12/1/2015, 23:26:55]all numeric characters - canonicalizing
[12/1/2015, 23:26:55] GreaterThan evaluated to true
[12/1/2015, 23:26:55] And evaluated to false
[12/1/2015, 23:26:55] Exists: evaluating...
[12/1/2015, 23:26:55]No FileVersion found for
C:\Windows\Microsoft.NET\Framework\v4.0.30319\mscorsvw.exe
[12/1/2015, 23:26:55] Exists evaluated to false
[12/1/2015, 23:26:55] And evaluated to false
[12/1/2015, 23:26:55] Determining state of clr_optimization_v4.0.30319_64 - not
applicable
[12/1/2015, 23:26:55] Determining state: of
C:\e609d7e70e0137dcdc8f213ddcad55\Windows6.0-KB956250-v6001-x86.msu...
[12/1/2015, 23:26:55]evaluating ApplicableIf:
[12/1/2015, 23:26:55] And: evaluating...
[12/1/2015, 23:26:55] And: evaluating...
[12/1/2015, 23:26:55] GreaterThan: evaluating...
[12/1/2015, 23:26:55]TargetOS is 6.1.1
[12/1/2015, 23:26:55]all numeric characters - canonicalizing
[12/1/2015, 23:26:55] GreaterThan evaluated to false
[12/1/2015, 23:26:55] Equals: evaluating...
[12/1/2015, 23:26:55]TargetArchitecture is x86
[12/1/2015, 23:26:55] Equals evaluated to true
[12/1/2015, 23:26:55] And evaluated to false
[12/1/2015, 23:26:55] Not: evaluating...
[12/1/2015, 23:26:55] And: evaluating...
[12/1/2015, 23:26:55] And: evaluating...
[12/1/2015, 23:26:55] And: evaluating...
[12/1/2015, 23:26:55] And: evaluating...
[12/1/2015, 23:26:55] And: evaluating...
[12/1/2015, 23:26:55] GreaterThan: evaluating...
[12/1/2015, 23:26:55]TargetOS is 6.1.1
[12/1/2015, 23:26:55]all numeric characters - canonicalizing
[12/1/2015, 23:26:55] GreaterThan evaluated to false
[12/1/2015, 23:26:55] Equals: evaluating...
[12/1/2015, 23:26:55]TargetArchitecture is x86
[12/1/2015, 23:26:55] Equals evaluated to true
[12/1/2015, 23:26:55] And evaluated to false
[12/1/2015, 23:26:55] LessThanOrEqualTo: evaluating...
[12/1/2015, 23:26:55]TargetOS is 6.1.1
[12/1/2015, 23:26:55]all numeric characters - canonicalizing
[12/1/2015, 23:26:55] LessThanOrEqualTo evaluated to true
[12/1/2015, 23:26:55] And evaluated to false
[12/1/2015, 23:26:55] Not: evaluating...
[12/1/2015, 23:26:55] Exists: evaluating...
[12/1/2015, 23:26:55] Exists evaluated to false
[12/1/2015, 23:26:55] Not evaluated to true
[12/1/2015, 23:26:55] And evaluated to false
[12/1/2015, 23:26:55] Not: evaluating...
[12/1/2015, 23:26:55] Or: evaluating...
[12/1/2015, 23:26:55] And: evaluating...
[12/1/2015, 23:26:55] And: evaluating...
[12/1/2015, 23:26:55] And: evaluating...
[12/1/2015, 23:26:55] And: evaluating...
[12/1/2015, 23:26:55] LessThanOrEqualTo: evaluating...
[12/1/2015, 23:26:55]TargetOS is 6.1.1
[12/1/2015, 23:26:55]all numeric characters - canonicalizing
[12/1/2015, 23:26:55] LessThanOrEqualTo evaluated to true
[12/1/2015, 23:26:55] GreaterThan: evaluating...
[12/1/2015, 23:26:55]TargetOS is 6.1.1
[12/1/2015, 23:26:55]all numeric characters - canonicalizing
[12/1/2015, 23:26:55] GreaterThan evaluated to false
[12/1/2015, 23:26:55] And evaluated to false
[12/1/2015, 23:26:55] Not: evaluating...
[12/1/2015, 23:26:55] Equals: evaluating...
[12/1/2015, 23:26:55]TargetOSType is Client
[12/1/2015, 23:26:55] Equals evaluated to true
[12/1/2015, 23:26:55] Not evaluated to false
[12/1/2015, 23:26:55] And evaluated to false
[12/1/2015, 23:26:55] Exists: evaluating...
[12/1/2015, 23:26:55]No FileVersion found for C:\Windows\system32\oclist.exe
[12/1/2015, 23:26:55] Exists evaluated to false
[12/1/2015, 23:26:55] And evaluated to false
[12/1/2015, 23:26:55] Exists: evaluating...
[12/1/2015, 23:26:55]Path: C:\Windows\system32\scregedit.wsf does NOT exist.
[12/1/2015, 23:26:55] Exists evaluated to false
[12/1/2015, 23:26:55] And evaluated to false
[12/1/2015, 23:26:55] And: evaluating...
[12/1/2015, 23:26:55] LessThanOrEqualTo: evaluating...
[12/1/2015, 23:26:55]TargetOS is 6.1.1
[12/1/2015, 23:26:55]all numeric characters - canonicalizing
[12/1/2015, 23:26:55] LessThanOrEqualTo evaluated to true
[12/1/2015, 23:26:55] Equals: evaluating...
[12/1/2015, 23:26:55]RegKeyValue: HKLM\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\InstallationType contains 'Client'
[12/1/2015, 23:26:55] Equals evaluated to false
[12/1/2015, 23:26:55] And evaluated to false
[12/1/2015, 23:26:55] Or evaluated to false
[12/1/2015, 23:26:55] Not evaluated to true
[12/1/2015, 23:26:55] And evaluated to false
[12/1/2015, 23:26:55] Not: evaluating...
[12/1/2015, 23:26:55] And: evaluating...
[12/1/2015, 23:26:55] LessThanOrEqualTo: evaluating...
[12/1/2015, 23:26:55]FileVersion for C:\Windows\System32\mscoree.dll is
4.0.40305.0
[12/1/2015, 23:26:55]all numeric characters - canonicalizing
[12/1/2015, 23:26:55] LessThanOrEqualTo evaluated to true
[12/1/2015, 23:26:55] LessThanOrEqualTo: evaluating...
[12/1/2015, 23:26:55]FileVersion for C:\Windows\System32\netfxperf.dll is
4.0.40305.0
[12/1/2015, 23:26:55]all numeric characters - canonicalizing
[12/1/2015, 23:26:55] LessThanOrEqualTo evaluated to true
[12/1/2015, 23:26:55] And evaluated to true
[12/1/2015, 23:26:55] Not evaluated to false
[12/1/2015, 23:26:55] And evaluated to false
[12/1/2015, 23:26:55] Not evaluated to true
[12/1/2015, 23:26:55] And evaluated to false
[12/1/2015, 23:26:55] Determining state of
C:\e609d7e70e0137dcdc8f213ddcad55\Windows6.0-KB956250-v6001-x86.msu - not
applicable
[12/1/2015, 23:26:55] Determining state: of
C:\e609d7e70e0137dcdc8f213ddcad55\Windows6.0-KB956250-v6001-x86.msu...
[12/1/2015, 23:26:55]evaluating ApplicableIf:
[12/1/2015, 23:26:55] And: evaluating...
[12/1/2015, 23:26:55] And: evaluating...
[12/1/2015, 23:26:55] And: evaluating...
[12/1/2015, 23:26:55] And: evaluating...
[12/1/2015, 23:26:55] GreaterThan: evaluating...
[12/1/2015, 23:26:55]TargetOS is 6.1.1
[12/1/2015, 23:26:55]all numeric characters - canonicalizing
[12/1/2015, 23:26:55] GreaterThan evaluated to false
[12/1/2015, 23:26:55] Equals: evaluating...
[12/1/2015, 23:26:55]TargetArchitecture is x86
[12/1/2015, 23:26:55] Equals evaluated to true
[12/1/2015, 23:26:55] And evaluated to false
[12/1/2015, 23:26:55] LessThanOrEqualTo: evaluating...
[12/1/2015, 23:26:55]TargetOS is 6.1.1
[12/1/2015, 23:26:55]all numeric characters - canonicalizing
[12/1/2015, 23:26:55] LessThanOrEqualTo evaluated to true
[12/1/2015, 23:26:55] And evaluated to false
[12/1/2015, 23:26:55] Not: evaluating...
[12/1/2015, 23:26:55] Exists: evaluating...
[12/1/2015, 23:26:55] Exists evaluated to false
[12/1/2015, 23:26:55] Not evaluated to true
[12/1/2015, 23:26:55] And evaluated to false
[12/1/2015, 23:26:55] Not: evaluating...
[12/1/2015, 23:26:55] Or: evaluating...
[12/1/2015, 23:26:55] And: evaluating...
[12/1/2015, 23:26:55] And: evaluating...
[12/1/2015, 23:26:55] And: evaluating...
[12/1/2015, 23:26:55] And: evaluating...
[12/1/2015, 23:26:55] LessThanOrEqualTo: evaluating...
[12/1/2015, 23:26:55]TargetOS is 6.1.1
[12/1/2015, 23:26:55]all numeric characters - canonicalizing
[12/1/2015, 23:26:55] LessThanOrEqualTo evaluated to true
[12/1/2015, 23:26:55] GreaterThan: evaluating...
[12/1/2015, 23:26:55]TargetOS is 6.1.1
[12/1/2015,