Hi,
I have he following situation which I really need to resolve as soon as possible and your advise would be very appreciated.
I have a clickonce application which after it is installed on the client machine the first time it creates folders X, Y and Z. Now as the user starts to use the application he creates various files in this folders. Later on a new version of the application is available and he updates the application from version 1.0.0.0 to 1.0.0.1. The end result is that the folders X,Y and Z are created again (and are empty) and the user does not see the previous created by him files. How do we propagate the files from the versions and guarantee that the first time the app is installed the folders X,Y and Z will be created automatically?
I appreciate your help.
Thanks.