Re: [Doxygen-users] Installation - unable to load isutils.dll
Brought to you by:
dimitri
From: Dimitri v. H. <do...@gm...> - 2015-07-13 19:29:03
|
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 |