Click here to Skip to main content
15,884,176 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

If I am deploying xbap cache application, there is some browser cache issues, when I read an article about browser caching it is written that, I need to run the following command (mage.exe -cc) to remove the old version of the xbap and replace with new xbap file.

My question 1. is where should I run this command at clients machine or on the server. The problem is in most of the cases we will not have client machines access, then how can we run a command on their machines?

2. For deploying an xbap application, is click once deployment better or copying the xbap file in to wwroot folder and accessing it through html file better. Please suggest me the best way to deploy the WPF browser application

3. Another question that I have is, do the user who is using client machine should have admin permissions to use xbap applications, because, I think xbap will be downloaded on the clients browser when it is running, as the download is involved do the user needs to have Admin permissions, if it is then all users may not have admin permissions, in that case what is the work around to let the users use the xbap applications within their browsers without issues.

4. Do the clients need to have installed the .Net framework 3.0 or later for using the xbap applications? What is they don't have first time, would it automatically prompts to install or should we give them as instructions? Because automatic prompts would be easier than just not saying anything.

Thanks in advance.

What I have tried:

Any help would be really helpful, I am searching and inquiring with friends but a code snippet, a link or even an advice helps a lot.
Posted
Updated 13-Sep-16 8:14am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900