Use Metro dialog for install progress

This commit is contained in:
Joshua Askharoun
2021-04-26 16:24:32 -05:00
parent c1cbe70f1b
commit 4616515000
3 changed files with 15 additions and 37 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ namespace ZuneModCore.Mods
}
// Make a backup of the file
File.Copy(zsDllInfo.FullName, Path.Combine(StorageDirectory, "ZuneService.original.dll"));
File.Copy(zsDllInfo.FullName, Path.Combine(StorageDirectory, "ZuneService.original.dll"), true);
try
{