1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
|
<HTML>
<HEAD>
<TITLE>Installation on Windows</TITLE>
<LINK HREF="doxygen.css" REL="stylesheet" TYPE="text/css">
<LINK HREF="style_ini.css" REL="stylesheet" TYPE="text/css">
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<A href="index.html">Home</A> ·
<A href="classes.html">Classes</A> ·
<A href="annotated.html">Annotated Classes</A> ·
<A href="modules.html">Modules</A> ·
<A href="functions_func.html">Members</A> ·
<A href="namespaces.html">Namespaces</A> ·
<A href="pages.html">Related Pages</A>
<HR style="height:1px; border:none; border-top:1px solid #c0c0c0;">
<!-- Generated by Doxygen 1.8.5 -->
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">Installation on Windows </div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><p>In order to install the binary package of TOPP, simply download and execute the installer from <a href="http://www.OpenMS.de">http://www.OpenMS.de</a> and follow the 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.</p>
<p>The windows binary version works on many versions of windows including Win2000, WinXP, VISTA, Win7 and Win8. Installation should take you a few minutes only. We also supply a 64bit version, which can deal with larger LC-MS files, due to more allocatable system memory. If your operating system supports 64 bit and has more than 3 Gigabytes of RAM, we strongly encourage you to use the 64 bit version.</p>
<h2>Known Issues:</h2>
<p><br/>
</p>
<p><b>Problem</b>:<br/>
During installation, an error message pops up, saying <em>"The installation of the Microsoft .NET 3.5 SP1' package failed! You must download and install it manually in order for Proteowizard to work.</em><br/>
<b>Solution</b>:<br/>
This should only happen if you selected to install the "Third Party - Proteowizard" components. The reason is usually that .NET 3.5 SP1 <code>is</code> already installed (see Windows Control Panel). If it's not installed, follow the instructions of the error message.</p>
<p><b>Problem</b>:<br/>
During installation, an error message pops up, saying <em>"The installation of the Visual Studio redistributable package ... failed. ...".</em><br/>
<b>Solution</b>:<br/>
First of all, we'd like to stress that is a problem of a Microsoft package - we cannot do anything about it.<br/>
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.<br/>
For some messages we have a recipe:<br/>
</p>
<ul>
<li>
Error: "Error opening installation log file"<br/>
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). </li>
</ul>
</div></div><!-- contents -->
<HR style="height:1px; border:none; border-top:1px solid #c0c0c0;">
<TABLE width="100%" border="0">
<TR>
<TD><font color="#c0c0c0">OpenMS / TOPP release 1.11.1</font></TD>
<TD align="right"><font color="#c0c0c0">Documentation generated on Thu Nov 14 2013 11:19:25 using doxygen 1.8.5</font></TD>
</TR>
</TABLE>
</BODY>
</HTML>
|