I have an application that loads some xaps dynamically according to the user permissions.
Is it possible to install the shell application (OOB) and also the dynamically loaded modules so the user doesn't have to download them every time?
I would like to combine the advantage of the thin shell (fast initial loading time) with the out of browser one (no download until the next version).
Any ideas?