Section 1.7. Local Installation of Files


1.7. Local Installation of Files

When you install an application onto a computer via ClickOnce, you do not have a choice over where to store it. In fact, the application is stored on a per-user basis, and different versions of the application are stored in different folders. For example, when I installed MyApp on my computer, the application files were stored here:

 C:\Documents and Settings\Wei-Meng Lee\Local Settings\Apps\2.0\5T0PYEG8.WBR\80H02YWD.DC1\myap..tion_692c12755750aeaa_0001.0000_aead 9e7ef2ec579c \ 

Generally, application files are stored in subdirectories under the C:\Documents and Settings\<User Name>\Local Settings\Apps\2.0 folder. If you want to programmatically locate this directory during runtime, use the following code:

 '---ExecutablePath includes the executable name--- Dim path As String = Application.ExecutablePath '---Strip away the executable name--- path = path.Substring(0, path.LastIndexOf("\")) 

That's it. Now it's time to customize your installation.




Use ClickOnce to Deploy Windows Applications2006
Use ClickOnce to Deploy Windows Applications2006
ISBN: N/A
EAN: N/A
Year: 2005
Pages: 38

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net