smoothcontract / mediate

Automatically exported from code.google.com/p/mediate
0 stars 0 forks source link

Re-running mediate setup deletes the users current media settings #170

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If a user re-runs the mediate setup program (after mediate has already been
setup). Then the process will install all files as normal, with the
exception that it will rewrite the media.xml with the default settings.

Preferred solution would be to check to see if media.xml already exists,
and use that version (so that it doesn’t annoy the user). With that said,
if any future version of mediate requires changes to the structure of
media.xml then this will need to be considered.

Original issue reported on code.google.com by aretman...@gmail.com on 26 Jan 2009 at 3:37

GoogleCodeExporter commented 9 years ago
Removed task of creating default media locations from the installer. This is 
now handled in mediate in 1.6.30 
onwards by adding locations on the fly if no media locations XML file could be 
found. This gives the same overall 
effect but prevents a customised version of the file being overwritten or 
removed by the installer.

Original comment by aretman...@gmail.com on 11 Mar 2009 at 1:12