diff --git a/Binaries/Steam Library Manager.exe b/Binaries/Steam Library Manager.exe index c1d294fd..a6da57b8 100644 Binary files a/Binaries/Steam Library Manager.exe and b/Binaries/Steam Library Manager.exe differ diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c5ecb0f..512747d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). - Duplicate Game Finder/Cleaner for Steam libraries ([#73](https://github.com/RevoLand/Steam-Library-Manager/issues/73)) - Ability to Enable/Disable Library Support (Steam, Origin, Uplay) - ([#63](https://github.com/RevoLand/Steam-Library-Manager/issues/63)) - Library loading indicator ([#63](https://github.com/RevoLand/Steam-Library-Manager/issues/63)) +- Installation Wizard ([#63](https://github.com/RevoLand/Steam-Library-Manager/issues/63)) ### Changed diff --git a/Source/Steam Library Manager/Definitions/Global.cs b/Source/Steam Library Manager/Definitions/Global.cs index 1f841ec7..67e615fd 100644 --- a/Source/Steam Library Manager/Definitions/Global.cs +++ b/Source/Steam Library Manager/Definitions/Global.cs @@ -11,7 +11,7 @@ public static class Steam public static string VdfFilePath = System.IO.Path.Combine(Properties.Settings.Default.steamInstallationPath, "config", "config.vdf"); - public static bool IsStateChanging; + public static bool IsStateChanging, Loaded; } public static class Origin @@ -19,14 +19,14 @@ public static class Origin public static string ConfigFilePath = System.IO.Path.Combine(System.Environment.GetFolderPath(System.Environment.SpecialFolder.ApplicationData), "Origin", "local.xml"); public static List> AppIds = new List>(); - public static bool IsStateChanging; + public static bool IsStateChanging, Loaded; } public static class Uplay { public static string ConfigFilePath = System.IO.Path.Combine(System.Environment.GetFolderPath(System.Environment.SpecialFolder.LocalApplicationData), "Ubisoft Game Launcher", "settings.yml"); - public static bool IsStateChanging; + public static bool IsStateChanging, Loaded; } } } \ No newline at end of file diff --git a/Source/Steam Library Manager/Forms/InstallationWizard/Final.xaml b/Source/Steam Library Manager/Forms/InstallationWizard/Final.xaml new file mode 100644 index 00000000..69273425 --- /dev/null +++ b/Source/Steam Library Manager/Forms/InstallationWizard/Final.xaml @@ -0,0 +1,16 @@ + + + + + Installation is completed! + +