ASP Repeater in SharePoint 2013 HTML Masterpage

I'm in the process of building our public website in SharePoint 2013, which is much easier than it was in 2010!
I'm having problems using an ASP Repeater to build the navigation.  It all works except for <%# Eval("Url")%>
How do I escape/comment the evals in the HTML file?
<!-- Navigation Start -->
<!--SPM:<SharePoint:AjaxDelta id="DeltaTopNavigation" BlockElement="true" CssClass="ms-displayInline ms-core-navigation" role="navigation" runat="server">-->
<!--SPM:<SharePoint:DelegateControl runat="server" ControlId="TopNavigationDataSource" Id="topNavigationDelegate">-->
<!--</SharePoint:DelegateControl>-->
<!--SPM:<asp:ContentPlaceHolder id="PlaceHolderTopNavBar" runat="server">-->
<nav class="nav">
<ul id="SpNavUL">
<!--SPM:<asp:Repeater ID="GlobalNavMenuItems" runat="server" DataSourceID="topSiteMap">-->
<!--SPM:<ItemTemplate>-->
<li>
<!--SPM:<asp:HyperLink ID="navlink" runat="server" NavigateUrl='<%# Eval("Url")%>' Text='<%# Eval("Title") %>'>-->
<!--SPM:</asp:HyperLink>-->
</li>
<!--SPM:</ItemTemplate>-->
<!--SPM:<ItemTemplate>-->
<li>
<!--SPM:<asp:HyperLink ID="navlink" runat="server" NavigateUrl='<%# Eval("Url")%>' Text='<%# Eval("Title") %>'>-->
<!--SPM:</asp:HyperLink>-->
</li>
<!--SPM:</ItemTemplate>-->
<!--SPM:</asp:Repeater>-->
<!--SPM:<asp:SiteMapDataSource ShowStartingNode="False" SiteMapProvider="CombinedNavSiteMapProvider" id="topSiteMap" runat="server" StartingNodeUrl="sid:1002" />-->
</ul>
</nav>
<!--SPM:</asp:ContentPlaceHolder>-->
<!--SPM:</SharePoint:AjaxDelta>-->
<!-- Navigation End -->
Thanks!

Hi,
According to your post, my understanding is that you want to use <%# Eval("Url")%> in SharePoint 2013 HTML Masterpage.
You need to adding an entry to the web.config (see, for example,
this blog) to specify that your master page can have code blocks.
<PageParserPaths>
<PageParserPath VirtualPath="/pages/test.aspx" CompilationMode="Always" AllowServerSideScript="true" />
</PageParserPaths>
Here is a similar thread for your reference:
http://stackoverflow.com/questions/22566589/sharepoint-master-page-asprepeater-tag
Thanks,
Linda Li                
Forum Support
Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
[email protected]
Linda Li
TechNet Community Support

Similar Messages

  • SharePoint 2013 Apps shows 404 page not found on web front end servers.

    Hi All,
    We are implementing SharePoint Apps for our UAT environment with 1 application server and 2 WFEs. In our development server which is single server worked for implementing SharePoint Apps.
    All our web applications WFEs are hosted UAT environment and SharePoint Server 2013 is enterprise with this build number ​​15.0.4420.1017 (RTM). In the Application Server we enabled App management service and Subscription management through
    PowerShell.
    This DNS configuration is as follows:
    contoso.com with IP address for Application server (192.168.10.12) 2 different IP address for WFEs
      192.168.10.14/15).
    contoso-apps.com for wild card DNS required by SharePoint Apps and pointed to
    Application server (192.168.10.12).
    We have created self-sign certificate on one the WFE server, create a web application dedicated for SharePoint Apps
    without host header and bind the self – sign certificate to the SharePoint Apps web application. DNS is correctly configured on the WFE and we are able to
    ping abc.contoso-apps.com.
    The App Catalog site is working and we are able to download SharePoint apps. But for the WFEs, when go to SharePoint store 
    it does shows the content for Store and when download an app and click on Add IT and signed as Office ID we get 404 page not found.
    We referred the following sites that relate this 404 error:
    http://blogs.technet.com/b/sharepoint_-_inside_the_lines/archive/2013/06/23/404-amp-401-errors-with-the-app-management-service.aspx
    http://sharepointchick.com/archive/0001/01/01/setting-up-your-app-domain-for-sharepoint-2013.aspx
    http://absolute-sharepoint.com/2013/02/troubleshooting-setting-up-an-environment-for-apps-for-sharepoint-2013.html
    http://www.jeremythake.com/2013/12/troubleshooting-sharepoint-2013-hosted-apps-on-premises-404-not-found-error/
    https://samlman.wordpress.com/2015/03/01/planning-the-infrastructure-required-for-the-new-app-model-in-sharepoint-2013/
    But in my case we have already defined a blank host header for SharePoint Apps that we create previously.
    Is it because we not using latest patch as Steve Peschka that March PU fixed this issue?
    Any other solution we should look to fix this.
    Any suggestions would be greatly appreciated. 
    Sandy

    Your contoso-apps.com
    wildcard address should point to one of the WFE servers, not the Application server.  (Actually it should point to the load balancer for the WFEs, but you don't mention a load balancer.)  Apps generate a dynamic HTML web site on the WFE server.  If
    you point to the application server it may not be able to deliver that content if the Microsoft SharePoint Foundation Web Service isn't turned on.  (That's what makes a server a WFE)
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

  • Office Web Apps Load Balancing Configuration Issue for SharePoint 2013

    I have load balanced servers dedicated for Office Web Apps with name “md1xxxwfe1” and “md1xxxwfe2” 
    , both this servers are load balanced by CISCO Load balancer. And I have mapped Load Balancer Virutal IP with host name officeapps.jda.corp.local in the DNS records.
     Things are working fine if I add new farm by using New-OfficeWebAppsFarm
     with server name as internalurl in PowerShell console
     as like “  -internalurl http://
    md1xxxwfe1  but when I use –internalurl officeapps.jda.corp.local it is not working at all. I’m not getting what to do at this point.
    I have gone through following blogs but no luck.
    http://blogs.technet.com/b/meamcs/archive/2013/03/27/office-web-apps-2013-multi-servers-nlb-installation-and-deployment-for-sharepoint-2013-step-by-step-guide.aspx
    http://blogs.technet.com/b/office_resource_kit/archive/2012/09/11/introducing-office-web-apps-server.aspx
    http://davidlimsharepoint.blogspot.in/2013/02/installing-and-configuring-office-web.html 
    http://sps2013.blogspot.in/2013/09/office-web-apps-with-sharepoint-2013.html
    The output of the wfe1 server is attached with this. When I open http:// /hosting/discovery in wfe1 I’m getting following result (attached
    screenshot) but it should show hostname rather than server name.
    Please help me
    Thanks, Ram Ch

    Hi  Ram ,
    For  troubleshooting your issue, please take steps as below:
    Just about any load balancing solution will work, including a server that runs the Web Server (IIS) role running Application Request Routing (ARR):Install
    Application Request Routing
    Install the certificate on the load balancer as described under Securing Office Web Apps Server communications by using
    HTTPS.
    Make sure you have configured the cluster correctly for full internet name:
    Reference:
    http://technet.microsoft.com/en-us/library/jj219435.aspx#loadbalancer
    Thanks,
    Eric
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support,
    contact [email protected]
    Eric Tao
    TechNet Community Support

  • An Error occurred while running detection with sharepoint 2013 SP1

    hi,
    I am trying to install SP1 for MS SharePoint 2013. after starting the wizard am getting "An Error occurred while running detection" error. I have ran SharePoint config wizard to troubleshoot it. still same problem persist.
    my current SP build version is 15.0.4551.1508. I think SP1 is applicable on SP build versionn15.0.4569.1000.
    How I can upgrade 15.0.4551.1508 to 15.0.4569.1000
    any have idea on how to resolve or troubleshoot this issue ?
    Thanks

    HI NIkhil,this should be because you miss some of the previous versions in your farm.please try below to resolve the issue
    http://expertsharepoint.blogspot.de/2013/10/the-excepted-version-of-product-was-not.html
    The version 15.0.4551.1508 is DEC-CU 2013 to upgrade 15.0.4569.1000(SP1).
    TRy download the second release of SP1 released by MS and install.
    http://expertsharepoint.blogspot.de/2014/06/service-pack1-for-sharepoint-2013.html
    Anil Avula[MCP,MCSE,MCSA,MCTS,MCITP,MCSM] See Me At: http://expertsharepoint.blogspot.de/

  • Add new item in core menu of blog - SharePoint 2013

    Hello All
    I want to insert new item in core-menu of blog using visual studio just below to "Edit". I want to achieve this using visual studio, not by Javascript.
    please find below image which will provide you detail idea.

    Hi Kedar,
    Thanks for posting your issue, Kindly browse the below URLs to get the code for your requirment. It has code for list Context Menu similarly you can add Context Menu in blogs
    http://www.sharepoint-journey.com/custom-actions-in-sharepoint-2013.html
    http://www.thorntontechnical.com/tech/sharepoint/sharepoint-2010-context-menu-item-with-custom-code#.VDvegfk0Wm4
    I hope this is helpful to you, mark it as Helpful.
    If this works, Please mark it as Answered.
    Regards,
    Dharmendra Singh (MCPD-EA | MCTS)
    Blog : http://sharepoint-community.net/profile/DharmendraSingh

  • How to Enable Anonymous access to a SharePoint 2013 site e.g for specific site,list etc..

    Hi All,
          I'm working on an extranet and i would like users to be able to fill a form on the site.
    Since i'm going to use sharepoint 2013 how can i configure sharepoint to use both anonymous access and windows authentication at the same time.
    I know for sure it can be done but what can be allowed for anonymous access e.g specific list site etc..
    I would need to make some area available as anonymous e.g a whole site as  i would like to brand it a little to host the form.Any tips of who has configured similar would be appreciated

    Hi Patrick,
    Thanks for posting your query, Kindly follow the below mentioned steps to enable Anonymous access to a SharePoint 2013 site.
    In Central Administration, under Application Management., click Manage web applications.
    Select the web application you want to enable anonymous access for.
    In the Security group on the ribbon, click Authentication Providers.
    In the Authentication Providers dialog box, under Zone, click Default.
    On the Edit Authentication page, select the Enable anonymous access check box.
    Click Save.
    Close the Authentication Providers dialog box.
    Also, browse the below mentioned URLs for more details
    http://blog.cloudshare.com/2012/10/15/how-to-enable-anonymous-access-to-a-sharepoint-2013-site/
    http://www.sharepoint-journey.com/how-to-enable-anonymous-access-in-sharepoint-2013.html
    I hope this is helpful to you, mark it as Helpful.
    If this works, Please mark it as Answered.
    Regards,
    Dharmendra Singh (MCPD-EA | MCTS)
    Blog : http://sharepoint-community.net/profile/DharmendraSingh

  • Need to aware of Search configuration in SharePoint 2013 completly

    HI All,
    I need to aware of SharePoint 2013 search configuration completely with basic start.
    Help me on this topic with some best link.
    Sugumaran Srinuvasan

    Here is link to configure enterprise search step by step
    http://www.sharepoint-journey.com/enterprise-search-configuration-in-sharepoint-2013.html
    Thanks, Danny Hickman IT Support Specialist

  • Formatting issues in sharepoint 2013 when copy/paste from word document

    Hi, 
    When we copy/paste content(rich text, tables, styles) from a word document to SharePoint site whole formatting is messed up.
    is this the limitation of SharePoint 2013?
    Thanks, 
    Shiva.

    Hi Shiva,
    Some styles for font of rich text aren't be kept when I copy the content from Word 2013 and paste into a wiki page from SharePoint 2010/2013(even SharePoint 2007 like this
    post) site as same as yours, it looks like a limitation.
    As a workaround, we can publish the Word content as a Blog article in SharePoint site, then copy the content from the blog page to the needed SharePoint page, it will keep the rich text content format, you can have a try.
    http://plexhosted.com/billing/knowledgebase/274/How-to-publish-a-SharePoint-blog-article-via-Microsoft-Word-2013-SharePoint-2013.html
    Thanks
    Daniel Yang
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Trying to add my own contentplaceholder in sharepoint 2013 masterpage

    hi all,
    I'm new in sharepoint 2013.I'm trying to add my own contentplaceholder in sharepoint 2013 masterpage( near search textbox).  like <asp:ContentPlaceHolder ID="PlaceHolderMain" runat="server"></asp:ContentPlaceHolder> and
     <asp:Content runat="server" ContentPlaceHolderID="PlaceHolderTopMenu1">   </asp:Content> in my layout. but its not working, nothing is rendered when i refresh my page. I also tried  to add code generated
    by snippet galary and put it into html page. That also did not work. can you please help me how to add my own contentplaceholder in sharepoint 2013 masterpage.

    Thanks a lot for your response Jason, it looks like the proper way to add the Custom place holder to the top header section of the master page.
    So that you know, I have created the master page by converting an HTML file in SharePoint 2013 design manager. Following the links, added following two block of code in the master page:
    Following code between<mso:CustomDocumentProperties> tag of master page:
    <mso:ContentPlaceHolderHashPlaceHolderTopMenu1 msdt:dt="string">87884212</mso:ContentPlaceHolderHashPlaceHolderTopMenu1>
    and in body part:
    <div class="container">
                   <!--CS: Start PlaceHolderTopMenu1 Snippet-->
                    <!--SPM:<%@Register Tagprefix="SharePoint" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"%>-->
                    <!--MS:<SharePoint:AjaxDelta ID="DeltaPlaceHolderTopMenu1" IsMainContent="true" runat="server">-->
                    <!--MS:<asp:ContentPlaceHolder ID="PlaceHolderTopMenu1" runat="server">-->
                      master page content
                    <!--ME:</asp:ContentPlaceHolder>-->
                    <!--ME:</SharePoint:AjaxDelta>-->
                    <!--CE: End PlaceHolderTopMenu1 Snippet-->
    </div>
    And added the following code in layout page using that  layout page.
    Following code between<mso:CustomDocumentProperties> tag of layout page:
    <mso:ContentPlaceHolderHashPlaceHolderTopMenu1 msdt:dt="string">87884212</mso:ContentPlaceHolderHashPlaceHolderTopMenu1>
    and  in  body part
     <!--MS:<asp:ContentPlaceHolder ID="PlaceHolderTopMenu1" runat="server">-->
             <div> Layout content </div>
             <!--ME:</asp:ContentPlaceHolder>-->
    Unfortunately, the page created from the master page, is not adding any placeholder beside the search control.
    Any idea what I am doing wrong?
    Thanks again for your response in advance.

  • How would you troubleshoot this? Sharepoint 2013 - masterpage loses all styles on preview and publish

    Here is what happened.
    I had a fully functioning masterpage
    I copy the 'html' masterpage by using 'copy and paste'
    When I preview this masterpage, this is what I see:
    It looks as though somehow all of the styling has been stripped out. The content for the most part is still there.
    I tried:
    relinking the stylesheets and still having a problem
    Can anyone suggest how to troubleshoot this? Could it possibly be an ASP.NET conflict? I know that on any given masterpage a webpart ID cannot be duplicated and generally other IDs should also not be duplicated.

    Hi,
    According to your post, my understanding is that you had an issue about the Master page.
    What did you mean “copy the ‘html’ master page by using ‘copy and paste’”?
    Did you mean you copy and paste the html master page in SharePoint Designer?
    If so, you can preview the default html master to check whether it works.
    Then you can copy a new html master page, then write your own function step by step to check whether it works.
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • SharePoint 2013 Document Library template displays html code when creating a new document from a sharepoint list multiline rich text

    I have a 2010 work flow that is associated with a sharepoint 2013 list that creates a new list document using a custom Microsoft Word 2013 template with a rich text multiline field quick part.  The workflow creates the document and populates
    the the quickpart, however, the text in the document is showing html codes
    <div class="ExternalClass2116495984EB429D95B02CC15F85FD4C"><h1>ABC123</h1><h2>Test&#58; 1234</h2></div>
    and not as 
    ABC123
    Test: 1234
    Is there a no code solution for this?

    Hi,
    I have done a test and I can reproduced your issue.
    I referred to the blog about Automatically create Word documents which include list fields:
    http://blogs.technet.com/b/brenclarke/archive/2009/04/15/automatically-create-word-documents-which-include-list-fields.aspx
    When I create a multiple line of text column in a list, I just choose Plain text, Then I solved the issue:
    Besides, here is a similar post, you can take a look at:
    https://social.technet.microsoft.com/Forums/sharepoint/en-US/a7ab3a61-6643-4a47-a464-fe46b5db1558/rich-text-field-showing-html-code
    Best Regards,
    Lisa Chen
    Lisa Chen
    TechNet Community Support

  • Cannot view SharePoint 2013 WebPart Page in Html iframe

    I would like to use html iframe for display sharepoint 2013 webpage page , it return following error :
    "This content cannot be displayed in a frame"
    Here is my code:
    <iframe width="100%" src="http://xxxx-dev-int:6346/Test/SitePages/wpSPFolderControl.aspx"> </iframe>
    i try to follow
    http://blogs.msdn.com/b/officeapps/archive/2012/12/12/iframing-sharepoint-hosted-pages-in-apps.aspx , but another error message shown
    "The Visible property cannot be set on Web Part 'g_5bf75035_be44_437a_8752_6360297f3f13'.  It can only be set on a standalone Web Part."
    The webpart page is correct , that can browse directly.
    Working environment:
    - SharePoint 2013
    - Windows Server 2012
    - Visual Studio Professional 2012
    - .Net framework 3.5
    Thanks for your help

    TRY
    <WebPartPages:AllowFraming ID="AllowFraming1" runat="server" />
    http://msdn.microsoft.com/en-us/library/office/fp179921(v=office.15).aspx
    http://blogs.msdn.com/b/officeapps/archive/2012/12/12/iframing-sharepoint-hosted-pages-in-apps.aspx
    or
    http://social.msdn.microsoft.com/Forums/en-US/fa6abb31-7251-4744-ab14-634cde38a42d/error-when-viewing-apps-that-utilize-webparts-this-content-cannot-be-displayed-in-a-frame?forum=appsforsharepoint
    <WebPartPages:AllowFramingID="AllowFraming1"runat="server"/>

  • HTML 5 PivotViewer with SharePoint 2013

    Hey Experts,
     I am in a situation to integrate HTML 5 PivotViewer control with SharePoint 2013 site collection. Can anyone please guide me, how can I integrate? 
    Thanks in advance for your upcoming wonderful help. 
    Sekar - Our life is short, so help others to grow
    Whenever you see a reply and if you think is helpful, click "Vote As Helpful"! And whenever
    you see a reply being an answer to the question of the thread, click "Mark As Answer

    Hi Sekar, do you mean PowerPivot? If so, the following blog post provides an overview:
    http://www.sharepointdoug.com/2013/04/powerpivot-component-overview.html
    The following blog post provides directions for installing PowerPivot:
    http://rajeshagadi.blogspot.com/2013/07/installing-powerpivot-for-sharepoint.html
    If you're not referring to PowerPivot, can you post a link to which PivotViewer you are referring to?
    Dimitri Ayrapetov (MCSE: SharePoint)

  • How to apply pagination to data bind to asp:Repeater control using Camel Query.

    Hi All,
    I am having a <asp:Repeater> control to which i bind the data from share point list. 
    I want to apply pagination to that data which is bind to Repeater. I am using CAMEL query to get data from list. 
    How can i apply the pagination to this data fetch by camel which is bined to Repeater control.
    Thanks
    amol

    Hi,
    From your description, you might want to use CAML to query the needed items from a SharePoint list, then use a Repeater control to bind to these data with paging allowed.
    If so, here is a solution like this: Use
    CAML to query a collection of items and save them into a
    DataTable object. Then use the PagedDataSource object to achieve the paging for us and associate it to a
    Repeater control.
    Here are two links will provide more details:
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/7af4c865-a44a-4ccb-864d-9d834f8b2b87/bind-sharepoint-list-to-asp-repeater?forum=sharepointdevelopment
    http://sharepointdotnetfalls.blogspot.in/2013/07/repeater-control-with-paging-in-share.html
    Best regards
    Patrick Liang
    TechNet Community Support

  • Deploying sharepoint 2013 foundation prerequisites requesting restart

    Hi, I am installing the prerequisites for sharepoint 2013 foundation with sp1 on a Windows Server 2008 R2.
    After the restart the server is trying to finish the prerequisites installation but never finishes and requires additional restarts.
    This seems similar to other people expirience:
    http://social.msdn.microsoft.com/Forums/en-US/c84732fe-a5b7-4ace-8d48-3aabc972adaa/sharepoint-foundation-2013-prerequisite-installer-keeps-installing-and-restarting-the-server?forum=sharepointadmin
     http://spreza.blogspot.co.il/2013/05/sharepoint-2013-prerequisite-keeps.html
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/bccdb9f1-dd91-4db1-bd19-6bfa658727f5/sharepoint-server-2010-setup-keep-asking-for-reboot?forum=sharepointadminprevious
    There is a KB with similar description except that it is for Windows Server 2012 and probably does not apply: http://support.microsoft.com/kb/2765260
    I checked the installation logs - see bellow.
    The problem I think is in lines 151-224 - especialy in 166, 167
    Install process returned (0X3EB=1003)
    [In HRESULT format] (0X800703EB=-2147023893)
    What is the right way to correct this error on Windows Server 2008 R2 platform?
    Processor architecture is (9)
    Reading the following string value/name...
    Common Startup
    from the following registry location...
    SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders
    The value is...
    C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
    Trying to remove the startup task if there is any.
    C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\SharePointServerPreparationToolStartup_0FF1CE14-0000-0000-0000-000000000000.cmd
    Successfully deleted the startup task
    Analyzing the following command line argument:
    /continue
    Continuing after restart
    Details of the current operating system:
    Major version number of the operating system:  (6)
    Minor version number of the operating system:  (1)
    Build number of the operating system:  (0X1DB1=7601)
    Major version number of the latest Service Pack:  (1)
    Minor version number of the latest Service Pack:  (0)
    Platform ID of the operating system:  (2)
    Product suites available on the operating system:  (0X110=272)
    Product type of the operating system: VER_NT_SERVER
    Product type:  (7)
    OS type:  (0)
    Configuring the application's property sheet...
    Check whether the following prerequisite is installed:
    Windows Management Framework 3.0
    Reading the following string value/name...
    PowerShellVersion
    from the following registry location...
    SOFTWARE\Microsoft\PowerShell\3\PowerShellEngine
    The value is...
    3.0
    Reading the following string value/name...
    CTPVersion
    from the following registry location...
    SOFTWARE\Microsoft\PowerShell\3\PowerShellEngine
    Could not find or unable to read CTPVersion key
    The prerequisite above is already installed
    Check whether the following prerequisite is installed:
    Microsoft .NET Framework 4.5
    Reading the following DWORD value/name...
    Install
    from the following registry location...
    SOFTWARE\Microsoft\Net Framework Setup\NDP\V4\full
    The value is (1)
    Reading the following string value/name...
    Version
    from the following registry location...
    SOFTWARE\Microsoft\Net Framework Setup\NDP\V4\full
    The value is...
    4.5.50709
    A post release .NET 4.5 is installed
    Check whether the following prerequisite is installed:
    Windows Identity Foundation (KB974405)
    Reading the following string value/name...
    from the following registry location...
    SOFTWARE\Microsoft\Windows Identity Foundation\Setup\v3.5
    The value is...
    6.1.7600.0
    The prerequisite above is already installed
    Check whether the following prerequisite is installed:
    Microsoft Sync Framework Runtime v1.0 SP1 (x64)
    Reading version of the following file...
    C:\Windows\assembly\GAC_MSIL\Microsoft.Synchronization\1.0.0.0__89845dcd8080cc91\Microsoft.Synchronization.dll
    The version is...
    1.0.3010.0
    The prerequisite above is already installed
    Check whether the following prerequisite is installed:
    Microsoft SQL Server 2008 R2 SP1 Native Client
    Reading the following string value/name...
    Version
    from the following registry location...
    SOFTWARE\Microsoft\Microsoft SQL Server\SQLNCLI10\CurrentVersion
    The value is...
    10.51.2500.0
    A higher version of the prerequisite above is already installed
    Check whether the following prerequisite is installed:
    Windows Server AppFabric
    Reading the following string value/name...
    ProductVersion
    from the following registry location...
    SOFTWARE\Microsoft\AppFabric\V1.0
    The value is...
    1.1.2106.32
    Reading the following string value/name...
    ProductVersion
    from the following registry location...
    SOFTWARE\Microsoft\AppFabric\V1.0
    The value is...
    1.1.2106.32
    Reading the following string value/name...
    ProductVersion
    from the following registry location...
    SOFTWARE\Microsoft\AppFabric\V1.0
    The value is...
    1.1.2106.32
    Reading the following DWORD value/name...
    DCC
    from the following registry location...
    SOFTWARE\Microsoft\AppFabric\V1.0\Features
    The value is (1)
    CacheClient is Installed.
    Reading the following DWORD value/name...
    DCS
    from the following registry location...
    SOFTWARE\Microsoft\AppFabric\V1.0\Features
    The value is (1)
    CacheService is Installed.
    Reading the following DWORD value/name...
    DCA
    from the following registry location...
    SOFTWARE\Microsoft\AppFabric\V1.0\Features
    The value is (1)
    CacheAdmin is Installed.
    The prerequisite above is already installed
    Check whether the following prerequisite is installed:
    Windows Identity Foundation (KB974405)
    Reading the following string value/name...
    from the following registry location...
    SOFTWARE\Microsoft\Microsoft Identity Extensions\Setup\1.0
    The value is...
    2.0.1459.0
    A higher version of the prerequisite above is already installed
    Check whether the following prerequisite is installed:
    Microsoft Information Protection and Control Client
    Reading the following string value/name...
    from the following registry location...
    SOFTWARE\Microsoft\MSIPC\CurrentVersion
    The value is...
    1.0.621.117
    A higher version of the prerequisite above is already installed
    Check whether the following prerequisite is installed:
    Microsoft WCF Data Services 5.0
    Reading the following string value/name...
    Version
    from the following registry location...
    SOFTWARE\Wow6432Node\Microsoft\Microsoft WCF Data Services\5.0
    The value is...
    5.0.51212.0
    A higher version of the prerequisite above is already installed
    Check whether the following prerequisite is installed:
    Microsoft WCF Data Services 5.6
    Reading the following string value/name...
    Version
    from the following registry location...
    SOFTWARE\Wow6432Node\Microsoft\Microsoft WCF Data Services\5.6
    The value is...
    5.6.61587.0
    The prerequisite above is already installed
    Check whether the following prerequisite is installed:
    Cumulative Update Package 1 for Microsoft AppFabric 1.1 for Windows Server (KB2671763)
    Reading the following DWORD value/name...
    IsInstalled
    from the following registry location...
    SOFTWARE\Wow6432Node\Microsoft\Updates\AppFabric 1.1 for Windows Server\KB2671763
    The value is (1)
    The prerequisite above is already installed
    Beginning download/installation
    Created thread for installer
    "C:\Windows\system32\ServerManagerCmd.exe" -inputpath "C:\Users\ADMIN-~1\AppData\Local\Temp\2\Pre1553.tmp.XML"
    Request for install time of Application Server Role, Web Server (IIS) Role
    Request for install time of Application Server Role, Web Server (IIS) Role
    Request for install time of Application Server Role, Web Server (IIS) Role
    Request for install time of Application Server Role, Web Server (IIS) Role
    Install process returned (0X3EB=1003)
    [In HRESULT format] (0X800703EB=-2147023893)
    "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe" -i
    Request for install time of Application Server Role, Web Server (IIS) Role
    Request for install time of Application Server Role, Web Server (IIS) Role
    Request for install time of Application Server Role, Web Server (IIS) Role
    Request for install time of Application Server Role, Web Server (IIS) Role
    Request for install time of Application Server Role, Web Server (IIS) Role
    Request for install time of Application Server Role, Web Server (IIS) Role
    Request for install time of Application Server Role, Web Server (IIS) Role
    Request for install time of Application Server Role, Web Server (IIS) Role
    Request for install time of Application Server Role, Web Server (IIS) Role
    Request for install time of Application Server Role, Web Server (IIS) Role
    Request for install time of Application Server Role, Web Server (IIS) Role
    Request for install time of Application Server Role, Web Server (IIS) Role
    Install process returned (0)
    [In HRESULT format] (0)
    "C:\Windows\system32\cscript.exe" "C:\Windows\system32\iisext.vbs" /enext "ASP.NET v4.0.30319"
    Request for install time of Application Server Role, Web Server (IIS) Role
    Request for install time of Application Server Role, Web Server (IIS) Role
    Install process returned (0)
    [In HRESULT format] (0)
    "C:\Windows\system32\iisreset.exe" /noforce
    Request for install time of Application Server Role, Web Server (IIS) Role
    Request for install time of Application Server Role, Web Server (IIS) Role
    Request for install time of Application Server Role, Web Server (IIS) Role
    Request for install time of Application Server Role, Web Server (IIS) Role
    Request for install time of Application Server Role, Web Server (IIS) Role
    Request for install time of Application Server Role, Web Server (IIS) Role
    Request for install time of Application Server Role, Web Server (IIS) Role
    Request for install time of Application Server Role, Web Server (IIS) Role
    Request for install time of Application Server Role, Web Server (IIS) Role
    Request for install time of Application Server Role, Web Server (IIS) Role
    Request for install time of Application Server Role, Web Server (IIS) Role
    Request for install time of Application Server Role, Web Server (IIS) Role
    Request for install time of Application Server Role, Web Server (IIS) Role
    Install process returned (0)
    [In HRESULT format] (0)
    Last return code (0)
    Reading the following DWORD value/name...
    Flags
    from the following registry location...
    SOFTWARE\Microsoft\Updates\UpdateExeVolatile
    Reading the following string value/name...
    PendingFileRenameOperations
    from the following registry location...
    SYSTEM\CurrentControlSet\Control\Session Manager
    The value is...
    \??\C:\Windows\TEMP\~ip3EDD.tmp
    File Rename operations are pending a reboot.
    Install needs restart
    Reading the following string value/name...
    Common Startup
    from the following registry location...
    SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders
    The value is...
    C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
    Trying to create the startup task.
    C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\SharePointServerPreparationToolStartup_0FF1CE14-0000-0000-0000-000000000000.cmd
    Check whether the following prerequisite is installed:
    Windows Management Framework 3.0
    Reading the following string value/name...
    PowerShellVersion
    from the following registry location...
    SOFTWARE\Microsoft\PowerShell\3\PowerShellEngine
    The value is...
    3.0
    Reading the following string value/name...
    CTPVersion
    from the following registry location...
    SOFTWARE\Microsoft\PowerShell\3\PowerShellEngine
    Could not find or unable to read CTPVersion key
    The prerequisite above is already installed
    Check whether the following prerequisite is installed:
    Microsoft .NET Framework 4.5
    Reading the following DWORD value/name...
    Install
    from the following registry location...
    SOFTWARE\Microsoft\Net Framework Setup\NDP\V4\full
    The value is (1)
    Reading the following string value/name...
    Version
    from the following registry location...
    SOFTWARE\Microsoft\Net Framework Setup\NDP\V4\full
    The value is...
    4.5.50709
    A post release .NET 4.5 is installed
    Check whether the following prerequisite is installed:
    Windows Identity Foundation (KB974405)
    Reading the following string value/name...
    from the following registry location...
    SOFTWARE\Microsoft\Windows Identity Foundation\Setup\v3.5
    The value is...
    6.1.7600.0
    The prerequisite above is already installed
    Check whether the following prerequisite is installed:
    Microsoft Sync Framework Runtime v1.0 SP1 (x64)
    Reading version of the following file...
    C:\Windows\assembly\GAC_MSIL\Microsoft.Synchronization\1.0.0.0__89845dcd8080cc91\Microsoft.Synchronization.dll
    The version is...
    1.0.3010.0
    The prerequisite above is already installed
    Check whether the following prerequisite is installed:
    Microsoft SQL Server 2008 R2 SP1 Native Client
    Reading the following string value/name...
    Version
    from the following registry location...
    SOFTWARE\Microsoft\Microsoft SQL Server\SQLNCLI10\CurrentVersion
    The value is...
    10.51.2500.0
    A higher version of the prerequisite above is already installed
    Check whether the following prerequisite is installed:
    Windows Server AppFabric
    Reading the following string value/name...
    ProductVersion
    from the following registry location...
    SOFTWARE\Microsoft\AppFabric\V1.0
    The value is...
    1.1.2106.32
    Reading the following string value/name...
    ProductVersion
    from the following registry location...
    SOFTWARE\Microsoft\AppFabric\V1.0
    The value is...
    1.1.2106.32
    Reading the following string value/name...
    ProductVersion
    from the following registry location...
    SOFTWARE\Microsoft\AppFabric\V1.0
    The value is...
    1.1.2106.32
    Reading the following DWORD value/name...
    DCC
    from the following registry location...
    SOFTWARE\Microsoft\AppFabric\V1.0\Features
    The value is (1)
    CacheClient is Installed.
    Reading the following DWORD value/name...
    DCS
    from the following registry location...
    SOFTWARE\Microsoft\AppFabric\V1.0\Features
    The value is (1)
    CacheService is Installed.
    Reading the following DWORD value/name...
    DCA
    from the following registry location...
    SOFTWARE\Microsoft\AppFabric\V1.0\Features
    The value is (1)
    CacheAdmin is Installed.
    The prerequisite above is already installed
    Check whether the following prerequisite is installed:
    Windows Identity Foundation (KB974405)
    Reading the following string value/name...
    from the following registry location...
    SOFTWARE\Microsoft\Microsoft Identity Extensions\Setup\1.0
    The value is...
    2.0.1459.0
    A higher version of the prerequisite above is already installed
    Check whether the following prerequisite is installed:
    Microsoft Information Protection and Control Client
    Reading the following string value/name...
    from the following registry location...
    SOFTWARE\Microsoft\MSIPC\CurrentVersion
    The value is...
    1.0.621.117
    A higher version of the prerequisite above is already installed
    Check whether the following prerequisite is installed:
    Microsoft WCF Data Services 5.0
    Reading the following string value/name...
    Version
    from the following registry location...
    SOFTWARE\Wow6432Node\Microsoft\Microsoft WCF Data Services\5.0
    The value is...
    5.0.51212.0
    A higher version of the prerequisite above is already installed
    Check whether the following prerequisite is installed:
    Microsoft WCF Data Services 5.6
    Reading the following string value/name...
    Version
    from the following registry location...
    SOFTWARE\Wow6432Node\Microsoft\Microsoft WCF Data Services\5.6
    The value is...
    5.6.61587.0
    The prerequisite above is already installed
    Check whether the following prerequisite is installed:
    Cumulative Update Package 1 for Microsoft AppFabric 1.1 for Windows Server (KB2671763)
    Reading the following DWORD value/name...
    IsInstalled
    from the following registry location...
    SOFTWARE\Wow6432Node\Microsoft\Updates\AppFabric 1.1 for Windows Server\KB2671763
    The value is (1)
    The prerequisite above is already installed
    Opening log file
    Opened action for user
    C:\Users\ADMIN-~1\AppData\Local\Temp\2\prerequisiteinstaller.2014.09.01-17.17.18.log

    The registry change did not help.
    I am lost here. Can someone help with additional ideas?
    It is strange, because the prerequisites application identifies all the prerequirements as installed (I think). But it still requires endless restarts.
    • Microsoft .NET Framework 4.5: equivalent products already installed (no action taken)
    • Windows Management Framework 3.0: was already installed (no action taken)
    • Application Server Role, Web Server (IIS) Role: configured successfully
    • Microsoft SQL Server 2008 R2 SP1 Native Client: equivalent products already installed (no action taken)
    • Windows Identity Foundation (KB974405): was already installed (no action taken)
    • Microsoft Sync Framework Runtime v1.0 SP1 (x64): was already installed (no action taken)
    • Windows Server AppFabric: was already installed (no action taken)
    • Microsoft Identity Extensions: equivalent products already installed (no action taken)
    • Microsoft Information Protection and Control Client: equivalent products already installed (no action taken)
    • Microsoft WCF Data Services 5.0: equivalent products already installed (no action taken)
    • Microsoft WCF Data Services 5.6: was already installed (no action taken)
    • Cumulative Update Package 1 for Microsoft AppFabric 1.1 for Windows Server (KB2671763): was already installed (no action taken)
    While reading the https://autospinstaller.codeplex.com/discussions/277130 in the last comment the source suspected was "WAS services". No solution was
    mentioned except clean install of Windows.
    At the first prerequisites installation I got the following two error messages, but do not know if it is related to the endless restarts problem:
    http://technet.microsoft.com/en-us/library/cc735209(v=ws.10).aspx
    Log Name:      System
    Source:        Microsoft-Windows-WAS
    Date:          1.9.2014 17:09:32
    Event ID:      5053
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      SHAREPOINT.DOMAIN.LOCAL
    Description:
    The Windows Process Activation Service received a change notification, but was unable to process it correctly.  The data field contains the error number.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-WAS" Guid="{524B5D04-133C-4A62-8362-64E8EDB9CE40}" EventSourceName="WAS" />
        <EventID Qualifiers="49152">5053</EventID>
        <Version>0</Version>
        <Level>2</Level>
        <Task>0</Task>
        <Opcode>0</Opcode>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2014-09-01T15:09:32.000000000Z" />
        <EventRecordID>95932</EventRecordID>
        <Correlation />
        <Execution ProcessID="0" ThreadID="0" />
        <Channel>System</Channel>
        <Computer>SHAREPOINT.DOMAIN.LOCAL</Computer>
        <Security />
      </System>
      <EventData>
        <Binary>0D000780</Binary>
      </EventData>
    </Event>
    http://technet.microsoft.com/en-us/library/cc734988(v=ws.10).aspx
    Log Name:      System
    Source:        Microsoft-Windows-WAS
    Date:          1.9.2014 17:09:32
    Event ID:      5189
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      SHAREPOINT.DOMAIN.LOCAL
    Description:
    The Windows Process Activation Service failed to generate an application pool config file for application pool '*'. The error type is '0'. To resolve this issue, please ensure that the applicationhost.config file is correct and recommit the last configuration
    changes made. The data field contains the error number.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-WAS" Guid="{524B5D04-133C-4A62-8362-64E8EDB9CE40}" EventSourceName="WAS" />
        <EventID Qualifiers="49152">5189</EventID>
        <Version>0</Version>
        <Level>2</Level>
        <Task>0</Task>
        <Opcode>0</Opcode>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2014-09-01T15:09:32.000000000Z" />
        <EventRecordID>95931</EventRecordID>
        <Correlation />
        <Execution ProcessID="0" ThreadID="0" />
        <Channel>System</Channel>
        <Computer>SHAREPOINT.DOMAIN.LOCAL</Computer>
        <Security />
      </System>
      <EventData>
        <Data Name="AppPoolID">*</Data>
        <Data Name="ErrorType">0</Data>
        <Binary>0D000780</Binary>
      </EventData>
    </Event>
    Regarding the latest prerequisites log
    there are still the following two lines.
    169.2014-09-03 21:45:33 - Install process returned (0X3EB=1003)
    170.2014-09-03 21:45:33 - [In HRESULT format] (0X800703EB=-2147023893)
    and the lines before required restart
    212.2014-09-03 21:45:59 - PendingFileRenameOperations
    213.2014-09-03 21:45:59 - from the following registry location...
    214.2014-09-03 21:45:59 - SYSTEM\CurrentControlSet\Control\Session Manager
    215.2014-09-03 21:45:59 - The value is...
    216.2014-09-03 21:45:59 - \??\C:\Windows\TEMP\~ip3E60.tmp
    217.2014-09-03 21:45:59 - File Rename operations are pending a reboot.
    218.2014-09-03 21:45:59 - Install needs restart
    The full log is here:
    2014-09-03 21:45:28 - Processor architecture is (9)
    2014-09-03 21:45:28 - Reading the following string value/name...
    2014-09-03 21:45:28 - Common Startup
    2014-09-03 21:45:28 - from the following registry location...
    2014-09-03 21:45:28 - SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders
    2014-09-03 21:45:28 - The value is...
    2014-09-03 21:45:28 - C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
    2014-09-03 21:45:28 - Trying to remove the startup task if there is any.
    2014-09-03 21:45:28 - C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\SharePointServerPreparationToolStartup_0FF1CE14-0000-0000-0000-000000000000.cmd
    2014-09-03 21:45:28 - Successfully deleted the startup task
    2014-09-03 21:45:28 - Analyzing the following command line argument:
    2014-09-03 21:45:28 - /continue
    2014-09-03 21:45:28 - Continuing after restart
    2014-09-03 21:45:28 - Details of the current operating system:
    2014-09-03 21:45:28 - Major version number of the operating system: 
    (6)
    2014-09-03 21:45:28 - Minor version number of the operating system: 
    (1)
    2014-09-03 21:45:28 - Build number of the operating system: 
    (0X1DB1=7601)
    2014-09-03 21:45:28 - Major version number of the latest Service Pack: 
    (1)
    2014-09-03 21:45:28 - Minor version number of the latest Service Pack: 
    (0)
    2014-09-03 21:45:28 - Platform ID of the operating system: 
    (2)
    2014-09-03 21:45:28 - Product suites available on the operating system: 
    (0X110=272)
    2014-09-03 21:45:28 - Product type of the operating system: VER_NT_SERVER
    2014-09-03 21:45:28 - Product type:  (7)
    2014-09-03 21:45:28 - OS type:  (0)
    2014-09-03 21:45:28 - Configuring the application's property sheet...
    2014-09-03 21:45:28 - Check whether the following prerequisite is installed:
    2014-09-03 21:45:28 - Windows Management Framework 3.0
    2014-09-03 21:45:28 - Reading the following string value/name...
    2014-09-03 21:45:28 - PowerShellVersion
    2014-09-03 21:45:28 - from the following registry location...
    2014-09-03 21:45:28 - SOFTWARE\Microsoft\PowerShell\3\PowerShellEngine
    2014-09-03 21:45:28 - The value is...
    2014-09-03 21:45:28 - 3.0
    2014-09-03 21:45:28 - Reading the following string value/name...
    2014-09-03 21:45:28 - CTPVersion
    2014-09-03 21:45:28 - from the following registry location...
    2014-09-03 21:45:28 - SOFTWARE\Microsoft\PowerShell\3\PowerShellEngine
    2014-09-03 21:45:28 - Could not find or unable to read CTPVersion key
    2014-09-03 21:45:28 - The prerequisite above is already installed
    2014-09-03 21:45:28 - Check whether the following prerequisite is installed:
    2014-09-03 21:45:28 - Microsoft .NET Framework 4.5
    2014-09-03 21:45:28 - Reading the following DWORD value/name...
    2014-09-03 21:45:28 - Install
    2014-09-03 21:45:28 - from the following registry location...
    2014-09-03 21:45:28 - SOFTWARE\Microsoft\Net Framework Setup\NDP\V4\full
    2014-09-03 21:45:28 - The value is (1)
    2014-09-03 21:45:28 - Reading the following string value/name...
    2014-09-03 21:45:28 - Version
    2014-09-03 21:45:28 - from the following registry location...
    2014-09-03 21:45:28 - SOFTWARE\Microsoft\Net Framework Setup\NDP\V4\full
    2014-09-03 21:45:28 - The value is...
    2014-09-03 21:45:28 - 4.5.50709
    2014-09-03 21:45:28 - A post release .NET 4.5 is installed
    2014-09-03 21:45:28 - Check whether the following prerequisite is installed:
    2014-09-03 21:45:28 - Windows Identity Foundation (KB974405)
    2014-09-03 21:45:28 - Reading the following string value/name...
    2014-09-03 21:45:28 -
    2014-09-03 21:45:28 - from the following registry location...
    2014-09-03 21:45:28 - SOFTWARE\Microsoft\Windows Identity Foundation\Setup\v3.5
    2014-09-03 21:45:28 - The value is...
    2014-09-03 21:45:28 - 6.1.7600.0
    2014-09-03 21:45:28 - The prerequisite above is already installed
    2014-09-03 21:45:28 - Check whether the following prerequisite is installed:
    2014-09-03 21:45:28 - Microsoft Sync Framework Runtime v1.0 SP1 (x64)
    2014-09-03 21:45:28 - Reading version of the following file...
    2014-09-03 21:45:28 - C:\Windows\assembly\GAC_MSIL\Microsoft.Synchronization\1.0.0.0__89845dcd8080cc91\Microsoft.Synchronization.dll
    2014-09-03 21:45:28 - The version is...
    2014-09-03 21:45:28 - 1.0.3010.0
    2014-09-03 21:45:28 - The prerequisite above is already installed
    2014-09-03 21:45:28 - Check whether the following prerequisite is installed:
    2014-09-03 21:45:28 - Microsoft SQL Server 2008 R2 SP1 Native Client
    2014-09-03 21:45:28 - Reading the following string value/name...
    2014-09-03 21:45:28 - Version
    2014-09-03 21:45:28 - from the following registry location...
    2014-09-03 21:45:28 - SOFTWARE\Microsoft\Microsoft SQL Server\SQLNCLI10\CurrentVersion
    2014-09-03 21:45:28 - The value is...
    2014-09-03 21:45:28 - 10.51.2500.0
    2014-09-03 21:45:28 - A higher version of the prerequisite above is already installed
    2014-09-03 21:45:28 - Check whether the following prerequisite is installed:
    2014-09-03 21:45:28 - Windows Server AppFabric
    2014-09-03 21:45:28 - Reading the following string value/name...
    2014-09-03 21:45:28 - ProductVersion
    2014-09-03 21:45:28 - from the following registry location...
    2014-09-03 21:45:28 - SOFTWARE\Microsoft\AppFabric\V1.0
    2014-09-03 21:45:28 - The value is...
    2014-09-03 21:45:28 - 1.1.2106.32
    2014-09-03 21:45:28 - Reading the following string value/name...
    2014-09-03 21:45:28 - ProductVersion
    2014-09-03 21:45:28 - from the following registry location...
    2014-09-03 21:45:28 - SOFTWARE\Microsoft\AppFabric\V1.0
    2014-09-03 21:45:28 - The value is...
    2014-09-03 21:45:28 - 1.1.2106.32
    2014-09-03 21:45:28 - Reading the following string value/name...
    2014-09-03 21:45:28 - ProductVersion
    2014-09-03 21:45:28 - from the following registry location...
    2014-09-03 21:45:28 - SOFTWARE\Microsoft\AppFabric\V1.0
    2014-09-03 21:45:28 - The value is...
    2014-09-03 21:45:28 - 1.1.2106.32
    2014-09-03 21:45:28 - Reading the following DWORD value/name...
    2014-09-03 21:45:28 - DCC
    2014-09-03 21:45:28 - from the following registry location...
    2014-09-03 21:45:28 - SOFTWARE\Microsoft\AppFabric\V1.0\Features
    2014-09-03 21:45:28 - The value is (1)
    2014-09-03 21:45:28 - CacheClient is Installed.
    2014-09-03 21:45:28 - Reading the following DWORD value/name...
    2014-09-03 21:45:28 - DCS
    2014-09-03 21:45:28 - from the following registry location...
    2014-09-03 21:45:28 - SOFTWARE\Microsoft\AppFabric\V1.0\Features
    2014-09-03 21:45:28 - The value is (1)
    2014-09-03 21:45:28 - CacheService is Installed.
    2014-09-03 21:45:28 - Reading the following DWORD value/name...
    2014-09-03 21:45:28 - DCA
    2014-09-03 21:45:28 - from the following registry location...
    2014-09-03 21:45:28 - SOFTWARE\Microsoft\AppFabric\V1.0\Features
    2014-09-03 21:45:28 - The value is (1)
    2014-09-03 21:45:28 - CacheAdmin is Installed.
    2014-09-03 21:45:28 - The prerequisite above is already installed
    2014-09-03 21:45:28 - Check whether the following prerequisite is installed:
    2014-09-03 21:45:28 - Windows Identity Foundation (KB974405)
    2014-09-03 21:45:28 - Reading the following string value/name...
    2014-09-03 21:45:28 -
    2014-09-03 21:45:28 - from the following registry location...
    2014-09-03 21:45:28 - SOFTWARE\Microsoft\Microsoft Identity Extensions\Setup\1.0
    2014-09-03 21:45:28 - The value is...
    2014-09-03 21:45:28 - 2.0.1459.0
    2014-09-03 21:45:28 - A higher version of the prerequisite above is already installed
    2014-09-03 21:45:28 - Check whether the following prerequisite is installed:
    2014-09-03 21:45:28 - Microsoft Information Protection and Control Client
    2014-09-03 21:45:28 - Reading the following string value/name...
    2014-09-03 21:45:28 -
    2014-09-03 21:45:28 - from the following registry location...
    2014-09-03 21:45:28 - SOFTWARE\Microsoft\MSIPC\CurrentVersion
    2014-09-03 21:45:28 - The value is...
    2014-09-03 21:45:28 - 1.0.621.117
    2014-09-03 21:45:28 - A higher version of the prerequisite above is already installed
    2014-09-03 21:45:28 - Check whether the following prerequisite is installed:
    2014-09-03 21:45:28 - Microsoft WCF Data Services 5.0
    2014-09-03 21:45:28 - Reading the following string value/name...
    2014-09-03 21:45:28 - Version
    2014-09-03 21:45:28 - from the following registry location...
    2014-09-03 21:45:28 - SOFTWARE\Wow6432Node\Microsoft\Microsoft WCF Data Services\5.0
    2014-09-03 21:45:28 - The value is...
    2014-09-03 21:45:28 - 5.0.51212.0
    2014-09-03 21:45:28 - A higher version of the prerequisite above is already installed
    2014-09-03 21:45:28 - Check whether the following prerequisite is installed:
    2014-09-03 21:45:28 - Microsoft WCF Data Services 5.6
    2014-09-03 21:45:28 - Reading the following string value/name...
    2014-09-03 21:45:28 - Version
    2014-09-03 21:45:28 - from the following registry location...
    2014-09-03 21:45:28 - SOFTWARE\Wow6432Node\Microsoft\Microsoft WCF Data Services\5.6
    2014-09-03 21:45:28 - The value is...
    2014-09-03 21:45:28 - 5.6.61587.0
    2014-09-03 21:45:28 - The prerequisite above is already installed
    2014-09-03 21:45:28 - Check whether the following prerequisite is installed:
    2014-09-03 21:45:28 - Cumulative Update Package 1 for Microsoft AppFabric 1.1 for Windows Server (KB2671763)
    2014-09-03 21:45:28 - Reading the following DWORD value/name...
    2014-09-03 21:45:28 - IsInstalled
    2014-09-03 21:45:28 - from the following registry location...
    2014-09-03 21:45:28 - SOFTWARE\Wow6432Node\Microsoft\Updates\AppFabric 1.1 for Windows Server\KB2671763
    2014-09-03 21:45:28 - The value is (1)
    2014-09-03 21:45:28 - The prerequisite above is already installed
    2014-09-03 21:45:28 - Beginning download/installation
    2014-09-03 21:45:29 - Created thread for installer
    2014-09-03 21:45:29 - "C:\Windows\system32\ServerManagerCmd.exe" -inputpath "C:\Users\ADMIN-~1\AppData\Local\Temp\2\PreD982.tmp.XML"
    2014-09-03 21:45:29 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-09-03 21:45:31 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-09-03 21:45:31 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-09-03 21:45:33 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-09-03 21:45:33 - Install process returned (0X3EB=1003)
    2014-09-03 21:45:33 - [In HRESULT format] (0X800703EB=-2147023893)
    2014-09-03 21:45:33 - "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe" -i
    2014-09-03 21:45:34 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-09-03 21:45:34 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-09-03 21:45:36 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-09-03 21:45:37 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-09-03 21:45:38 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-09-03 21:45:39 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-09-03 21:45:40 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-09-03 21:45:41 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-09-03 21:45:42 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-09-03 21:45:43 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-09-03 21:45:44 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-09-03 21:45:45 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-09-03 21:45:45 - Install process returned (0)
    2014-09-03 21:45:45 - [In HRESULT format] (0)
    2014-09-03 21:45:45 - "C:\Windows\system32\cscript.exe" "C:\Windows\system32\iisext.vbs" /enext "ASP.NET v4.0.30319"
    2014-09-03 21:45:46 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-09-03 21:45:47 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-09-03 21:45:47 - Install process returned (0)
    2014-09-03 21:45:47 - [In HRESULT format] (0)
    2014-09-03 21:45:47 - "C:\Windows\system32\iisreset.exe" /noforce
    2014-09-03 21:45:48 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-09-03 21:45:49 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-09-03 21:45:50 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-09-03 21:45:51 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-09-03 21:45:52 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-09-03 21:45:53 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-09-03 21:45:54 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-09-03 21:45:55 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-09-03 21:45:56 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-09-03 21:45:57 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-09-03 21:45:58 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-09-03 21:45:59 - Request for install time of Application Server Role, Web Server (IIS) Role
    2014-09-03 21:45:59 - Install process returned (0)
    2014-09-03 21:45:59 - [In HRESULT format] (0)
    2014-09-03 21:45:59 - Last return code (0)
    2014-09-03 21:45:59 - Reading the following DWORD value/name...
    2014-09-03 21:45:59 - Flags
    2014-09-03 21:45:59 - from the following registry location...
    2014-09-03 21:45:59 - SOFTWARE\Microsoft\Updates\UpdateExeVolatile
    2014-09-03 21:45:59 - Reading the following string value/name...
    2014-09-03 21:45:59 - PendingFileRenameOperations
    2014-09-03 21:45:59 - from the following registry location...
    2014-09-03 21:45:59 - SYSTEM\CurrentControlSet\Control\Session Manager
    2014-09-03 21:45:59 - The value is...
    2014-09-03 21:45:59 - \??\C:\Windows\TEMP\~ip3E60.tmp
    2014-09-03 21:45:59 - File Rename operations are pending a reboot.
    2014-09-03 21:45:59 - Install needs restart
    2014-09-03 21:45:59 - Reading the following string value/name...
    2014-09-03 21:45:59 - Common Startup
    2014-09-03 21:45:59 - from the following registry location...
    2014-09-03 21:45:59 - SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders
    2014-09-03 21:45:59 - The value is...
    2014-09-03 21:45:59 - C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
    2014-09-03 21:45:59 - Trying to create the startup task.
    2014-09-03 21:45:59 - C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\SharePointServerPreparationToolStartup_0FF1CE14-0000-0000-0000-000000000000.cmd
    2014-09-03 21:45:59 - Check whether the following prerequisite is installed:
    2014-09-03 21:45:59 - Windows Management Framework 3.0
    2014-09-03 21:45:59 - Reading the following string value/name...
    2014-09-03 21:45:59 - PowerShellVersion
    2014-09-03 21:45:59 - from the following registry location...
    2014-09-03 21:45:59 - SOFTWARE\Microsoft\PowerShell\3\PowerShellEngine
    2014-09-03 21:45:59 - The value is...
    2014-09-03 21:45:59 - 3.0
    2014-09-03 21:45:59 - Reading the following string value/name...
    2014-09-03 21:45:59 - CTPVersion
    2014-09-03 21:45:59 - from the following registry location...
    2014-09-03 21:45:59 - SOFTWARE\Microsoft\PowerShell\3\PowerShellEngine
    2014-09-03 21:45:59 - Could not find or unable to read CTPVersion key
    2014-09-03 21:45:59 - The prerequisite above is already installed
    2014-09-03 21:45:59 - Check whether the following prerequisite is installed:
    2014-09-03 21:45:59 - Microsoft .NET Framework 4.5
    2014-09-03 21:45:59 - Reading the following DWORD value/name...
    2014-09-03 21:45:59 - Install
    2014-09-03 21:45:59 - from the following registry location...
    2014-09-03 21:45:59 - SOFTWARE\Microsoft\Net Framework Setup\NDP\V4\full
    2014-09-03 21:45:59 - The value is (1)
    2014-09-03 21:45:59 - Reading the following string value/name...
    2014-09-03 21:45:59 - Version
    2014-09-03 21:45:59 - from the following registry location...
    2014-09-03 21:45:59 - SOFTWARE\Microsoft\Net Framework Setup\NDP\V4\full
    2014-09-03 21:45:59 - The value is...
    2014-09-03 21:45:59 - 4.5.50709
    2014-09-03 21:45:59 - A post release .NET 4.5 is installed
    2014-09-03 21:45:59 - Check whether the following prerequisite is installed:
    2014-09-03 21:45:59 - Windows Identity Foundation (KB974405)
    2014-09-03 21:45:59 - Reading the following string value/name...
    2014-09-03 21:45:59 -
    2014-09-03 21:45:59 - from the following registry location...
    2014-09-03 21:45:59 - SOFTWARE\Microsoft\Windows Identity Foundation\Setup\v3.5
    2014-09-03 21:45:59 - The value is...
    2014-09-03 21:45:59 - 6.1.7600.0
    2014-09-03 21:45:59 - The prerequisite above is already installed
    2014-09-03 21:45:59 - Check whether the following prerequisite is installed:
    2014-09-03 21:45:59 - Microsoft Sync Framework Runtime v1.0 SP1 (x64)
    2014-09-03 21:45:59 - Reading version of the following file...
    2014-09-03 21:45:59 - C:\Windows\assembly\GAC_MSIL\Microsoft.Synchronization\1.0.0.0__89845dcd8080cc91\Microsoft.Synchronization.dll
    2014-09-03 21:45:59 - The version is...
    2014-09-03 21:45:59 - 1.0.3010.0
    2014-09-03 21:45:59 - The prerequisite above is already installed
    2014-09-03 21:45:59 - Check whether the following prerequisite is installed:
    2014-09-03 21:45:59 - Microsoft SQL Server 2008 R2 SP1 Native Client
    2014-09-03 21:45:59 - Reading the following string value/name...
    2014-09-03 21:45:59 - Version
    2014-09-03 21:45:59 - from the following registry location...
    2014-09-03 21:45:59 - SOFTWARE\Microsoft\Microsoft SQL Server\SQLNCLI10\CurrentVersion
    2014-09-03 21:45:59 - The value is...
    2014-09-03 21:45:59 - 10.51.2500.0
    2014-09-03 21:45:59 - A higher version of the prerequisite above is already installed
    2014-09-03 21:45:59 - Check whether the following prerequisite is installed:
    2014-09-03 21:45:59 - Windows Server AppFabric
    2014-09-03 21:45:59 - Reading the following string value/name...
    2014-09-03 21:45:59 - ProductVersion
    2014-09-03 21:45:59 - from the following registry location...
    2014-09-03 21:45:59 - SOFTWARE\Microsoft\AppFabric\V1.0
    2014-09-03 21:45:59 - The value is...
    2014-09-03 21:45:59 - 1.1.2106.32
    2014-09-03 21:45:59 - Reading the following string value/name...
    2014-09-03 21:45:59 - ProductVersion
    2014-09-03 21:45:59 - from the following registry location...
    2014-09-03 21:45:59 - SOFTWARE\Microsoft\AppFabric\V1.0
    2014-09-03 21:45:59 - The value is...
    2014-09-03 21:45:59 - 1.1.2106.32
    2014-09-03 21:45:59 - Reading the following string value/name...
    2014-09-03 21:45:59 - ProductVersion
    2014-09-03 21:45:59 - from the following registry location...
    2014-09-03 21:45:59 - SOFTWARE\Microsoft\AppFabric\V1.0
    2014-09-03 21:45:59 - The value is...
    2014-09-03 21:45:59 - 1.1.2106.32
    2014-09-03 21:45:59 - Reading the following DWORD value/name...
    2014-09-03 21:45:59 - DCC
    2014-09-03 21:45:59 - from the following registry location...
    2014-09-03 21:45:59 - SOFTWARE\Microsoft\AppFabric\V1.0\Features
    2014-09-03 21:45:59 - The value is (1)
    2014-09-03 21:45:59 - CacheClient is Installed.
    2014-09-03 21:45:59 - Reading the following DWORD value/name...
    2014-09-03 21:45:59 - DCS
    2014-09-03 21:45:59 - from the following registry location...
    2014-09-03 21:45:59 - SOFTWARE\Microsoft\AppFabric\V1.0\Features
    2014-09-03 21:45:59 - The value is (1)
    2014-09-03 21:45:59 - CacheService is Installed.
    2014-09-03 21:45:59 - Reading the following DWORD value/name...
    2014-09-03 21:45:59 - DCA
    2014-09-03 21:45:59 - from the following registry location...
    2014-09-03 21:45:59 - SOFTWARE\Microsoft\AppFabric\V1.0\Features
    2014-09-03 21:45:59 - The value is (1)
    2014-09-03 21:45:59 - CacheAdmin is Installed.
    2014-09-03 21:45:59 - The prerequisite above is already installed
    2014-09-03 21:45:59 - Check whether the following prerequisite is installed:
    2014-09-03 21:45:59 - Windows Identity Foundation (KB974405)
    2014-09-03 21:45:59 - Reading the following string value/name...
    2014-09-03 21:45:59 -
    2014-09-03 21:45:59 - from the following registry location...
    2014-09-03 21:45:59 - SOFTWARE\Microsoft\Microsoft Identity Extensions\Setup\1.0
    2014-09-03 21:45:59 - The value is...
    2014-09-03 21:45:59 - 2.0.1459.0
    2014-09-03 21:45:59 - A higher version of the prerequisite above is already installed
    2014-09-03 21:45:59 - Check whether the following prerequisite is installed:
    2014-09-03 21:45:59 - Microsoft Information Protection and Control Client
    2014-09-03 21:45:59 - Reading the following string value/name...
    2014-09-03 21:45:59 -
    2014-09-03 21:45:59 - from the following registry location...
    2014-09-03 21:45:59 - SOFTWARE\Microsoft\MSIPC\CurrentVersion
    2014-09-03 21:45:59 - The value is...
    2014-09-03 21:45:59 - 1.0.621.117
    2014-09-03 21:45:59 - A higher version of the prerequisite above is already installed
    2014-09-03 21:45:59 - Check whether the following prerequisite is installed:
    2014-09-03 21:45:59 - Microsoft WCF Data Services 5.0
    2014-09-03 21:45:59 - Reading the following string value/name...
    2014-09-03 21:45:59 - Version
    2014-09-03 21:45:59 - from the following registry location...
    2014-09-03 21:45:59 - SOFTWARE\Wow6432Node\Microsoft\Microsoft WCF Data Services\5.0
    2014-09-03 21:45:59 - The value is...
    2014-09-03 21:45:59 - 5.0.51212.0
    2014-09-03 21:45:59 - A higher version of the prerequisite above is already installed
    2014-09-03 21:45:59 - Check whether the following prerequisite is installed:
    2014-09-03 21:45:59 - Microsoft WCF Data Services 5.6
    2014-09-03 21:45:59 - Reading the following string value/name...
    2014-09-03 21:45:59 - Version
    2014-09-03 21:45:59 - from the following registry location...
    2014-09-03 21:45:59 - SOFTWARE\Wow6432Node\Microsoft\Microsoft WCF Data Services\5.6
    2014-09-03 21:45:59 - The value is...
    2014-09-03 21:45:59 - 5.6.61587.0
    2014-09-03 21:45:59 - The prerequisite above is already installed
    2014-09-03 21:45:59 - Check whether the following prerequisite is installed:
    2014-09-03 21:45:59 - Cumulative Update Package 1 for Microsoft AppFabric 1.1 for Windows Server (KB2671763)
    2014-09-03 21:45:59 - Reading the following DWORD value/name...
    2014-09-03 21:45:59 - IsInstalled
    2014-09-03 21:45:59 - from the following registry location...
    2014-09-03 21:45:59 - SOFTWARE\Wow6432Node\Microsoft\Updates\AppFabric 1.1 for Windows Server\KB2671763
    2014-09-03 21:45:59 - The value is (1)
    2014-09-03 21:45:59 - The prerequisite above is already installed
    2014-09-03 21:49:17 - Opening log file
    2014-09-03 21:49:18 - Opened action for user
    2014-09-03 21:49:18 - C:\Users\ADMIN-~1\AppData\Local\Temp\2\prerequisiteinstaller.2014.09.03-21.45.28.log

Maybe you are looking for

  • Error while creating table 'EDISEGMENT' entry '/BIC/CIAC0CLASS_NUM_TEXT'

    Hello, I get the error message: "Error while creating table 'EDISEGMENT' entry '/BIC/CIAC0CLASS_NUM_TEXT'" when trying to activate my inactive transfer structure for 0CLASS_NUM_TEXT.. Many other transfer structures work fine, but this one is really p

  • Is this a BUG???  Database Export not including Foreign Key Constraints

    I'm using SQL Developer 1.5.4 with both the 59.47 and 59.59 patches installed. I want to do a database export from a 10g XE schema, and include all objects in the resulting DDL. So, I select ALL the checkboxes in the export wizard and when I get to S

  • Game doesn't fit into window

    When I try to play games from websites like kontraband.com or albinoblacksheep.com a lot of the time they end up being bigger than the window so that I cannot see all of it.  Is there a way to resize it or better yet make it fullscreen?

  • Monochrome in Aperture with PS CS3

    Hi, I have opened a photo in Aperture and created a B&W image in PS CS3(+blur etc) but now the image can't be viewed in Aperture anymore. It stays completey black and to view I have to open via PS CS3. Any ideas?? Thanks!!! Peter MBP 2.33 GHZ 2Gb 120

  • Problems with colour profiles

    Hi, Since I reinstalled Win7 and Photoshop, every time I open a document it is in the "working RGB" colour profile, which makes the document whitish. So I have to assign another profile, namely the one associated with my monitor. But I have to do thi