microsoft / DesktopBridgeToUWP-Samples

This repo contains the samples that demonstrate the usage patterns for the Desktop Conversion extensions.
MIT License
494 stars 271 forks source link

Desktop App Migration #69

Open dongle-the-gadget opened 6 years ago

dongle-the-gadget commented 6 years ago

I see that Directory.Exists(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData) + "\PreviousPhotoStore") == false. If you haven't created the "PreviousPhotoStore" folder, how can you migrate the user data?

dongle-the-gadget commented 6 years ago

Please consider to edit the MSI and the code behind so that data migration. And I created a MSI but nothing successed. The build success but the app didn't run!