Based on the information above, the application data folder could exist at any location on the user computer. How is wyUpdate able to identify and update the contents of such a folder? Is it possible?
wyUpdate allows arbirarty placement of your main application's folder (just use the "Your program's folder" in wyBuild and wyUpdate is smart enough to know where it's sitting is the "Your program's folder"). However, if you have other folders that are in arbitrary locations then wyUpdate has no way of knowing where they are at runtime.
You can solve this a few ways.
- Install this application data to a subfolder of your main installation.
- Install your app data to a predefined location (Common App Data, Current App Data, etc., etc.)
- Create your own script to update your arbitrary app data location and execute the script as part of your update.
Tell me if that helps.