Using VD2010 Microsoft Deployment Project (MSI)
My application has a database (SDF) that the customer uses to enter all their data, when you uninstall I need to ensure the SDF file remains (so I set Permanet == true) but I also need to ensure that when they install a new version of the application I do not overwrite their copy with the empty/blank DB I install on first use....
Is there anyway to ensure this, or prompt, or something to ensure the customer doesn't loose all their data when they install a new copy?
Thanks,