I just upgraded my Ayanova v3 database to V4 running on SQL Express. The database works perfectly. The system is Vista Business with Service Pack 1. I have downlaoded the AyanovaWBI.msi file - When I double click on it to install I get …
Installation incomplete. Teh installer was interrupted before AyanovaWBI 4.1.5.0 could be installed. You need to restart the installer to try again.
I have rebooted, reset, tried again etc but keep getting the same error?
WBI 4.1.5 is installed on many Vista stations, including ours in testing. We have not experienced such an error installing on WBI, nor has any other WBI user contacted us with that error, so Iapologize but I can not give you a definte solution as have not encountered this before.
Here is a possible suggestion to try from a search on Google for the error:
Do post back and identify if that resolved it or not. I also would suggest doing a search online for the different errors (on the screen and in the log, and see if there is something online that may point you in the right direction - do post what you all tried as I will also perform Google search for what you provided and I won’t want to post something that you have already tried
A step closer - By customizing IIS 7 I was able to get the installer to run but when trying to open the site I get:
HTTP Error 500.22 - Internal Server Error
An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode</H3>
Things you can try:
Migrate the configuration to the system.webServer/modules section. You can do so manually or by using AppCmd from the command line - for example, %SystemRoot%\system32\inetsrv\appcmd migrate config “Default Web Site/”.
Using AppCmd to migrate your application will enable it to work in Integrated mode, and continue to work in Classic mode and on previous versions of IIS.
If you are certain that it is OK to ignore this error, it can be disabled by setting system.webServer/validation@validateIntegratedModeConfiguration to false.
Alternatively, switch the application to a Classic mode application pool - for example, %SystemRoot%\system32\inetsrv\appcmd set app “Default Web Site/” /applicationPool:“Classic .NET AppPool”. Only do this if you are unable to migrate your application.
(Set “Default Web Site” and “Classic .NET AppPool” to your application path and application pool name)
Any Ideas as your documentation does not include an details on configuring IIS 7?