Using this strategy the MSDN documentation states that "Technically, the application is downloaded and installed to an application cache on the local computer. This strategy works best for applications that are used infrequently—for example, an employee-benefits tool that is typically run only once a year."
Is it possible to use full trust with this strategy?
I want to be able to create/update user settings on a serialized xml file. Is this possible? [Note: I can't depend on ClickOnce Settings because they are deleted at the end of a session. From MSDN: When the user clicks a link on a Web page (or double-clicks an icon on the file share), the application is started. When users close the application, it is no longer available on their local computer"]
Why does MS recommend infrequent use of this strategy?
Any comments (pro/cons) from actual experience in using this strategy would be sincerly appreciated.