<br><br><div class="gmail_quote">2012/3/7 Mattias Gaertner <span dir="ltr"><<a href="mailto:nc-gaertnma@netcologne.de">nc-gaertnma@netcologne.de</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<u></u>
 
    
 
 <div>
  <p style="margin:0pt">
   <span>
    <span></span>
   </span>
  </p>
  <p style="margin:0px"></p>
  <div style="margin:5px 0px">
   <br>
   Richard Mace <<a href="mailto:richard.mace@gmail.com" target="_blank">richard.mace@gmail.com</a>> hat am 7. März 2012 um 16:03 geschrieben:
   <br><div><div class="h5">
   <br>
   <div>
    <blockquote style="margin-left:0px;padding-left:10px;border-left:1px solid blue">
     <div>
      <div style="font-size:13.3px;font-family:Verdana,Arial,Helvetica,sans-serif">
       Hi All,
       <br>
       Is it possible to have more than one installation of Lazarus, in multiple directories?
       <br>
       I am effectively thinking of having as follows:
       <br>
       <br>
       c:\lazarus (this will be the latest stable release)
       <br>
       c:\lazarus-svn
       <img src="" alt="" height="1" border="0" width="1">
       (this will be the latest svn update)
       <br>
       <br>
       Is it simply ok to have the above, or is there registry issues to worry about?
      </div>
     </div>
    </blockquote>
   </div>
  </div></div></div>
  <p style="margin:0px"> </p>
  <p style="margin:0px">Lazarus does not use the registry, it uses a directory where it stores its config files. This is called the "primary config path". </p>
  <p style="margin:0px"> </p>
  <p style="margin:0px">When you start the IDE pass as command line parameter --pcp=. For example</p>
  <p style="margin:0px"> </p>
  <p style="margin:0px">lazarus.exe --pcp=C:\lazarus-svn\config </p><span class="HOEnZb"><font color="#888888"></font></span><br></div></blockquote></div><br>Thanks Mattias, that's great.<br><br>Richard<br>