Using .NET 2.0 and VS2005, I am trying to make a simple WebService
application and an installer for it.
I want to distribute the installer to several customers, so the installation
should run as smooth as possible.
When trying to install it on Vista, I get a generic errormessage:
"Installation incomlete. The installer was interrupted before
WebSetup1 could be installed"
Is it possible to figure out in more details what went wrong in the
installation?
I have figured out that IIS6 compatibility components must be activated in
IIS7 to make my webservice install properly.
How can I (using VS2005) make my WebService application not be dependent on
IIS6 when installed on IIS7?
(I want it to be installable on XP with IIS6 also)
I am using a standard Web Deployment Setup project in VS2005.