diff --git a/EduNetworkBuilder/NetworkBuilder.cs b/EduNetworkBuilder/NetworkBuilder.cs index 0a18c99..0d5ad75 100644 --- a/EduNetworkBuilder/NetworkBuilder.cs +++ b/EduNetworkBuilder/NetworkBuilder.cs @@ -1652,7 +1652,7 @@ namespace EduNetworkBuilder Width = OurSettings.MainWindowWidth; } - //If we started by clicking on a file, load that file + //If we started by clicking on a using a one_click installer, load that file if (AppDomain.CurrentDomain.SetupInformation.ActivationArguments != null && AppDomain.CurrentDomain.SetupInformation.ActivationArguments.ActivationData != null && AppDomain.CurrentDomain.SetupInformation.ActivationArguments.ActivationData.Any()) @@ -1671,7 +1671,7 @@ namespace EduNetworkBuilder UpdateForm(); } } - if (InitialFileLoad != "") + if (InitialFileLoad != "") //This is set when we are installed by msi and we click a file { if (File.Exists(InitialFileLoad)) {