I have a working setup project in VS2012 for a C#/WPF application including the setup for .NET Framework 4.0 if missing. On a Windows XP machine I found that this setup fails, if SP3 is not installed.
I understand that it fails, because SP3 is missing, but what I don't like is that the setup just says "failed". So I want a solution that tells the user that SP3 is required.
Here my questions:
- Is it possible to set something like a target requirement in my setup, so the setup will tell the user that SP3 is required?
- Or if 1. is not possible, can I also include XP SP3 in my setup? (caution, setup should also work on Vista and Win7)?
- Or do you know another solution using VS2010 setup project?
I can't seem to find any possibility to set the required windows operating systems in my VS2010 setup project.