How to confirm the WindowsPhone-Development-Tools' contract that is installed on SurfacePro - eula

I installed the WindowsPhone development's environment on SurfacePro from
-> http://dev.windowsphone.com/en-us/downloadsdk
-> Windows Phone 8.1 development tools
-> If you don’t have Visual Studio 2013, you can install Visual Studio Express 2013 for Windows, which includes Update 2, using this download link:
-> Download(up to 1.1 MB, English)
However, I forgot to read carefully this tool's contract which is displayed on screen when I was installing it.
Please tell me how to reconfirm the contract.

Visual Studio Express will not install without accepting the license agreement

Related

How to install Delphi 10.4 Sydney command line compiler (on Windows Server 2016)?

We are trying to set up 10.4 Sydney automated builds based on the Delphi command-line compiler. Our build servers are Windows Server 2016, but RAD Studio 10.4 is supported only for Windows 10 and attempts to install on Windows Server 2016 have failed. Embarcadero technical support says to purchase RAD Server, but is RAD Server really intended to support automated builds?
Would manual setup be a solution? Is it feasible to manually set up the Delphi 10.4 command-line compiler on Windows Server 2016 (i.e. copy over needed files and import needed Registry settings)? Or will 10.4 install on Server despite this not being officially supported (with our woes being due to heretofore unidentified IS policies or security settings which are interfering with the setup)?
Edit: The error is "No valid license information found for Embarcadero Delphi 10.4. You must provide a valid serial number in order to use Embarcadero Delphi 10.4 Do you want to run the registration wizard again?"
The solution (suggested by our Embarcadero sales rep, not their tech support, who refused to help because 10.4 is not officially supported on Windows Server 2016) was to uninstall 10.4 (what little had installed) and then reinstall. Reinstalling, the installer found the manually-imported license (the same one that it had complained held no valid license information) and allowed the install to proceed. There were no further issues with the install and now both the Delphi 10.4 IDE and command prompt are working properly.

Unable to install Windows 10 Sdk Tools

I have Windows 10 build 10532 with Visual Studio 2015 Community edition. Since VS 2015 RTM does not come with Windows 10 tools, I wanted to download and install it. When I run the intallation file Visual Studio block set up and gives an error
Invalid entries passed to /Filterfeatureselectiontree swich.
What should I do?
The Windows SDK receives updates separately from Visual Studio releases, so you may have to reinstall/update the Windows SDK.
You can trigger the latest install from within Visual Studio.
First, make sure you have the latest Visual Studio 2015 from http://aka.ms/vs2015ce
From the File menu, click File|New|Project
In the "New Project" dialog box, choose the Universal item on the left panel under Templates/Visual C#/Windows/Universal
On the right panel, note that you will either have some Win10 templates or a single item that suggests that you need to download the Win10 SDK. (You may see both templates and the download suggestion if have an older version of the SDK and there is a newer version available)
Click on the item to download the new Win10 SDK and click OK.
This should kick off the download/install process and you may be prompted to close Visual Studio as soon the installer is running.
When it's all done, go back to File|New|Project and try to create a blank app project.
Hope that helps! :)

can i install Visual studio 2003 after installing VS 2005 and VS 2010

I have windows XP machine and visual studio 2005 and 2010 are installed on it, which are running fine.
Some applications are developed with Visual studio .net 2003. So i need to install VS 2003 now. can i install it on same machine.
Will it impact the VS 2005/10 installations ?
I have referred
Do I need to uninstall all higher versions of Visual Studio just to reinstall VS 2003 successfully?
and
http://blogs.msdn.com/b/robcaron/archive/2005/04/20/410224.aspx?Redirected=true
but i am not clear whether to go ahead with installation or not.
Please suggest

Without installing Visual Studio can I use Team Explorer or TFS power tools to check-in/check-out files through windows explorer?

We need to allow users to check-out check-in files in Windows Explorer.
Is it mandatory to install Visual Studio in order to use Team Explorer or TFS Power Tools?
What kind of licenses will be needed?
You can install Team Explorer which is free (but still uses the VS shell), this doesn't require any kind of Visual Studio license: https://blogs.msdn.microsoft.com/devops/2017/04/05/reintroducing-the-team-explorer-standalone-installer/
Then you can install the TFS Power Tools to get the Windows Explorer extension which allows you to do basic source control operations in Windows Explorer.
Note: If you are connecting to an on-premise TFS you still need to purchase TFS CAL's. If you are using Azure DevOps (formerly Visual Studio Online) you get 5 users for free.
First install the free Visual Studio Explorer 2019
Go to https://visualstudio.microsoft.com/downloads/
Go to All downloads > Visual Studio 2019 > Visual Studio Team Explorer 2019 > Download
Run the installer
Then install the Microsoft Team Foundation Version Control Windows Shell Extension
Download from here
You may need to reboot to finish installation.

Template for Windows Phone Apps Development in Visual Studio 2010

I have Visual Studio 2010 Professional installed but it does not give option to develop windows phone apps. Is there any template that I can download for this or any other solution so that i can carry out win apps development with my current Visual Studio.
First of all, you have to download and install this:
Windows Phone SDK
You can choose here which version you want to install. The SDK provides an emulator and several other tools for developing Windows Phone apps as well as templates for Visual Studio.
Hope this helps.

Resources