~ubuntu-branches/ubuntu/wily/openms/wily

« back to all changes in this revision

Viewing changes to doc/doxygen/install/install-win-bin.doxygen

  • Committer: Package Import Robot
  • Author(s): Filippo Rusconi
  • Date: 2012-11-12 15:58:12 UTC
  • Revision ID: package-import@ubuntu.com-20121112155812-vr15wtg9b50cuesg
Tags: upstream-1.9.0
ImportĀ upstreamĀ versionĀ 1.9.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/**
 
2
 
 
3
        @page install_win_bin Installation on Windows
 
4
  
 
5
        In order to install the binary package of TOPP, simply download and execute the installer from http://www.OpenMS.de and follow the instructions.
 
6
        Run the installer under the user account that later runs %OpenMS - do NOT install using your admin account!
 
7
        You will be asked for an admin authentification, but only AFTER you start the installer as normal user.
 
8
        
 
9
        The windows binary version works on many versions of windows including Win2000, WinXP, VISTA and Win7.
 
10
        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
 
11
        system supports 64bit and has more than 3 Gigabytes of RAM, we strongly encourage you to use the 64bit version.
 
12
        
 
13
        
 
14
        <H2>Known Issues:</H2><br>
 
15
 
 
16
        <b>Problem</b>:<br>
 
17
        During installation, an error message pops up, saying <i>"The installation of the Microsoft .NET 3.5 SP1' package failed! You must download and install it manually in order for Proteowizard to work.</i><br>
 
18
        <b>Solution</b>:<br>
 
19
        This should only happen if you selected to install the "Third Party - Proteowizard" components.
 
20
        The reason is usually that .NET 3.5 SP1 <tt>is</tt> already installed (see Windows Control Panel).
 
21
        If its not installed, follow the instructions of the error message.
 
22
 
 
23
 
 
24
        <b>Problem</b>:<br>
 
25
        During installation, an error message pops up, saying <i>"The installation of the Visual Studio redistributable package ... failed. ...".</i><br>
 
26
        <b>Solution</b>:<br>
 
27
        First of all, we'd like to stretch that is a problem of a Microsoft package - we cannot do anything about it.<br>
 
28
        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 'vcredist2008...') as an
 
29
        administrator (right-click -> Run-As). You will likely receive an error message (this is also the reason why the %OpenMS setup complained about it).
 
30
        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>
 
31
        For some messages we have a receipe:<br>
 
32
        <ul>
 
33
        <li>Error: "Error opening installation log file"<br>
 
34
            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. So open a command line and type "set". You can see the TMP and TEMP entries and check their content. Fix accordingly.
 
35
        </ul>
 
36
 
 
37
*/
 
38