Click here to Skip to main content
15,896,330 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Administrators want to lock deployed device down and we need more than 1MB.

What is the process for installing Silverlight and setting a larger Isolation Store Quota for a particular domain (or all domains)?

The goal is to not require user intervention?

A post indicated administrators could increase quota, but I cannot find documentation confirming this.

Is this doable? If so, how and in what versions of Silverlight?
Posted

Hi,

I don't think that it is possible in Silverlight but you can write code to increase the IsolatedStorage quota programmatically & this requires user intervention.

Let me know if you need any sample code on this.
 
Share this answer
 
RickT_RSTC wrote:
Is this doable?


It can be done.
See here[^].
 
Share this answer
 
Hi Abhinav,

If you read the question carefully, you will notice that RickT_RSTC mentioned some points:

1. The goal is to not require user intervention
2. administrators could increase quota

For these options, I don't think your link will answer properly.

As best of my knowledge, you can't increase the quota without user intervention. There might be some trick to do that. I am not sure on it. But, by default, this is not possible.

Let us know, if you have some links on that.
 
Share this answer
 
Sorry, I forgot to mention one thing. He needs to change the quota for all applications (RickT_RSTC, please correct me if I am wrong) by the administrator.

But, you can increase the quota of IsolatedStorage for each application by calling IncreaseQuotaTo() method. This doesn't do it for any application.
 
Share this answer
 

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