Code Rewind
When its time to find, Hit Rewind
                 
 
 
Remember Me  
Recover Password
 
 Advanced Search
 
 Add to IE Search 
 
 
> Development > Application Development > Languages > .NET => WPF Part 3 - Deploying WPF Applications
 

Available Files:
You must be signed in to download files.
You can Sign Up here if you are not a member.
Author: Adam Joseph
Level: 2
Date Posted: 31-Jul-2008 (14:57)
Last Updated: 31-Jul-2008 (14:57)
Views: 1,800
Favorited: 0
Votes:
  -  1 votes
Your vote:
Click to rate Click to rate Click to rate Click to rate Click to rate
(5 Stars)
Rating: 5.00 out of 5


Summary: This article covers about how to deploy a WPF application when its ready to release.

Introduction:
After WPF application is built be it a Stand alone or Browser Based, it has to be deployed. Lets see what are the different deployment methods available and which type of method is suitable for different application type.

Elaboration:

Hosting:
WPF applications are hosted in a stand-alone window, much the same as a traditional Windows application or in a Web browser as a browser-hosted application, also known as XAML Browser Application (XBAP).

Deployment:
You can deploy installed applications from a server by using either ClickOnce or Windows Installer. You can also install an application from media such as a CD. You should test your application to ensure it works properly in your target deployment environment.

Security:
Applications installed by using the Windows installer run with the full set of code access security permissions, which enables them to access all system resources, subject to operating system security.

ClickOnce deployed applications will also run with full permissions because they are an installed application; however, because the installation is web based, the user will be prompted with a security dialog box, requiring them to accept the conditions for installing the application.

Installation:
Desktop WPF applications are installed on the user's system until they choose to uninstall it. This type of application appears on the Start menu and in the Add or Remove Programs control panel application.

Browser Applications:
- Hosted in a browser
- Must use ClickOnce for deployment
- Runs in a sandbox
- Use .xbap file for deployment

Installed Applications:
- Hosted in a stand-alone window
- Appears in the Start menu
- Can use ClickOnce or MSI deployment

Custom Control:
- Must use MSI for deployment
- Packaged into a DLL file
- Hosted inside an application

Version Tracking:

Version 1.0
 
KeyWords: Generic / None (Generic / None);Generic / None (Generic / None);Generic / None (Generic / None);
CR Suggested .NET Articles
 
Multi-Threading in .NET by it2max (09-Aug-2007)
 
Most Recent Views
 
Windows Presentation Foundation (WPF) Part 1 by Guest (08-Sep-2010 02:28)
Microsoft Application Compatibility Toolkit by Guest (08-Sep-2010 02:27)
How to deal with legacy COM Components by Guest (08-Sep-2010 02:21)
How to create a reusable method to check null or an empty string by Guest (08-Sep-2010 02:13)
What happens to the .NET Code you write? by Guest (08-Sep-2010 02:11)
 
 Messages: 0, Topics: 0. Post New Message Please login to post a message...
  View
Items per page
Message since
  TOPIC
AUTHOR
VIEWS
REPLIES
LAST POST
No messages boards...

Post New Message      
General Comment News / Info Question Answer Joke / Game Admin Answer
SEARCH ON FORUM
 
 
   
 
 
TOP USERS
 
No top users
 
 
TOP DISCUSSIONS
 
No popular discussions
 
 
SPONSORED ADS
 
 
 
 



 
Registered Members: 1621
Now Browsing: 3
 
Subscribe to newsletter
 
 

 
TheBusinessXP
AtHomeTution
RapidConvert
IT2Max
 








 
About Us  |  Contact Us   |  Privacy Policy  |  Legal Notice  |  Terms and Conditions  |  Help   |  Browse CR   |  Articles  |  Webcasts  |  Ask an Expert   |  Message Boards   |  Downloads  |  Open Arena   |  FAQ | DaniWeb | GetAHelpdesk | ProgTalk
Copyright © 2007 CodeRewind.com. All rights reserved
designed by IT2Max, INC.
 
Execution Time: 2.12 sec