This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

build wireshark x86 could not find: “MUI.nsh”

0
Processing config: D:\Program Files (x86)\NSIS\nsisconf.nsh
Processing script file: "uninstall.nsi" (ACP)
!include: could not find: "MUI.nsh"
Error in script "uninstall.nsi" on line 22 -- aborting creation process
NMAKE : fatal error U1077: '"D:\Program Files (x86)\NSIS\makensis.exe"' : return
 code '0x1'
Stop.
NMAKE : fatal error U1077: '"d:\Program Files (x86)\Microsoft Visual Studio 10.0
\VC\BIN\nmake.exe"' : return code '0x2'
Stop.

asked 08 Apr '14, 08:25

chennqqi's gravatar image

chennqqi
11113
accept rate: 0%

edited 08 Apr '14, 09:15

grahamb's gravatar image

grahamb ♦
19.8k330206


One Answer:

1

On my build machine, that file lives in the NSIS\Include directory. What version are you building, and is it from git or svn or a zip?

answered 08 Apr '14, 09:48

grahamb's gravatar image

grahamb ♦
19.8k330206
accept rate: 22%

My OS is Win7 x64. My NSIS version is 3.0a2, location: D:\Program Files (x86)\NSIS

dir show: D:\Program Files (x86)\NSIS\Include 的目录

2014/04/05 23:11

. 2014/04/05 23:11.. 2007/12/01 19:43 1,858 Colors.nsh 2013/09/07 07:48 40,502 FileFunc.nsh 2013/03/15 06:04 4,838 InstallOptions.nsh 2013/03/16 08:28 4,441 LangFile.nsh 2008/12/20 19:55 20,797 Library.nsh 2010/03/27 01:18 30,139 LogicLib.nsh 2008/03/17 03:42 10,627 Memento.nsh 2013/05/18 03:31 13,354 MultiUser.nsh 2010/05/01 04:17 6,670 Sections.nsh 2013/09/07 07:48 48,146 StrFunc.nsh 2013/09/07 07:48 24,348 TextFunc.nsh 2007/12/01 19:43 4,993 UpgradeDLL.nsh 2008/11/21 09:12 1,750 Util.nsh 2013/05/18 03:31 3,464 VB6RunTime.nsh 2014/04/05 23:11Win 2013/03/11 07:28 8,948 WinCore.nsh 2012/10/16 17:43 28,718 WinMessages.nsh 2013/09/03 05:19 14,999 WinVer.nsh 2012/09/17 20:37 43,576 WordFunc.nsh 2013/09/07 07:48 1,358 x64.nsh
(14 Apr '14, 05:47) chennqqi

I switch NSIS version from 3.0a to 2.63. This problem solved.Thank you very much!

(14 Apr '14, 06:09) chennqqi