Richard Mace <[email protected]> hat am 7. März 2012 um 16:03 geschrieben:
> Hi All, > Is it possible to have more than one installation of Lazarus, in multiple > directories? > I am effectively thinking of having as follows: > > c:\lazarus (this will be the latest stable release) > c:\lazarus-svn (this will be the latest svn update) > > Is it simply ok to have the above, or is there registry issues to worry > about? Lazarus does not use the registry, it uses a directory where it stores its config files. This is called the "primary config path". When you start the IDE pass as command line parameter --pcp=. For example lazarus.exe --pcp=C:\lazarus-svn\config Mattias
-- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
