I want to create an installer for Windows application, and to include .NET Framework into that installation (I have selected * Download from the same site as my application). But in compilation of Setup project I get an error, saying that there is no framework installation exists. How do I fix it?
Asked
Active
Viewed 1,555 times
1
-
Can you post the exact error message? It's useful for people with the same problem searching with the error message. – user247702 Jun 02 '14 at 06:52
-
It is unwise to get into the business of providing your own .NET Framework install server. Short from not having one as the error message says, it is fairly unlikely you'll keep up with the patches and security updates. Select "vendor's web site" instead. – Hans Passant Jun 02 '14 at 08:30
1 Answers
0
In the flowing Microsoft post you can find what you have to install:
• Visual Studio 2013 (SDKs and targeting packs)
4.5.1 is required part of VS2013, without it you can't run VS2013. If you have installed VS2013, you have installed 4.5.1. To create msi installers you need to add a extension:

Peter
- 27,590
- 8
- 64
- 84