SAP has chosen Visual WebGui for strategic web application, Mr. Saar of SAP explains why in an interview with with Jeremy Geelan at AJAX World.
Click on the video image to watch
The following error appears while installing Silverlight SDK 5.84.2
The installer has encountered an unexpected error installing this package. This may indicate a problem with the package. The error code is 2869.
You need to run this as administrator, but right-clicking an msi file doesn't give you that option. Here is a work-around that solved this for my Vista box, running from the start menu:
msiexec /a "path_and_name_of.msi"
My msi was on my desktop, so the following worked:
msiexec /a "C:\Users\patrick\Desktop\Gizmox.WebGUI.SDK.Silverlight"
Thanks to the reference at http://blogs.conchango.com/pauloreichert/archive/2006/11/21/Windows-Installer-MSI-packages-error-code-2869-on-Windows-Vista.aspx
More...
More ...