VS2015 development WinForm Packaged programs, high-version system installation is normal, the lower version of the system even if the environment is still directly exited, given the prompt: The installation is not complete.
This error I toss a day, packaging release, check the environment, other systems testing the same environment ...
Finally find the solution on the foreign website, I can only say that the magic, Microsoft he is sometimes so a bit pit.
Here's how to fix it:
Copy a VS2010 development environment from Dpca.dll to VS2015 C:\Program Files (x86) \microsoft Visual Studio 12.0\common7\ide\commonextensions\ The Microsoft\vsi\bin directory.
Your machine must also have VS2010 installed, if not so found who installed there, will VS2010 directory: C:\Program Files (x86) \microsoft Visual Studio 10.0\common7\tools\ Dpca.dll files in deployment Copy to VS2015 C:\Program files (x86) \microsoft Visual Studio 12.0\common7\ide\commonextensions\ The Microsoft\vsi\bin directory.
Before copying a file, you must close all vs to prevent the problem from occurring. Please back up before copying to VS2015 's execution directory. My way of changing the file name, for example, I changed the VS2015 dpca.dll to Dpca123.dll, so even if there is a problem, I can first delete the copied files, and then restore the backup DLL.
Attached original address: Https://stackoverflow.com/questions/23978677/dirca-checkfx-return-value-3-vs-2013-deployment-project
In addition, we welcome all kinds of developers to exchange discussions, group: 88390778
Winfrom packaged program, installation error code 1603