Re: [Doxygen-users] Installation - unable to load isutils.dll [SOLVED]
Brought to you by:
dimitri
|
From: Martin H. <mar...@gm...> - 2015-07-22 05:49:32
|
Working great now, thanks Dimitri. On Mon, Jul 13, 2015 at 10:13 PM, Martin Harran <mar...@gm...> wrote: > Hi Dimitri > > I'm away for a few days so won't get a chance to try this properly but I > did RDP into my development machine and downloaded/installed new build. > Everything seemed to install fine, I'll get back to you when I have a > chance to try it out properly. > > Thanks > > Martin > > On Mon, Jul 13, 2015 at 8:28 PM, Dimitri van Heesch <do...@gm...> > wrote: > >> Hi Martin, >> >> > On 12 Jul 2015, at 22:06 , Martin Harran <mar...@gm...> >> wrote: >> > >> > I'm installing Doxygen on Windows 8.1 64 bit. At the end of >> installation, it throws up "unable to load isutils.dll" followed by an >> unable to set PATH error. I'm not bothered about the PATH error, I presume >> that is just a case of manually adding "C:\Program Files\doxygen\bin" to >> the PATH but what is the dsutils.dll error about and how do I fix it? >> >> This appeared to be a glitch in the installer script which didn't package >> isutils.dll as it should. >> This DLL is part of the installer I use (innosetup) and is used to >> execute a script that add doxygen.exe to the path. >> >> You can get this error if: >> - you installed doxygen-1.8.10 (which uses a new build system) before >> July 13th. >> - you never installed doxygen before so the path does not include the >> location of the doxygen binary yet. >> >> I've just updated the executable package to include the missing DLL >> (nothing else was changed), so please download again and retry. >> If you've already manually added the path, it will be ok as well. >> >> Regards, >> Dimitri >> >> > |