Normal
One more thing (seen it reported by a user in the forum somewhere and can confirm by looking at the code):The MpeInstaller checks if the file has the old installer format, which is fine. BUT, since the old installer exe is no longer supplied (as it is not compatible anyway), the call to it is wrong MpeInstaller.MainForm.InstallFile should not call[code]Process.Start(Path.Combine(MpeInstaller.TransformInRealPath("%Base%"), "MPInstaller.exe"), "\"" + file + "\"");[/code]but simply tell the user that the file is for MP 1.1 and quit.
One more thing (seen it reported by a user in the forum somewhere and can confirm by looking at the code):
The MpeInstaller checks if the file has the old installer format, which is fine. BUT, since the old installer exe is no longer supplied (as it is not compatible anyway), the call to it is wrong
MpeInstaller.MainForm.InstallFile should not call
[code]
Process.Start(Path.Combine(MpeInstaller.TransformInRealPath("%Base%"), "MPInstaller.exe"), "\"" + file + "\"");
[/code]
but simply tell the user that the file is for MP 1.1 and quit.