I've been going around this for a couple of days now and the answer didn't seem to be anywhere so here it is, almost everything you will need to successfully run the prerequisites installer
Once we have successfully installed windows server:
(software con be downloaded from: https://www.microsoft.com/en-us/evalcenter/evaluate-sharepoint-server-2013)
Run de prerequisites installer and wait for the messages.
We may have to install the components separately, they can be downloaded from Microsoft directly and these are all free or charge.
The list is what follows:
• Microsoft .NET Framework 4.5
• Windows Management Framework 3.0
• Application Server Role, Web Server (IIS) Role
• Microsoft SQL Server 2008 R2 SP1 Native Client
• Windows Identity Foundation (KB974405)
• Microsoft Sync Framework Runtime v1.0 SP1 (x64)
• Windows Server AppFabric
• Microsoft Identity Extensions
• Microsoft Information Protection and Control Client
• Microsoft WCF Data Services 5.0
• Cumulative Update Package 1 for Microsoft AppFabric 1.1 for Windows Server (KB2671763
Most items can be downloaded from these links, you may wanna try some different ones in case the provided didn’t work:
http://download.microsoft.com/download/9/1/3/9138773A-505D-43E2-AC08-9A77E1E0490B/1033/x64/sqlncli.msi
Microsoft SQL Server 2008 R2 SP1 Native Client
http://download.microsoft.com/download/E/0/0/E0060D8F-2354-4871-9596-DC78538799CC/Synchronization.msi
Microsoft Sync Framework Runtime v1.0 SP1 (x64)
http://download.microsoft.com/download/A/6/7/A678AB47-496B-4907-B3D4-0A2D280A13C0/WindowsServerAppFabricSetup_x64.exe
Windows Server App Fabric
http://download.microsoft.com/download/7/B/5/7B51D8D1-20FD-4BF0-87C7-4714F5A1C313/AppFabric1.1-RTM-KB2671763-x64-ENU.exe
Cumulative Update Package 1 for Microsoft AppFabric 1.1 for Windows Server (KB2671763)
http://download.microsoft.com/download/D/7/2/D72FD747-69B6-40B7-875B-C2B40A6B2BDD/Windows6.1-KB974405-x64.msu
Windows Identity Foundation (KB974405)
http://download.microsoft.com/download/0/1/D/01D06854-CA0C-46F1-ADBA-EBF86010DCC6/rtm/MicrosoftIdentityExtensions-64.msi
Microsoft Identity Extensions
http://download.microsoft.com/download/9/1/D/91DA8796-BE1D-46AF-8489-663AB7811517/setup_msipc_x64.msi
Microsoft Information Protection and Control Client
http://download.microsoft.com/download/8/F/9/8F93DBBD-896B-4760-AC81-646F61363A6D/WcfDataServices.exe
Microsoft WCF Data Services 5.0
The “Application Server Role, Web Server (IIS) Role” item may be the one that causes more trouble to install, in order to get it working in case the installer can’t handle it, we should run the following script from PowerShell:
Import-Module ServerManager
Copy-Item -Path "$($ENV:SystemRoot)\System32\ServerManager.exe" `
-Destination "$($ENV:SystemRoot)\System32\ServerManagerCmd.exe" -Force
Add-WindowsFeature NET-WCF-HTTP-Activation45,NET-WCF-TCP-Activation45,NET-WCF-Pipe-Activation45
Add-WindowsFeature Net-Framework-Features,Web-Server,Web-WebServer, `
Web-Common-Http,Web-Static-Content,Web-Default-Doc,Web-Dir-Browsing, `
Web-Http-Errors,Web-App-Dev,Web-Asp-Net,Web-Net-Ext,Web-ISAPI-Ext, `
Web-ISAPI-Filter,Web-Health,Web-Http-Logging,Web-Log-Libraries,Web-Request-Monitor, `
Web-Http-Tracing,Web-Security,Web-Basic-Auth,Web-Windows-Auth,Web-Filtering, `
Web-Digest-Auth,Web-Performance,Web-Stat-Compression,Web-Dyn-Compression, `
Web-Mgmt-Tools,Web-Mgmt-Console,Web-Mgmt-Compat,Web-Metabase,Application-Server, `
AS-Web-Support,AS-TCP-Port-Sharing,AS-WAS-Support, AS-HTTP-Activation, `
AS-TCP-Activation,AS-Named-Pipes,AS-Net-Framework,WAS,WAS-Process-Model, `
WAS-NET-Environment,WAS-Config-APIs,Web-Lgcy-Scripting,Windows-Identity-Foundation, `
Server-Media-Foundation,Xps-Viewer
Restart-Computer
Once the reboot has finished, run the prerequisites installer again and there should be no warnings or trouble to conclude.
After the wizard ends, run the SharePoint server installer. The wizard should prompt for a product key, as this is a trial version, one of the following should work: NQTMW-K63MQ-39G6H-B2CH9-FRDWJ
After we add the key, click next, agree the license terms and a progress bar should come up. Go grab a smoke in this step... It may never end after a couple of hours. After maybe 30 minutes, you can check the log files, inside the Temp folder, in my case: C:\Users\Administrator\AppData\Local\Temp\2
Scroll down to the end of 'SharePoint Server Setup(...)' file and check the status, mine is: 'Successfully installed package: oserver path:D:\global\oserver.MSI'
Restart your machine even with the wizard still running (it's not gonna end any time soon) and that's it.
Hope this helps you!
Related
I created a BizTalk server Virtual Machine in azure portal(BizTalk server 2013 standard), but I am not able to see the sql server(but I can see SQL server management studio there)and visual studio in the vm. Do I need to install sql server and visual studio manually on a biztalk server Virtual machine?
If both SQL Management Studio and Visual Studio are there, then you must have provisioned an MSDN instance, meaning a full DEV instance.
That means SQL Server is installed. Did you try to connect to SQL Server? You can try '.' or the server name itself.
I've been looking at using Biztalk on Azure recently too, and from what I understand it sounds like you only got a Biztalk Server VM, and not the DEV environment.
In that case you would need to get another VM to host SQL Server, and none of these two VM will have Visual Studio installed (see section "Biztalk Server License Options" https://msdn.microsoft.com/en-us/library/azure/jj248689.aspx).
If what you need is a the full dev environment ready to use, then you need one of the MSDN subscriptions listed as "Full Benefits" here:
https://www.visualstudio.com/en-us/products/how-to-buy-vs.aspx
Then again, I've been looking into this stuff recently so I could be wrong.
My windows system has Visual studio 2013 with Update 5 and Azure Tools 2.6 installed. I was till some time back, able to right click on the project in the solution explorer, click Publish and able to select a Publish target like Microsoft Azure Web Apps:
But now, the options do not show up anymore and the only option available is Custom:
I am not sure when the options disappeared. How can I get them back?
Make sure your VS is connected to your Azure Subscription (Server tab, something with "Azure (yoursubscriptionemail#domain.com)").
Also, since version 2.7 of Azure Tools, the deployment of web apps have changed a bit (publish target should read "Microsoft Azure App Service" instead of "Microsoft Azure Web Apps", and a few new options).
You can try to update your Azure Tools (version 2.8.2 as of this writing), the easiest way to do that is to run Microsoft Web Platform Installer.
I´m currently trying to set up an azure mobile service .net backend for an app. I´m using visual studio express 2013 for Windows / for Web. I installed all available updates and the recent azure sdk (2.4).
My problem now is that there is no "Azure Mobile Service" project template and mobile services is even not displayed beneath the azure entry in the server explorer.
What did I miss to install?
Many thanks in advance!
UPDATE:
I tried to set up the mobile service with visual studio express 2012 but I stuck at the same problem. Neither the mobile service template nor the option in the server explorer is present.
I just downloaded Visual Studio 2013 Express for Windows with Update 3 from this link:
http://www.microsoft.com/en-us/download/details.aspx?id=43729
I then had the mobile services node in the Server Explorer. However, the project template still isn't there.
This was with Azure SDK 2.3 already installed and also tested with Azure SDK 2.4.
The project templates ship with Visual Studio SKUs and their updates, and I believe Mobile Services is only shipping with Pro and Ultimate for now.
One option to get that starting project is to provision your mobile service in the portal making sure to select the .NET backend. Then on the quickstart page of the portal (the little cloud to the left of the dashboard tab) select the link to create a new application. You will get an option to download the starter solution for the .NET backend (for windows apps it will also download the client). That is basically the same project you would get by choosing File -> New Project in VS pro or ultimate. You can then open the solution in VS Express for Web 2013 but not VS Express for Windows.
To publish the mobile service you'll need to do the following:
Go back to the portal and on the Dashboard page for your mobile service click the Download Publish Profile link and save to your local machine
Right-click the project in the Solution Explorer and choose "Publish"
Import the publish profile you downloaded in step #1 and finish the publish process
So if you want to use the express versions of VS 2013, make sure you have all the updates then:
Use VS 2013 For Windows to manage your mobile service in server explorer and build your windows clients
Use VS 2013 For Web to build your Azure Mobile Service back end project, run locally, and publish using the publish profile.
I have a asp.net project that is published to azure as a cloud service.
The asp.net project targets the .net 4.5 framework. Its currently deployed to azure and works.
However when I publish it to azure form Visual Studio, I get the following warning#
warning WAT250: The project targets '.NET Framework 4.5' which is not supported on the Windows Azure virtual machine (OSFamily = '4'). To make sure that the role starts, update the 'osFamily' attribute in the service configuration file 'ServiceConfiguration.Cloud.cscfg'. See http://go.microsoft.com/fwlink/?LinkId=262840 from more information.
My project targets osFamily="4", which is Windows Server 2012 R2, and according to the link http://go.microsoft.com/fwlink/?LinkId=262840, Windows Server 2012 R2 supports the .net 4.5 framework, so why do I get a warning?
My file contains the following osFamily="4" osVersion="*" and also my role does start without any problems.....
Can anyone advise on why I get this warning?
Perhaps you need to update your Azure SDK?
Just installed VS Ultimate 2013 version 12.0.30110.00 Update 1, then went to the Windows Azure site and created an account. Also downloaded and installed the Windows Azure 2.2 SDK.
I open visual studio and go to Server Explorer. I see Data Connections, Servers (my machine), and SharePoint Connections. I don't see a Windows Azure Node. I look under the tools menu and see Connect to Database, Connect to Server, Add SharePoint connection.
So I download VS 2013 Express for Web, I open it and see under the tools menu Connect to Database, Connect to Windows Azure. I open the server explorer and see Data Connections, Servers, Windows Azure.
Does the Azure functionality only exist in the Web Express version and not in the Ultimate 2013 version of Visual Studio?
There is a separate set of tools for Windows Azure and Visual Studio. Depending on how you installed the SDK, you may not have received these tools: http://msdn.microsoft.com/en-us/library/windowsazure/ee405484.aspx
Additionally, you may need to "sign in" via visual studio for it to see the items in your subscription. You should be able to do this by clicking on the "connect to windows azure" option in the server explorer.
The Windows Azure node ships in the Azure SDK 2.2 and 2.3 as well as in all SKUs of Visual Studio 2013 Update 2. So you should be seeing the node if you have one of those installed.