Advanced Forum Search Results
-
I'm not sure if Silverlight 2 is redistributible or not, you can run the Silverlight installer quietly, on Windows just run Silverlight.2.0.exe /q, and on Mac you can run:
sudo installer -pkg Silverlight.2.0.pkg -target /
-
Also are you running Windows 2000 Professional or one of the servers?
-
Which SP are you running? You may be running SP 3 or earlier, Silverlight only supports SP 4 of Windows 2000.
-
Are you running into the problem Heath describes here: http://blogs.msdn.com/heaths/archive/2008/03/07/installing-silverlight-2-beta-1-tools-for-visual-studio-2008.aspx ? If you are, I would try his steps, if you aren't, you can follow his steps to extract the KB949325 patch, and then run:
msiexec /uninstall VS90-KB949325.msp /L*vx ...
-
You can't get rights because the key's owner is probably SYSTEM or some other account you don't have direct access to. If you take ownership (which admins should have the rights to do) you should be able to add permissions after that.
-
Error 2337 seems to be could not close a file. The Windows Installer Cleanup Utility may be able to perform an uninstall that doesn't work through the Control Panel: http://support.microsoft.com/kb/290301
-
Can you double check that you are using a 32 bit browser?
-
I suggest removing your Silverlight installation with the Windows Instaler CleanUp Utility:
http://support.microsoft.com/kb/290301
and then trying to install.
-
There should be a SilverlightMSI.log file in your %temp% directory, can you host that somewhere?
-
If you're an admin you should be able to just give yourself write permissions, and everything should work fine.