Installing Silverlight plugin on offline PC - is it possible?
Let's presume you need to show your shiny new touchscreen-optimised Silverlight application to your boss during trans-atlantic flight. How can you do that on his notebook if the only thing you have is CD containing your application and (maybe) your trusty 4" pocket notebook without mouse controls (:)) but with silverlight plugin installed.
So, Is it possible to install Silverlight plugin without internet connection available?
When you run def开发者_运维知识库ault silverlight plugin installer it downloads real installer from internet and runs it. Is it possible to collect this "real installer" from (e.g.) Temporary Internet Files folder and run it directly or avoid download step in some other way? Maybe there is an alternative silverlight plugin installer for those hoping to test their application against older versions? (ilder versions of Flash player are available in this fashion).
Related question: what about uninstalling Silverlight plugin?
This article explains how to perform an offline install of Silverlight: http://timheuer.com/blog/archive/2008/09/29/install-silverlight-2-rc0-offline.aspx
As to how to uninstall, see here: http://blogs.msdn.com/rpomeroy/archive/2008/06/10/how-to-manually-clean-up-a-bad-silverlight-installation.aspx
精彩评论