示例#1
0
        internal bool IsConfigExeDifferent()
        {
            string ff7ExePath = Path.Combine(Sys.PathToProvidedExe, "FF7Config.exe");

            return(!FileUtils.AreFilesEqual(ff7ExePath, Path.Combine(InstallPath, "FF7Config.exe")));
        }
        internal bool IsExeDifferent()
        {
            string ff7ExePath = Path.Combine(Sys.PathToPatchedExeFolder, "ff7.exe");

            return(!FileUtils.AreFilesEqual(ff7ExePath, Path.Combine(InstallPath, "ff7.exe")));
        }