<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Well, I just checked:<br>
<a href="http://svn.freepascal.org/cgi-bin/viewvc.cgi/trunk/install/fpc.ist?view=annotate&root=fpcbuild" target="_blank">http://svn.freepascal.org/cgi-bin/viewvc.cgi/trunk/install/fpc.ist?view=annotate&root=fpcbuild</a><br>


around line 253 and further.<br>
<br>
It matches my experience.<br>
<br>
Maybe you are using Windows ME or older windows versions.</blockquote><div><br></div><div>I am using Windows 7 Professional x64. Which version are you using?</div><div><br></div><div>Hmm...</div><div><br></div><div>My Windows account has full Administrative privileges. I'm curious if the installer neglects to explicitly request administrative privileges. I bet if we edit the installer's security properties, forcing it to run in administrative mode, it will then modify PATH accordingly.</div>

<div><br></div><div>If this is the case, the installer should either explicitly ask the system for administrative privileges before attempting to modify the system global PATH. If the system grants administrative privileges, the installer should modify the system global PATH. If the system does not grant administrative privileges, then the installer should either modify the user's local PATH variable instead, or display a visible popup to the effect that the installer requires admin rights.</div>

<div><br></div><div>All of this is easily done with <a href="http://www.advancedinstaller.com/">Advanced Installer</a>, by the way. I'm not sure which tools you're using to construct the official Free Pascal Windows installer, but the output of that build process is not working on my system.</div>

</div>