
What the heck happened to the menu???
My plugin's xml files are:
intelgraphics_nu2menu.xml
CODE
<NU2MENU>
<MENU ID="Resolution">
<MITEM TYPE="ITEM" VISIBILITY="@Shl(@Not(@FileExists(@GetWinDir()\system32\setmaxres.exe)))" CMD="RUN"
FUNC="@GetProgramDrive()\Programs\IntelGraphics\IntelGraphics.cmd">Display graphic hardware</MITEM>
<MITEM TYPE="ITEM" DISABLED="@Not(@FileExists(@GetWinDir()\system32\setmaxres.exe))" CMD="RUN"
FUNC="@GetProgramDrive()\Programs\IntelGraphics\IntelGraphics.cmd X">Intel Graphics Fix</MITEM>
</MENU>
</NU2MENU>
<MENU ID="Resolution">
<MITEM TYPE="ITEM" VISIBILITY="@Shl(@Not(@FileExists(@GetWinDir()\system32\setmaxres.exe)))" CMD="RUN"
FUNC="@GetProgramDrive()\Programs\IntelGraphics\IntelGraphics.cmd">Display graphic hardware</MITEM>
<MITEM TYPE="ITEM" DISABLED="@Not(@FileExists(@GetWinDir()\system32\setmaxres.exe))" CMD="RUN"
FUNC="@GetProgramDrive()\Programs\IntelGraphics\IntelGraphics.cmd X">Intel Graphics Fix</MITEM>
</MENU>
</NU2MENU>
delld400_nu2menu.xml
CODE
<NU2MENU>
<MENU ID="Resolution">
<MITEM TYPE="ITEM" DISABLED="@Not(@FileExists(@GetWinDir()\system32\setmaxres.exe))" CMD="RUN"
FUNC="@GetProgramDrive()\Programs\IntelGraphics\IntelGraphics.cmd myNB">Dell Notebook Graphics Fix</MITEM>
</MENU>
</NU2MENU>
<MENU ID="Resolution">
<MITEM TYPE="ITEM" DISABLED="@Not(@FileExists(@GetWinDir()\system32\setmaxres.exe))" CMD="RUN"
FUNC="@GetProgramDrive()\Programs\IntelGraphics\IntelGraphics.cmd myNB">Dell Notebook Graphics Fix</MITEM>
</MENU>
</NU2MENU>
And both work fine in BartPE.
I did add my PEBuilder for setmaxres.exe also but it has no xml file so it shouldn't be the problem.
Can you give me a clue as to what happened?