How to create a windows Xp installer via Visual Studio 2015 - c#

I have a windows Application(C#) developed in Visual Studio 2015 on windows 10.
When i tried to install on windows XP and i get an error "The installer was interrupted before [Myapplication] could be installed.
You need to restart installer to try again"
I need help for creating the required setup file for Windows XP OS via VS 2015

Related

Is it possible to install vstest.console.exe 2013 with vstudio 2019?

I'm trying to run build agents in my azure pipeline, but the code is written in VS 2013, so my tests are failing when I'm using VS 2019 installed on the server.
I'm trying to figure out if there's a way to just install the testing suite for VS 2013 without installing the whole IDE on the server.
Is there any way to do this?
The Microsoft-hosted agent pool provides 7 virtual machine images to choose from:
Visual Studio 2019 Preview on Windows Server 2019 (windows-2019)
Visual Studio 2017 on Windows Server 2016 (vs2017-win2016)
Visual Studio 2015 on Windows Server 2012R2 (vs2015-win2012r2)
Windows Server 1803 (win1803) - for running Windows containers
macOS X Mojave 10.14 (macOS-10.14)
macOS X High Sierra 10.13 (macOS-10.13)
Ubuntu 16.04 (ubuntu-16.04)
You can try it first and see if it works for your build or deployment. If not, you can use a self-hosted agent.
https://learn.microsoft.com/en-us/azure/devops/pipelines/agents/hosted?view=azure-devops#use-a-microsoft-hosted-agent
Follow the below document to create a self-hosted agent and install VS2013 on it.
https://learn.microsoft.com/en-us/azure/devops/pipelines/agents/v2-windows?view=azure-devops

Connect windows visual studio and Mac Agent for Developing IOS in Xamarin.forms

I am developing app in cross platform using xamarin.forms. I tried to take buid for ios by connecting mac agent from windows visual studio community 2017 using windows pro OS machine. But i cant connect machine and SSH fingerprint error. i need to know can connect mac via Visual studio community 2017 for take build or any restriction for IOS development. To resolve this, are we need to use Visual studio Enterprises 2017?? pls guide me to solve this issues.
Setup Details:
OS - Windows Pro
Tool - Windows Visual Studio Community 2017
Platform - Xamarin.Forms(Cross Platform)
Mac System - Advanced Version

Visual Studio 2015 doesn't debug and deploy on windows physical device

I'm developing an Xamarin forms(portable) app in Visual Studio 2015.In emulator application runs and results perfectly..
My system config is much more then the required. I have connected my Windows phone to the computer and also it recognizes the device.
But when I debug the app in Visual Studio with device, its just processing for longer and doesn't results anything rather shows
Microsoft VS is busy
and just visual studio hangs
**
Currently i upgrade Windows SDK 10.0.26624 after that i faced this
issue
**

Visual Studio 2012 build application for windows 10?

Will it be compatibility issue If I build application in Windows 7 with Visual Studio 2012, and the application will run on Windows 10?
Windows 10 will run applications built for windows 7.

Visual Studio 2012 Update 4 No Option to Create "Windows 8 Store App"

I am trying to create sample application for Windows 8 Embedded Handheld or Windows Store App, for that I have following configuration.
Configuration:
1. Windows 8 64Bit OS
2. Visual Studio 2012 Express Edition With Update 4 Installed
3. Windows Phone 8 SDK, Downloaded From This Link.
4. Windows 8 Embedded Handheld SDK, Downloaded From This Link.
But when I start my Visual Studio I don't see any option for Creating Windows Store App as Given in This video.
Also I am not able to see installed Windows 8 Phone SDK and W8EH SDK in, about screen of the Visual Studio 2012.
UPDATE
It will be very helpful if we have list of all the supported versions of Visual Studio with there targeted use, like for Desktop/Mobile(or 'Phone' it is also one more confusion)/Handheld/Embedded/Store, else it is very confusing for the beginners to decide which version of Visual Studio to use for development of Embedded/Handheld Application development.
You have the wrong edition of VS Express. You have the edition for Windows Desktop, which is for creating traditional Windows desktop applications. You need the edition for Windows, which is for creating Store apps that target the Modern UI.

Categories

Resources