Getting a crash on any preset other than default.  
 
	The error message is something to do with copying a file
 
	Error "System.IO.IOException: Cannot create a file when that file already exists."
 
	when DCS-Updater calling a CopyOrMoveFile(...) command (below):
 
	CopyOrMoveFile(CopyOrMove operation, String sourceFileName, String destinationFileName, Boolean overwrite, UIOptionInternal showUI, UICancelOption onUserCancel)
 
	Wish I knew what the parameters were to give a clue.  I'd be happy to get/run a debug version which showed the values being passed in to give a clue as to what is causing an exception.  Perhaps setting the overwrite flag to true could help?