OpenMS  2.7.0
Installation on Windows

In order to install the binary package of OpenMS & TOPP, simply download and execute the installer from OpenMS.de and follow its instructions. Run the installer under the user account that later runs OpenMS - do not install using your admin account! You will be asked for an admin authentification, but only after you start the installer as normal user. The windows binary version works with most versions of windows from Win7 to Win10 (older versions might still work but are untested).

Note
If you are running Win8 or later, windows will report an error while installing .net4 as it's mostly included. But it might occur that .net3.5 does not get properly installed in the course. You can simply fix this by enabling the .NET Framework 3.5 yourself through Control Panel. See this Microsoft help page for detailed information. Even if this step fails, this does not affect the functionality of OpenMS, except for the executability of included thirdparty tools (ProteoWizard).

Known Issues:


Problem:
During installation, an error message pops up, saying "The installation of the Microsoft .NET 3.5 SP1' package failed! You must download and install it manually in order for Proteowizard to work.
Solution:
This should only happen if you selected to install the "Third Party - Proteowizard" components. The reason is usually that .NET 3.5 SP1 is already installed (see Windows Control Panel). If it's not installed, follow the instructions of the error message.

Problem:
During installation, an error message pops up, saying "The installation of the Visual Studio redistributable package ... failed. ...".
Solution:
First of all, we'd like to stress that is a problem of a Microsoft package - we cannot do anything about it.
The error message will give you the location where the redistributable package was extracted to. Go to this folder and run the executable (usually named 'vcredistXXXX.exe') as an administrator (right-click -> Run-As). You will likely receive an error message (this is also the reason why the OpenMS setup complained about it). Now you have to find a solution yourself. If you're lucky the error message is instructive and the problem is easy to fix.
For some messages we have a recipe:

  • Error: "Error opening installation log file"
    Fix: the system environment variables might be messed up. There should be a 'TMP' and a 'TEMP' variable, and both should contain ONE(!) directory only, which exists and is writable. Fix accordingly (search the internet on how to change environment variables on Windows).