-
Posted to
Web Platform Installer
by
Carmen_Ge
on
07-01-2009, 6:49 PM
you can also post the log for us to see the error code and decode it for you
-
Posted to
Web Platform Installer
by
Carmen_Ge
on
07-01-2009, 6:47 PM
the best way to be sure is to check the instalation log. However, it looks like a syntax error in the installation command line provided by webPI.
-
Posted to
Web Platform Installer
by
Carmen_Ge
on
07-01-2009, 6:28 PM
Installers like SQL installer cannot tell apart a true pending reboot request coming from an installation from the Logitech and HP erroneous ones.
-
Posted to
Web Platform Installer
by
Carmen_Ge
on
06-18-2009, 1:31 PM
It will help if you published a list of what fails to install with what error, together with a list of the relevant software alraedy on the machine (OS, Developer tools, etc)
-
Posted to
Web Platform Installer
by
Carmen_Ge
on
06-16-2009, 11:00 AM
The log is located at %program files%\Microsoft SQL Server\100\Setup Bootstrap\Log\<datetime> -- you should get a specific indication there of the prerequisite that did not install properly. You can also go to the Control Panel as I described before and check there on Powershell and .Net. These are the most commonly the components that ...
-
Posted to
Web Platform Installer
by
Carmen_Ge
on
06-16-2009, 10:50 AM
Hi!
What is the error code reported with the installation failure? Also, you should have Powershell v1.0 and .Net 3.5 SP1 installed on your machine at this time. You can check versions in Control Panel..Add/Remove Programs (on XP) and Control Panel / Programs and Features (in Vista)
-
Posted to
Web Platform Installer
by
Carmen_Ge
on
06-15-2009, 8:19 PM
Marc,
thanks much for letting us know that installation succeeded!
-
Posted to
Web Platform Installer
by
Carmen_Ge
on
06-15-2009, 7:58 PM
SQL Server depends on Powershell v1.0 while some versions of the operating system now come with Powershell 2.0 while in other cases users install it themselves. Windows 7 RC will fix the handful incompatibilities between Powershell 2.0 and SQL Server. Until then, you need to uninstall Powershell 2.0 before installing any version of SQL, including ...
-
Posted to
Web Platform Installer
by
Carmen_Ge
on
06-15-2009, 7:54 PM
The error Marc reported -2067529721 means that .Net 2.0 SP2 is not installed on the machine. Microsoft lists .Net 2.0 as a prerequisite for SQL Express because it needs the CLR but doesnt install it (it's a "mini" version).
.Net 2.0 SP2 comes as a "bonus" with .Net 3.5 SP1 but it is possible that after the installation ...
-
Posted to
Web Platform Installer
by
Carmen_Ge
on
06-15-2009, 12:09 PM
As a general rule, you may want to go to the official microsoft.com website and look up SQL Express prerequisites before you start. WebPI is built to look up some dependencies and SQL Setup to look those and others, but the combinations that people can have on their computers are so diverse that it may be possible every so often to miss ...