dotnetspider.com
Login Login    Register      

TutorialsForumCareer DevelopmentResourcesReviewsJobsInterviewCommunitiesProjectsTraining

Subscribe to Subscribers
Talk to Webmaster
Tony John

Facebook
Google+
Twitter
LinkedIn
Online Membersbaskar
Aanshu singh
srirama
More...
Join our online Google+ community for Bloggers, Content Writers and Webmasters




Resources » .NET programming » Silverlight

Installing Out-of-Browser application silently in Silverlight 4


Posted Date:     Category: Silverlight    
Author: Member Level: Gold    Points: 6


Silverlight 4 now has support for installing out-of-browser application silently. In this article I will describe about it.



 



Silverlight 4 now has support for installing out-of-browser application silently. If you are new to Silverlight Out-of-Browser application development, you can read the complete guide in “How can you implement the Silverlight 3 Out Of Browser feature?” Also have a look into the following article to get the basic understanding of Silverlight 4 Out Of Browser feature “Silverlight 4: How can I create customized OOB Window?


Hope, you read my previous articles on the Out of Browser application development and have confident building application. In those articles you have seen that I wrote code for installing the OOB application from browser window. Now imagine some scenarios where you want to install the Silverlight application (XAP) using your Installer silently without the user interaction. How can you do that? Silverlight 4 now came up with that feature for you. In this article I will describe it and after reading it you will be able to install your Silverlight OOB Application (XAP) silently in your local drive and can run it from the desktop or startmenu without opening the browser.


How Silverlight Out-of-Browser application works?


Before going to implement the feature we will first discuss how the Silverlight OOB application works. When you install Silverlight plug-in, it also installs an .exe file named "sllauncher.exe" which you can find in your "Program Files\Microsoft Silverlight\" directory. This exe file now has the capability to install your Silverlight OOB application silently without opening the browser window. If you have already installed your OOB application it will create a shortcut to launch the application from desktop or start menu. Right click on the shortcut & go to it's properties. You will notice that, the target location is set to "Microsoft Silverlight" and the target is set to something similar to the following line:


"C:\Program Files\Microsoft Silverlight\sllauncher.exe" 744317312.localhost




That is responsible for launching the XAP file as your Out-of-Browser application.




Script for installing Out-of-Browser application silently


Let's come to write some scripts to install your XAP silently as out of browser Silverlight application. Hope, you have a Silverlight application configured as out of browser. Build the application & you will get the output file (.XAP) in the ClientBin of the web application. Copy this file to your local drive in a specific folder (say, C:\MySilverlightApps\). I am using my Chromeless Window Demo Application and hence the complete path of the XAP is: "C:\MySilverlightApps\Silverlight4.OOB.ChromelessWindow.Demo.xap".


Now open your notepad and write the following code in a single line:


"C:\Program Files\Microsoft Silverlight\sllauncher.exe"
/install:"C:\MySilverlightApps\Silverlight4.OOB.ChromelessWindow.Demo.xap"
/origin:http://kunal-chowdhury.com/private/apps/ClientBin/Silverlight4.OOB.ChromelessWindow.Demo.xap
/shortcut:desktop+startmenu
/overwrite
Related Resources:


Read related articles: Silverlight 4 Out of Browser    Out of Browser    Silverlight 4    


Did you like this resource? Share it with your friends and show your love!


Responses to "Installing Out-of-Browser application silently in Silverlight 4"
Author: Saran    24 May 2010Member Level: Silver   Points : 0
Hi kunal


Thanks for posting this article



Author: Kunal Chowdhury    24 May 2010Member Level: Gold   Points : 0
Thanks Saran.


Feedbacks      

Post Comment:




  • Do not include your name, "with regards" etc in the comment. Write detailed comment, relevant to the topic.
  • No HTML formatting and links to other web sites are allowed.
  • This is a strictly moderated site. Absolutely no spam allowed.
  • Name:   Sign In to fill automatically.
    Email: (Will not be published, but required to validate comment)



    Type the numbers and letters shown on the left.


    Next Resource: Step-by-Step Command Binding in Silverlight 4
    Previous Resource: Silverlight 4: Interoperability with Excel Application
    Return to Resources
    Post New Resource
    Category: Silverlight


    Post resources and earn money!
     
    More Resources
    Popular Tags   Tag posting guidelines   Search Tags  
    Silverlight  .  Silverlight4  .  Silverlight 4  .  OOB  .  Out of Browser  .  Silent Installation of Silverlight 4 Out of Browser application  .  Silverlight 4 Out of Browser  .  Out-Of-Browser  .  



    Follow us on Twitter: https://twitter.com/dotnetspider

    Active Members
    TodayLast 7 Daysmore...

    Awards & Gifts
    Email subscription
  • .NET Jobs
  • .NET Articles
  • .NET Forums
  • Articles Rss Feeds
    Forum Rss Feeds


    About Us    Contact Us    Copyright    Privacy Policy    Terms Of Use    Revenue Sharing sites   Advertise   Talk to Tony John
    Copyright © SpiderWorks Technologies Pvt Ltd., Kochi, India
    2005 - 2012 All Rights Reserved.
    .NET and other trademarks mentioned in this site belong to Microsoft and other respective trademark owners.
    Articles, tutorials and all other content offered here is for educational purpose only.
    We are not associated with Microsoft or its partners.