[...]"Eastern Front Mod does not appear to be Installed on your system. Try reinstalling Eastern Front to continue"This problem usually happens because EF is installed without admin rights(or maybe just bad luck ), you can try to fix it by reinstalling it and making sure you have admin rights while reinstalling EF. But if you want to fix this by yourself(tough guy huh ) you can do this:Open a regedit instance(windows key + R or start menu->run and type regedit then execute) and look for "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Eastern Front" key, and should store your current EF version information. If you are using x64 OS, try checking on "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node".If not, you can restore it by running this registry entry:For x86 users:Code: [Select]Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Eastern Front]"DisplayName"="Eastern Front""DisplayVersion"="1.5.2.0""URLInfoAbout"="EasternFront.org"For x64 users:Code: [Select]Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\Eastern Front]"DisplayName"="Eastern Front""DisplayVersion"="1.5.2.0""URLInfoAbout"="EasternFront.org"The previous entries are done expecting you have the latest version, otherwise change "1.5.2.0" for the current version you have installed.If you know how to create registry entries you probably prefer to add them yourself, otherwise, paste it on a text editor(like notepad) and save it as reg file: i.e. filename.reg, where filename is whatever name you like and then double click it in order to add the registry. You can use the script whenever you want, just that everytime you use it you overwrite the old registry so, be sure about what you add there.The "Display Version" value must be filled with the latest version you have of Eastern Front, if you don't remember maybe it's better to reinstall, but if you are sure about what version you have, you can add it yourself.
Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Eastern Front]"DisplayName"="Eastern Front""DisplayVersion"="1.5.2.0""URLInfoAbout"="EasternFront.org"
Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\Eastern Front]"DisplayName"="Eastern Front""DisplayVersion"="1.5.2.0""URLInfoAbout"="EasternFront.org"