QUOTE (bruce lee @ Jan 17 2005, 06:36 AM)
Hi,
I use the Plugin of Markus Debus. There is no errors with PEBuilder 3.1.3, but when I boot with my USB key, I don't see it in the Programs List. Somebody can make it OK ?
Thanks for your advices.
Hy Bruce Lee ! Try to do this and see if it works !
So you must go to the plugin directory, there is an file named avk_nu2menu.xml or something, any way something.xml

. The file edited look like this
<!-- Nu2Menu entry for AVK -->
<NU2MENU>
<MENU ID="Security">
<MITEM TYPE="ITEM" DISABLED="@Not(@FileExists(@GetProgramDrive()\programs\AVK\avkstarter.exe))" CMD="RUN" FUNC="@GetProgramDrive()\programs\avk\avkstarter.exe">AntiVirenKit 2005</MITEM>
</MENU>
</NU2MENU>
You must edit the xml file and write <MENU ID="Programs"> and the menu of avk will appear in the programs menu.
Or you could do something else go to the nu2menu directory in c:\pebuilder313\plugins\nu2menu folder and edit the xml file and to the programs menu in the edited xml file create an submenu named security and avk will appear there !